Skip to content

Commit 25a5c4b

Browse files
author
Luca Forstner
authored
Make transition smoother for thirdPartyErrorFilterIntegration paragraph (#11061)
1 parent 3335854 commit 25a5c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/platforms/javascript/common/configuration/filtering.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ This integration works by "marking" your JavaScript files with an "application k
100100
At runtime, if an error occurs, this integration checks application keys for each stack frame in the stack trace.
101101
This allows you to filter out errors with "unmarked" stack frames, which would indicate third-party code.
102102

103-
To set up this integration, first pass an `applicationKey` to your Sentry bundler plugin. This can be an arbitrary string that identifies your application code:
103+
To set up this integration and to mark your JavaScript files with an application key, first pass an `applicationKey` option to your Sentry bundler plugin.
104+
This can be an arbitrary string that identifies your application code:
104105

105106
```ts {tabTitle:Vite} {8}
106107
// vite.config.ts

0 commit comments

Comments
 (0)