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
fix: improve default fingerprint aggregation to reduce alert noise (#13)
Normalize titles with the same rules used for messages so dynamic values
(UUIDs, hex addresses, numbers) don't create separate fingerprints.
Reduce default stackDepth from 3 to 1 so the same error originating from
one throw site but reached via different callers groups into a single
aggregation stream.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: improve default fingerprint aggregation to reduce alert noise
6
+
7
+
- Normalize titles with the same rules used for messages (UUIDs, hex addresses, timestamps, numbers) so dynamic values in titles don't split fingerprints.
8
+
- Reduce default `stackDepth` from 3 to 1 so the same error from different callers groups into a single aggregation stream. Users can restore the previous behavior with `fingerprint: { stackDepth: 3 }`.
0 commit comments