Skip to content

Commit 9cb4d7c

Browse files
authored
docs(js): Further clarify denyUrls (#13481)
1 parent fccc49a commit 9cb4d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/platforms/configuration/options/deny-urls.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Errors that have been created on these URLs won't be sent to Sentry.
33
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.
44
All string entries in the array will be matched with `stackFrameUrl.contains(entry)`, while all RegEx entries will be matched with `stackFrameUrl.match(entry)`.
55

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+
68
This matching logic applies to captured exceptions not raw message events. By default, all errors are sent.

0 commit comments

Comments
 (0)