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

File groupSpansWithParents.test.ts

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

Source from the content-addressed store, hash-verified

1import { trace } from '@opentelemetry/api';
2import type { BasicTracerProvider, ReadableSpan } from '@opentelemetry/sdk-trace-base';
3import type { Span } from '@sentry/core';
4import { afterEach, beforeEach, describe, expect, it } from 'vitest';

Callers

nothing calls this directly

Calls 8

setupOtelFunction · 0.90
cleanupOtelFunction · 0.90
groupSpansWithParentsFunction · 0.90
withActiveSpanFunction · 0.90
spanContextMethod · 0.65
getTracerMethod · 0.45
startSpanMethod · 0.45

Tested by

no test coverage detected