Skip to content

Commit e9c6d6a

Browse files
authored
ref: Remove event from EventType type (getsentry#3678)
1 parent c4fc9ae commit e9c6d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface Event {
4747
}
4848

4949
/** JSDoc */
50-
export type EventType = 'event' | 'transaction';
50+
export type EventType = 'transaction';
5151

5252
/** JSDoc */
5353
export interface EventHint {

0 commit comments

Comments
 (0)