allowUrls property

List<String> allowUrls
getter/setter pair

(Web only) Events only occurring on these Urls will be handled and sent to sentry. If an empty list is used, the SDK will send all errors. allowUrls uses regex for the matching.

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

Implementation

List<String> allowUrls = [];