File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,13 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
35
35
* because browser extensions require a different Sentry initialization process:
36
36
* https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/
37
37
*
38
+ * Setting up the SDK in a browser extension with global error monitoring is not recommended
39
+ * and will likely flood you with errors from other web sites or extensions. This can heavily
40
+ * impact your quota and cause interference with your and other Sentry SDKs in shared environments.
41
+ *
38
42
* If this check wrongfully flags your setup as a browser extension, you can set this
39
43
* option to `true` to skip the check.
40
44
*
41
- * Setting up the SDK in a browser extension with global error monitoring is not recommended
42
- * and will likely flood you with errors from other web sites or extensions.
43
- *
44
45
* @default false
45
46
*/
46
47
skipBrowserExtensionCheck ?: boolean ;
You can’t perform that action at this time.
0 commit comments