MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / opentelemetry.test.ts

File opentelemetry.test.ts

packages/deno/test/opentelemetry.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assertEquals, assertNotEquals } from 'https://deno.land/std@0.212.0/assert/mod.ts';
2import { context, propagation, trace } from 'npm:@opentelemetry/api@1';
3import type { DenoClient } from '../build/esm/index.js';
4import { getCurrentScope, getGlobalScope, getIsolationScope, init, startSpan } from '../build/esm/index.js';

Callers

nothing calls this directly

Calls 14

initFunction · 0.90
startSpanFunction · 0.90
pushMethod · 0.80
resetSdkFunction · 0.70
testMethod · 0.65
endMethod · 0.65
flushMethod · 0.65
setAttributesMethod · 0.65
getMethod · 0.65
setMethod · 0.65
deleteMethod · 0.65
getTracerMethod · 0.45

Tested by

no test coverage detected