MCPcopy 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
13function cleanupOtel(): void {
14 // Disable all globally registered APIs
15 trace.disable();
16 context.disable();
17 propagation.disable();
18}
19
20function resetSdk(): void {
21 resetGlobals();

Callers 1

resetSdkFunction · 0.70

Calls 1

disableMethod · 0.65

Tested by

no test coverage detected