Skip to content

Commit

Permalink
refactor!: document historical events and trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
camerow committed Nov 8, 2024
1 parent 09d6d63 commit c41084f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/analytics/src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export interface Events extends HistoricalEvents {
test_event_submitted: undefined;
}

// These are historical events that we'll maintain but that do not follow the object-action framework.
interface HistoricalEvents {
add_network: undefined;
bitcoin_rbf_fee_increase_error: { outputDiff: number };
Expand Down

0 comments on commit c41084f

Please sign in to comment.