File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
28
28
BrowserClientReplayOptions &
29
29
BrowserClientProfilingOptions & {
30
30
/**
31
+ * Important: Only set this option if you know what you are doing!
32
+ *
31
33
* By default, the SDK will check if it is initialized in a browser extension
32
34
* if you call `Sentry.init`. In case it is, it will stop initialization
33
35
* because browser extensions require a different Sentry initialization process:
@@ -36,8 +38,6 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
36
38
* If this check wrongfully flags your setup as a browser extension, you can set this
37
39
* option to `true` to skip the check.
38
40
*
39
- * Important: Only set this option if you know what you are doing!
40
- *
41
41
* Setting up the SDK in a browser extension with global error monitoring is not recommended
42
42
* and will likely flood you with errors from other web sites or extensions.
43
43
*
You can’t perform that action at this time.
0 commit comments