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

File scopeData.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import type { ScopeData } from '../../../src';
3import { Scope, startInactiveSpan } from '../../../src';
4import * as currentScopes from '../../../src/currentScopes';

Callers

nothing calls this directly

Calls 7

mergeArrayFunction · 0.90
mergeScopeDataFunction · 0.90
applyScopeDataToEventFunction · 0.90
startInactiveSpanFunction · 0.90
getCombinedScopeDataFunction · 0.90
setTagMethod · 0.80

Tested by

no test coverage detected