Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ resetSdk
Function
resetSdk
packages/deno/test/opentelemetry.test.ts:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
function
resetSdk(): void {
21
resetGlobals();
22
cleanupOtel();
23
}
24
25
Deno.test(
'should not capture spans emitted via @opentelemetry/api when skipOpenTelemetrySetup is true'
,
async
() => {
26
resetSdk();
Callers
1
opentelemetry.test.ts
File · 0.70
Calls
2
resetGlobals
Function · 0.70
cleanupOtel
Function · 0.70
Tested by
no test coverage detected