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: includes/platforms/configuration/options/deny-urls.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,6 @@ Errors that have been created on these URLs won't be sent to Sentry.
3
3
If you use this option, errors will not be sent when the top stack frame file URL contains or matches at least one entry in the `denyUrls` array.
4
4
All string entries in the array will be matched with `stackFrameUrl.contains(entry)`, while all RegEx entries will be matched with `stackFrameUrl.match(entry)`.
5
5
6
+
This option checks the source file URL in the stack trace, not the HTTP URL where the error was reported. For more fine grained filtering please refer to [beforeSend](/platforms/javascript/guides/react/configuration/options/#beforeSend).
7
+
6
8
This matching logic applies to captured exceptions not raw message events. By default, all errors are sent.
0 commit comments