-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Don't capture stacktraces for REST Client by default #43037
Conversation
The reason the default is now set to false is that capturing the stacktrace is a very CPU intensive operation. Although this leads to a slightly worse user experience, it's not too bad because the error does contain the REST Client class and method that caused the error
🎊 PR Preview af67f52 has been successfully built and deployed to https://quarkus-pr-main-43037-preview.surge.sh/version/main/guides/
|
Status for workflow
|
Status for workflow
|
The reason the default is now set to false is that capturing the stacktrace is a very CPU intensive operation. Although this leads to a slightly worse user experience, it's not too bad because the error does contain
the REST Client class and method that caused the error