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 authored Aug 27, 2024
1 parent 828aa5a commit bdf8712
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 @@ -79,7 +79,7 @@ If used on a platform other than Web, this setting will be ignored.

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` uses regular expression to compare.
`denyUrls` accepts regular expressions.

In combination with `allowUrls` you can block subdomains of the domains listed in `allowUrls`.

Expand Down

0 comments on commit bdf8712

Please sign in to comment.