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

Function beforeSend

packages/cloudflare/test/request.test.ts:136–139  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

134 options: {
135 ...MOCK_OPTIONS,
136 beforeSend(event) {
137 sentryEvent = event;
138 return null;
139 },
140 },
141 request: new Request('https://example.com'),
142 context: createMockExecutionContext(),

Callers 1

processBeforeSendFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected