(debugId: string)
| 115 | } |
| 116 | |
| 117 | export function getDebugIdSnippet(debugId: string): CodeInjection { |
| 118 | return new CodeInjection( |
| 119 | `var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="${debugId}",e._sentryDebugIdIdentifier="sentry-dbid-${debugId}");`, |
| 120 | ); |
| 121 | } |
| 122 | |
| 123 | export type { Logger } from './logger'; |
| 124 | export type { Options, SentrySDKBuildFlags } from './types'; |
no outgoing calls
no test coverage detected