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
Describe the solution you'd like
Seems to only work out of the box with vanilla Spring Web, e.g. Exceptions thrown from controllers are not automatically sent to Bugsnag.
Describe alternatives you've considered
Implemented my own WebExceptionHandler to do this myself, but would be nice for it to work out of the box like it does for Spring Web
Description
Official Spring Boot support for WebFlux stacks
Describe the solution you'd like
Seems to only work out of the box with vanilla Spring Web, e.g. Exceptions thrown from controllers are not automatically sent to Bugsnag.
Describe alternatives you've considered
Implemented my own WebExceptionHandler to do this myself, but would be nice for it to work out of the box like it does for Spring Web
Additional context
getsentry/sentry-java#1529
The text was updated successfully, but these errors were encountered: