You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/configuration/filtering.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ This integration works by "marking" your JavaScript files with an "application k
100
100
At runtime, if an error occurs, this integration checks application keys for each stack frame in the stack trace.
101
101
This allows you to filter out errors with "unmarked" stack frames, which would indicate third-party code.
102
102
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:
0 commit comments