We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I discovered a typo from the official sentry documentation -> https://docs.sentry.io/api/projects/update-an-inbound-data-filter/
They describe to use "legacy-browser" as filter_id, but this way ended on a 404 error.
Instead of use "legacy-browser", if you use "legacy-browsers" as filter_id, it will works properly.
Steps to Reproduce:
Create a sentry_project_inbound_data_filter with filter_id = "legacy-browser" as shown in the official and the provider documentation.
Correct way to work:
Using filter_id = "legacy-browsers"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I discovered a typo from the official sentry documentation -> https://docs.sentry.io/api/projects/update-an-inbound-data-filter/
They describe to use "legacy-browser" as filter_id, but this way ended on a 404 error.
Instead of use "legacy-browser", if you use "legacy-browsers" as filter_id, it will works properly.
Steps to Reproduce:
Create a sentry_project_inbound_data_filter with filter_id = "legacy-browser" as shown in the official and the provider documentation.
Correct way to work:
Using filter_id = "legacy-browsers"
The text was updated successfully, but these errors were encountered: