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

Callers 1

resetSdkFunction · 0.70

Calls 1

disableMethod · 0.65

Tested by

no test coverage detected