We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fc9ae commit e9c6d6aCopy full SHA for e9c6d6a
packages/types/src/event.ts
@@ -47,7 +47,7 @@ export interface Event {
47
}
48
49
/** JSDoc */
50
-export type EventType = 'event' | 'transaction';
+export type EventType = 'transaction';
51
52
53
export interface EventHint {
0 commit comments