-
-
Notifications
You must be signed in to change notification settings - Fork 552
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
Always collect full stack trace for scan errors #784
Comments
I would like to work on this issue. :) |
So, if I understand correctly, we have to always show a full stack trace for scan errors. This would mean that we still keep the |
Scan errors are now shown with a full stack trace for diagnosis and no longer require the `--diag` option. Signed-off-by: Yash Nisar <[email protected]>
Scan errors are now shown with a full stack trace for diagnosis and no longer require the `--diag` option. Signed-off-by: Yash Nisar <[email protected]>
Merged in develop with #885 ... @yash-nisar Thanks for looking at this too. |
Scan errors should come always with a full stack trace for diagnostic, being forced to use the --diag option is not a great solution as these may be hard to reproduce at times.
The text was updated successfully, but these errors were encountered: