diff --git a/docs/platforms/flutter/configuration/filtering.mdx b/docs/platforms/flutter/configuration/filtering.mdx index 047a8f962cb2f..0006f94cacc17 100644 --- a/docs/platforms/flutter/configuration/filtering.mdx +++ b/docs/platforms/flutter/configuration/filtering.mdx @@ -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.