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
Despite the work done in #54739 and #54746 we still have an edge case where we're saving name data for sentry.rules.filters.tagged_event.TaggedEventFilter and sentry.rules.filters.level.LevelFilter possibly when duplicating older alerts. Adding a pre_save should prevent this so we can move forward with the data migration.
Add a `pre_save` signal to `Rule` to hopefully actually prevent any
`name` data being save in the conditions part of rule.data. Everything
should have been covered in
https://github.com/getsentry/sentry/pull/54746/files but looking at
production data since that was deployed shows an edge case where
sometimes it's still being saved that I can't replicate.
Closes#55112
Uh oh!
There was an error while loading. Please reload this page.
Despite the work done in #54739 and #54746 we still have an edge case where we're saving name data for
sentry.rules.filters.tagged_event.TaggedEventFilter
andsentry.rules.filters.level.LevelFilter
possibly when duplicating older alerts. Adding apre_save
should prevent this so we can move forward with the data migration.https://redash.getsentry.net/queries/4772/source
The text was updated successfully, but these errors were encountered: