Commit c3ac170
committed
fix(autofix): Add missing @EventClass decorator to AiAutofixPhaseEvent base class
The base event class was missing the @analytics.eventclass() decorator,
which meant it wasn't processed as a proper dataclass. Child classes
couldn't accept keyword arguments like organization_id.
Agent transcript: https://claudescope.sentry.dev/share/0U9SUOfdYVu5539zSG_tdufbBsNcV98mrxSXz9fNeIA1 parent 86bf251 commit c3ac170
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments