Skip to content

Commit

Permalink
chore(inbound-filters): Update legacy browser filters (#82060)
Browse files Browse the repository at this point in the history
the goal of the new filters was to reevaluate them periodically to keep
them relevant, which is what the pr does. the actual changes happen in
getsentry/relay#4381, but this will update the
inbound filters page to reflect what versions are being filtered.
  • Loading branch information
roggenkemper authored Jan 2, 2025
1 parent 8595fa9 commit cbe1fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const LEGACY_BROWSER_SUBFILTERS = {
chrome: {
icon: iconChrome,
title: 'Chrome',
helpText: 'Version 62 and lower',
helpText: 'Version 63 and lower',
legacy: false,
},
safari: {
Expand Down

0 comments on commit cbe1fe4

Please sign in to comment.