You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(grouping): Deprecate all grouping configs but the current one (#81072)
This marks all but the current grouping config as deprecated, as a first step to using the [script in getsentry](https://github.com/getsentry/getsentry/blob/master/bin/upgrade_deprecated_grouping_configs.py) to force all inactive projects onto the current config. (Active projects are all already on the new config, because as soon as we see an event from a project, we upgrade its config.)
Once the script has been run and all projects have been migrated, we can wait the requisite 30 days (for all transition periods to end) and then we can delete the two older `newstyle` configs, along with all of their snapshots. (We'll keep the legacy config because a) we need at least one config besides the current one in order to be able to test grouping config transition, and b) we need that extra config to be different enough from the current config to predictably generate different hashes from the same data (so keeping another `newstyle` config won't do).
0 commit comments