-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring 6 (Boot3) does not report underlying exception/stacktrace when a @RestControllerAdvice class is used #1393
Labels
3
Story Point Estimate
GTSE
There is an associated support escalation with this issue.
oct-dec qtr
Represents proposed work item for the Oct-Dec quarter
Milestone
Comments
Any update on this issue ? Recently we are also migrated to spring boot3 with newrelic java agent 8.5.0 and we are facing the same issue as well |
@shashikantfayke not at the moment - we are planning to investigate further in the coming oct-dec quarter |
I'm facing the same problem since we migrated our applications to SB 3.x due compliance reasons. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3
Story Point Estimate
GTSE
There is an associated support escalation with this issue.
oct-dec qtr
Represents proposed work item for the Oct-Dec quarter
With Spring 5 (Boot v2), NR instrumentation reports the underlying exception when utilizing a @RestControllerAdvice class. In Spring v6 (Boot v3) the underlying exception is not reported.
Goals:
UI Screenshot showing exception for Spring v5
UI Screenshot showing examples with and without RestControllerAdvice
Example repro code
The text was updated successfully, but these errors were encountered: