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
Errors matching Try.throwThroughErrorTypes are now skipped from
Reporter.report() (Sentry.captureException) in addition to being
thrown unwrapped. Breadcrumbs still recorded.
Tests in Try.test.ts assert captureException not called for both
sync and async throw-through paths.
Fix HI-02: errors matching `Try.throwThroughErrorTypes` are no longer reported to Sentry when `.report()` is set. Previously the error was sent to `Sentry.captureException` before being re-thrown unwrapped, contradicting the "throw-through" name. Breadcrumbs configured via `.breadcrumbs()` are still recorded.
0 commit comments