Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
wrappedFunction
Function · 0.85
executeSpan
Function · 0.85
Calls
2
waitUntil
Function · 0.85
teardown
Function · 0.70
Tested by
no test coverage detected