denyUrls property
(Web only) Events occurring on these Urls will be ignored and are not sent to sentry.
If an empty list is used, the SDK will send all errors.
denyUrls uses regex for the matching.
In combination with allowUrls you can block subdomains of the domains listed in allowUrls.
If used on a platform other than Web, this setting will be ignored.
Implementation
List<String> denyUrls = [];