MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / trace.test.ts

File trace.test.ts

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

Source from the content-addressed store, hash-verified

1/* eslint-disable typescript/no-deprecated */
2import type { Span, TimeInput } from '@opentelemetry/api';
3import { context, ROOT_CONTEXT, SpanKind, trace, TraceFlags } from '@opentelemetry/api';
4import type { ReadableSpan } from '@opentelemetry/sdk-trace-base';

Callers

nothing calls this directly

Calls 15

mockSdkInitFunction · 0.90
cleanupOtelFunction · 0.90
getActiveSpanFunction · 0.90
startSpanFunction · 0.90
getSpanKindFunction · 0.90
getCurrentScopeFunction · 0.90
startSpanManualFunction · 0.90
spanToJSONFunction · 0.90
startInactiveSpanFunction · 0.90
getClientFunction · 0.90
isSpanFunction · 0.90
withScopeFunction · 0.90

Tested by

no test coverage detected