-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(inbound-filters) Add support for inbound filtering of legacy Edg…
…e browsers (#2650) This PR adds support for filtering legacy edge browser to the LegacyBrowsers inbound filter. When this option is enabled any edge browser with major version < 79 will be filtered. Effectively this means that browsers version 12 through 18 will be filtered ( from 18 it jumped to 79). Resolves: getsentry/sentry#29707 --------- Co-authored-by: Oleksandr <1931331+olksdr@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters