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
Include trace and span IDs in error toasts for faster debugging (#624)
* feat: add trace and span IDs to toast messages
* test: enhance toast message assertions to include trace and span IDs
* feat: add showSpanInfo option to ToastOptions and update span info handling
* feat: set default value of showSpanInfo to false in ToastOptions and update span info handling
* fix: correct showSpanInfo handling in error toast options
* fix: silence no-unnecessary-type-assertion on load-bearing Literals[0] cast
the cast is required because Object.assign widens the Default field
type without it, breaking the expectTypeOf(l.Default).toEqualTypeOf<"a">()
test assertion.
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion -- load-bearing: Object.assign widens the field type without it, breaking `expectTypeOf(l.Default).toEqualTypeOf<"a">()` in tests
0 commit comments