MCPcopy 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
20function resetSdk(): void {
21 resetGlobals();
22 cleanupOtel();
23}
24
25Deno.test('should not capture spans emitted via @opentelemetry/api when skipOpenTelemetrySetup is true', async () => {
26 resetSdk();

Callers 1

Calls 2

resetGlobalsFunction · 0.70
cleanupOtelFunction · 0.70

Tested by

no test coverage detected