-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(sentry): attach stacktrace to logging events #7598
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
Conversation
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7598 +/- ##
===========================================
+ Coverage 79.14% 91.94% +12.79%
===========================================
Files 151 85 -66
Lines 7029 7508 +479
===========================================
+ Hits 5563 6903 +1340
+ Misses 1466 605 -861
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Description
Use
attach_stacktrace
setting to add stacktrace to all events sent to Sentry. This will add info to our events without changing any code or the logs output.Also fixed some minor errors in the docs.
Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.