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

File debug-ids.test.ts

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

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it } from 'vitest';
2import { nodeStackLineParser } from '../../../src';
3import { clearDebugIdCache, getDebugImagesForResources, getFilenameToDebugIdMap } from '../../../src/utils/debug-ids';
4import { createStackParser } from '../../../src/utils/stacktrace';

Callers

nothing calls this directly

Calls 5

createStackParserFunction · 0.90
nodeStackLineParserFunction · 0.90
clearDebugIdCacheFunction · 0.90
getFilenameToDebugIdMapFunction · 0.90

Tested by

no test coverage detected