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

sentry_project_inbound_data_filter legacy_browser typo #495

Open
abejaranog opened this issue Oct 9, 2024 · 0 comments
Open

sentry_project_inbound_data_filter legacy_browser typo #495

abejaranog opened this issue Oct 9, 2024 · 0 comments
Labels

Comments

@abejaranog
Copy link

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"

@jianyuan jianyuan added the bug label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants