Skip to content

Commit c2139be

Browse files
committed
add new reason
1 parent 40a814d commit c2139be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/types-hoist/clientreport.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export type EventDropReason =
1010
| 'send_error'
1111
| 'internal_sdk_error'
1212
| 'buffer_overflow'
13-
| 'ignored';
13+
| 'ignored'
14+
| 'invalid';
1415

1516
export type Outcome = {
1617
reason: EventDropReason;

0 commit comments

Comments
 (0)