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
- Refactored `sentry()` params to use destructuring with defaults, so the normalization is no longer necessary
- Added `extras` to use Sentry’s `scope.setExtra()` to enrich the error data
- Added `captureReturnedErrors` option to capture errors from other middlewares that return errors instead of throwing, e.g., `graphql-shield` https://github.com/maticzav/graphql-shield#custom-errorsCloses#29
0 commit comments