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
Ship the golden-fixture measurement CSVs the blanket *.csv ignore ate
The v1.5.2 release build failed: GoldenReplayTests could not find
native-measurements.csv on CI because .gitignore's packaging-artifact
*.csv rule silently excluded the fixture recordings from the release
commit (locally the untracked files still satisfied the tests). Negate
the rule for tests/**/Fixtures and commit the recordings.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>