Skip to content

Commit 39e123b

Browse files
committed
jsdoc
1 parent 4726237 commit 39e123b

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
@@ -28,6 +28,8 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
2828
BrowserClientReplayOptions &
2929
BrowserClientProfilingOptions & {
3030
/**
31+
* Important: Only set this option if you know what you are doing!
32+
*
3133
* By default, the SDK will check if it is initialized in a browser extension
3234
* if you call `Sentry.init`. In case it is, it will stop initialization
3335
* because browser extensions require a different Sentry initialization process:
@@ -36,8 +38,6 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
3638
* If this check wrongfully flags your setup as a browser extension, you can set this
3739
* option to `true` to skip the check.
3840
*
39-
* Important: Only set this option if you know what you are doing!
40-
*
4141
* Setting up the SDK in a browser extension with global error monitoring is not recommended
4242
* and will likely flood you with errors from other web sites or extensions.
4343
*

0 commit comments

Comments
 (0)