MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / clearDebugIdCache

Function clearDebugIdCache

packages/core/src/utils/debug-ids.ts:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 * Useful for testing or when the global debug ID state changes.
17 */
18export function clearDebugIdCache(): void {
19 parsedStackResults = undefined;
20 lastSentryKeysCount = undefined;
21 lastNativeKeysCount = undefined;
22 cachedFilenameDebugIds = undefined;
23}
24
25/**
26 * Returns a map of filenames to debug identifiers.

Callers 1

debug-ids.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected