Skip to content

Commit 60a43fb

Browse files
committed
review suggestion
1 parent ab91774 commit 60a43fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
3030
/**
3131
* Important: Only set this option if you know what you are doing!
3232
*
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
33+
* By default, the SDK will check if `Sentry.init` is called in a browser extension.
34+
* In case it is, it will stop initialization and log a warning
3535
* because browser extensions require a different Sentry initialization process:
3636
* https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/
3737
*

0 commit comments

Comments
 (0)