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

Function onFulfilled

packages/cloudflare/src/wrapMethodWithSentry.ts:146–149  ·  view source on GitHub ↗
(res: unknown)

Source from the content-addressed store, hash-verified

144 };
145
146 const onFulfilled = (res: unknown) => {
147 waitUntil?.(teardown());
148 return res;
149 };
150
151 const onRejected = (e: unknown) => {
152 captureException(e, {

Callers 2

wrappedFunctionFunction · 0.85
executeSpanFunction · 0.85

Calls 2

waitUntilFunction · 0.85
teardownFunction · 0.70

Tested by

no test coverage detected