Sanitize sensitive data from URLs (span desc, span data, crumbs, client errors)#1327
Merged
Conversation
Contributor
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1327 +/- ##
==========================================
- Coverage 89.78% 89.74% -0.04%
==========================================
Files 177 59 -118
Lines 5676 2009 -3667
==========================================
- Hits 5096 1803 -3293
+ Misses 580 206 -374
... and 118 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
denrase
marked this pull request as ready for review
March 14, 2023 14:38
denrase
requested review from
brustolin,
krystofwoldrich and
marandaneto
as code owners
March 14, 2023 14:38
marandaneto
reviewed
Mar 20, 2023
marandaneto
approved these changes
Mar 22, 2023
marandaneto
left a comment
Contributor
There was a problem hiding this comment.
thanks @adinauer
@denrase after addressing #1327 (comment) and making CI happy, we can merge it :)
marandaneto
reviewed
Mar 27, 2023
Contributor
…sentry/sentry-dart into feat/remove-sensitive-data-from-urls
marandaneto
enabled auto-merge (squash)
March 27, 2023 10:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
authorization,Authorization,cookies,Cookies,cookie,Cookieheader fields💡 Motivation and Context
Fixes #1171
Based on the implementation of getsentry/sentry-java#2365
💚 How did you test it?
Unit tests
📝 Checklist
sendDefaultPiiis enabledWhats next?
In the spec the field is called
Cookies, but elsewhere i have found it defined asCookie. Opted to remove both versions for now.