We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab91774 commit 60a43fbCopy full SHA for 60a43fb
packages/browser/src/client.ts
@@ -30,8 +30,8 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
30
/**
31
* Important: Only set this option if you know what you are doing!
32
*
33
- * By default, the SDK will check if it is initialized in a browser extension
34
- * if you call `Sentry.init`. In case it is, it will stop initialization
+ * By default, the SDK will check if `Sentry.init` is called in a browser extension.
+ * In case it is, it will stop initialization and log a warning
35
* because browser extensions require a different Sentry initialization process:
36
* https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/
37
0 commit comments