Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support allowUrls , denyUrls #626

Closed
Tracked by #897
marandaneto opened this issue Oct 27, 2021 · 1 comment · Fixed by #2227
Closed
Tracked by #897

Support allowUrls , denyUrls #626

marandaneto opened this issue Oct 27, 2021 · 1 comment · Fixed by #2227

Comments

@marandaneto
Copy link
Contributor

marandaneto commented Oct 27, 2021

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

@marandaneto
Copy link
Contributor Author

a workaround, for now, is still doing it manually via https://docs.sentry.io/platforms/dart/configuration/options/#before-send

@bruno-garcia bruno-garcia moved this to Needs Discussion in Mobile & Cross Platform SDK Feb 16, 2022
@marandaneto marandaneto changed the title Support allowUrls and denyUrls Support allowUrls, denyUrls and ignoreErrors (InboundFilters) Feb 24, 2022
@marandaneto marandaneto changed the title Support allowUrls, denyUrls and ignoreErrors (InboundFilters) Support allowUrls , denyUrls and ignoreErrors (InboundFilters) Feb 24, 2022
@marandaneto marandaneto moved this from Needs Discussion to Backlog in Mobile & Cross Platform SDK Mar 10, 2022
@buenaflor buenaflor changed the title Support allowUrls , denyUrls and ignoreErrors (InboundFilters) Support allowUrls , denyUrls Aug 12, 2024
@buenaflor buenaflor moved this from Backlog to Needs Review in Mobile & Cross Platform SDK Aug 13, 2024
@github-project-automation github-project-automation bot moved this from Needs Review to Done in Mobile & Cross Platform SDK Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants