You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/client-reports.mdx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ The following discard reasons are currently defined for `discarded_events`:
97
97
-`sample_rate`: an event was dropped because of the configured sample rate.
98
98
-`before_send`: an event was dropped in `before_send`
99
99
-`event_processor`: an event was dropped by an event processor; may also be used for ignored exceptions / errors
100
+
-`send_error`: an event was dropped because of an error when sending it (eg: 400 response)
101
+
-`internal_sdk_error`: an event was dropped due to an internal SDK error (eg: web worker crash)
100
102
101
103
In case a reason needs to be added,
102
104
it also has to be added to the allowlist in [snuba](https://github.com/getsentry/snuba/blob/4e7cfdddcf7b93eacb762bc74ca2461cec9464e5/snuba/datasets/outcomes_processor.py#L24-L34).
0 commit comments