UNPKG

477 BTypeScriptView Raw
1export declare type EventStatus =
2/** The status could not be determined. */
3'unknown'
4/** The event was skipped due to configuration or callbacks. */
5 | 'skipped'
6/** The event was sent to Sentry successfully. */
7 | 'rate_limit'
8/** The client is currently rate limited and will try again later. */
9 | 'invalid'
10/** The event could not be processed. */
11 | 'failed'
12/** A server-side error occurred during submission. */
13 | 'success';
14//# sourceMappingURL=eventstatus.d.ts.map
\No newline at end of file