From 05eeee7172dee83cab264c1cbf52db4c844c7226 Mon Sep 17 00:00:00 2001 From: Martin Haintz Date: Tue, 27 Aug 2024 14:17:09 +0200 Subject: [PATCH] Update docs/platforms/flutter/configuration/filtering.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- docs/platforms/flutter/configuration/filtering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/configuration/filtering.mdx b/docs/platforms/flutter/configuration/filtering.mdx index 8a95e3bd48812..a1cab21e091b6 100644 --- a/docs/platforms/flutter/configuration/filtering.mdx +++ b/docs/platforms/flutter/configuration/filtering.mdx @@ -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.