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

File utils.test.ts

packages/core/test/lib/tracing/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { Scope } from '../../../src/scope';
3import { getCapturedScopesOnSpan, setCapturedScopesOnSpan } from '../../../src/tracing/utils';
4import type { Span } from '../../../src/types/span';

Callers

nothing calls this directly

Calls 9

setCapturedScopesOnSpanFunction · 0.90
getCapturedScopesOnSpanFunction · 0.90
setTagMethod · 0.80
getScopeDataMethod · 0.80
setContextMethod · 0.80
setUserMethod · 0.80
setExtraMethod · 0.80
setLevelMethod · 0.80
createMockSpanFunction · 0.70

Tested by

no test coverage detected