You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
denyUrls
A list of strings or regex patterns that match error URLs that should not be sent to Sentry. By default, all errors will be sent. This is a "contains" match to the entire file URL. As a result, if you add foo.com to it, it will also match on https://bar.com/myfile/foo.com. By default, all errors will be sent.
allowUrls
A list of strings or regex patterns that match error URLs which should exclusively be sent to Sentry. By default, all errors will be sent. This is a "contains" match to the entire file URL. As a result, if you add foo.com to it, it will also match on https://bar.com/myfile/foo.com. By default, all errors will be sent.
marandaneto
changed the title
Support allowUrls and denyUrls
Support allowUrls, denyUrls and ignoreErrors (InboundFilters)
Feb 24, 2022
marandaneto
changed the title
Support allowUrls, denyUrls and ignoreErrors (InboundFilters)
Support allowUrls , denyUrls and ignoreErrors (InboundFilters)
Feb 24, 2022
denyUrls
A list of strings or regex patterns that match error URLs that should not be sent to Sentry. By default, all errors will be sent. This is a "contains" match to the entire file URL. As a result, if you add foo.com to it, it will also match on https://bar.com/myfile/foo.com. By default, all errors will be sent.
allowUrls
A list of strings or regex patterns that match error URLs which should exclusively be sent to Sentry. By default, all errors will be sent. This is a "contains" match to the entire file URL. As a result, if you add foo.com to it, it will also match on https://bar.com/myfile/foo.com. By default, all errors will be sent.
Similar to JS https://docs.sentry.io/platforms/javascript/configuration/options/
https://docs.sentry.io/product/accounts/quotas/manage-event-stream-guide/#inboundfilters
The text was updated successfully, but these errors were encountered: