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