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 4a8ac7e commit 828aa5a
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 @@ -69,7 +69,7 @@ When a string or a non-error object is raised, Sentry creates a synthetic except

Based on the URL, you can narrow down whether events should be sent to Sentry.
Using `allowUrls`, events are only sent if the URL matches the pattern specified in `allowUrls`.
`allowUrls` uses regular expression to compare.
`allowUrls` accepts regular expressions.

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

Expand Down

0 comments on commit 828aa5a

Please sign in to comment.