sentry icon indicating copy to clipboard operation
sentry copied to clipboard

chore(grouping): Use optimized grouping logic for 20% of non-transitioning projects

Open lobsterkatie opened this issue 1 year ago • 0 comments

This enables using the new grouping logic (_save_aggregate_new) for 20% of projects not currently in a grouping config transition. (It's already rolled out to all transitioning projects.) Unlike for transitioning projects, _save_aggregate_new doesn't actually do anything different than _save_aggregate does with events from non-transitioning projects, so this change is essentially just switching the projects in question to a refactored version of what's already happening.

lobsterkatie avatar Aug 27 '24 18:08 lobsterkatie