Skip to content

Commit ab91774

Browse files
committed
adjust jsdoc
1 parent 39e123b commit ab91774

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/browser/src/client.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ export type BrowserOptions = Options<BrowserTransportOptions> &
3535
* because browser extensions require a different Sentry initialization process:
3636
* https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/
3737
*
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+
*
3842
* If this check wrongfully flags your setup as a browser extension, you can set this
3943
* option to `true` to skip the check.
4044
*
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-
*
4445
* @default false
4546
*/
4647
skipBrowserExtensionCheck?: boolean;

0 commit comments

Comments
 (0)