Skip to content
New issue

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

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

Already on GitHub? # to your account

Ability to provide a browserlist query as an inbound filter #54934

Open
QuentinFchx opened this issue Aug 17, 2023 · 4 comments
Open

Ability to provide a browserlist query as an inbound filter #54934

QuentinFchx opened this issue Aug 17, 2023 · 4 comments

Comments

@QuentinFchx
Copy link

Problem Statement

In the "Inbound Filters" settings, I'd like to provide a browserlist query to filter out events from unsupported browsers.

The current "Filter out known errors from legacy browsers" section is somewhat outdated and we'd like to have more control over which browsers we consider irrelevant.

Thank you in advance :)

Solution Brainstorm

No response

Product Area

Settings - Projects

@getsantry
Copy link
Contributor

getsantry bot commented Aug 17, 2023

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Aug 17, 2023

Routing to @getsentry/product-owners-settings-projects for triage ⏲️

@getsantry getsantry bot moved this from Waiting for: Support to Waiting for: Product Owner in GitHub Issues with 👀 Aug 17, 2023
@Dhrumil-Sentry
Copy link

Hi @QuentinFchx thanks for the feedback, We'll add it to our backlog and keep this issue updated

@scttcper
Copy link
Member

scttcper commented Aug 8, 2024

Going to keep this open and share some of the investigation we did when we added a few more filters.

We did look into browserlist support a little bit when we added the new browser filters and the challenges were around needing to support browserlist query parsing and supporting a somewhat different behavior. for example - browserlist query of firefox > 100 browserlist can tell you the supported versions 101, 102, 103. But what happens when a new version comes out do we filter out 104 if its not in the list?

And then we were trying to figure out if people should upload their browserlist query or the output of supported browsers since our version of the database might be different from theirs. "Last 3 major versions" depends on when the caniuse database was updated and questions around how to update that and inform people of when we update.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Status: No status
Development

No branches or pull requests

4 participants