()
| 16 | * Useful for testing or when the global debug ID state changes. |
| 17 | */ |
| 18 | export 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. |