()
| 30 | * Get source of SDK. |
| 31 | */ |
| 32 | export function getSDKSource(): SdkSource { |
| 33 | // The `/*! ... */` marker is replaced by our CDN bundle build step with `return 'cdn';`. |
| 34 | // It uses the `/*!` legal-comment syntax specifically so it survives esbuild's transpile |
| 35 | // (which strips ordinary `/* ... */` block comments). |
| 36 | /*! __SENTRY_SDK_SOURCE__ */ return 'npm'; |
| 37 | } |
no outgoing calls
no test coverage detected