-
Notifications
You must be signed in to change notification settings - Fork 27
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
🔒️ Remove sensitive data from logs #6905
🔒️ Remove sensitive data from logs #6905
Conversation
Quality Gate passedIssues Measures |
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.
💯 thanks!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6905 +/- ##
==========================================
+ Coverage 88.32% 88.35% +0.02%
==========================================
Files 1553 1189 -364
Lines 61191 51421 -9770
Branches 2095 980 -1115
==========================================
- Hits 54050 45432 -8618
+ Misses 6809 5799 -1010
+ Partials 332 190 -142
Continue to review full report in Codecov by Sentry.
|
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.
nice!
What do these changes do?
Hide sensitive data when an exception is raised.
Related issue/s
How to test
Dev-ops checklist