MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / _isDoNotSendEventError

Function _isDoNotSendEventError

packages/core/src/client.ts:97–99  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

95}
96
97function _isDoNotSendEventError(error: unknown): error is DoNotSendEventError {
98 return !!error && typeof error === 'object' && DO_NOT_SEND_EVENT_SYMBOL in error;
99}
100
101/**
102 * Sets up weight-based flushing for logs or metrics.

Callers 2

_captureEventFunction · 0.85
_processEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected