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
- Exports a new wrapper `Sentry.wrapHandleErrorWithSentry` for custom
`handleError` implementations.
- This runs the original `handleError` implementation, then runs the
Sentry's capture logic.
- This PR also renames `wrapRemixHandleError` to `sentryHandleError`, to
avoid confusion. We're still exporting `wrapRemixHandleError` as alias.
---------
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
0 commit comments