Skip to content

Commit

Permalink
Update docs/platforms/flutter/configuration/filtering.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <[email protected]>
  • Loading branch information
martinhaintz and vivianyentran committed Aug 27, 2024
1 parent bdf8712 commit 05eeee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/flutter/configuration/filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can exclude events sent to Sentry based on the URL.
Using `denyUrls`, events are ignored if the URL matches the pattern specified in `denyUrls`.
`denyUrls` accepts regular expressions.

In combination with `allowUrls` you can block subdomains of the domains listed in `allowUrls`.
When used in combination with `allowUrls`, you can block specific subdomains of the domains listed in `allowUrls`.

If used on a platform other than Web, this setting will be ignored.

Expand Down

0 comments on commit 05eeee7

Please sign in to comment.