sentry
sentry copied to clipboard
ref(mediators): Turn project rule updater to dataclass
Turns Updater -> ProjectRuleUpdater to dataclass and update uses to be explicit in passing in params
(kwargs['attr'] vs .get('attr') is very inconsistent and ugly rn :[ )