Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ cleanupOtel
Function
cleanupOtel
packages/cloudflare/test/testUtils.ts:11–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
function
cleanupOtel(): void {
12
// Disable all globally registered APIs
13
trace.disable();
14
context.disable();
15
propagation.disable();
16
}
17
18
export
function
resetSdk(): void {
19
resetGlobals();
Callers
1
resetSdk
Function · 0.70
Calls
1
disable
Method · 0.65
Tested by
no test coverage detected