Uh oh!
There was an error while loading. Please reload this page.
Only send userid in baggage if sendDefaultPii is true - #2145
Closed
adinauer wants to merge 11 commits into
Closed
Conversation
adinauer
marked this pull request as ready for review
June 29, 2022 16:09
adinauer
changed the base branch from
main
to
feat/traces-sampler-into-sample-rateJune 29, 2022 16:09
adinauer
commented
Jun 29, 2022
MemberAuthor
fyi @brustolin |
bruno-garcia
commented
Jun 29, 2022
Member
@adinauer Is this really the way to go? this flag guards other PII data so I feel this will stop ppl from using it |
bruno-garcia
commented
Jun 29, 2022
Member
Sorry closed accidently because CMD + Enter is fucked |
…erid-in-baggage-if-not-sending-pii
codecov-commenter
commented
Jun 30, 2022
Codecov Report
@@ Coverage Diff @@## feat/traces-sampler-into-sample-rate #2145 +/- ##
=======================================================================
Coverage ? 80.91% Complexity ? 3289 =======================================================================
Files ? 233 Lines ? 12054 Branches ? 1595 =======================================================================
Hits ? 9753 Misses ? 1718 Partials ? 583 Continue to review full report at Codecov.
|
Base automatically changed from
feat/traces-sampler-into-sample-rate to
feat/add-sample-rate-to-baggageJune 30, 2022 10:16
…in-baggage-if-not-sending-pii
4 tasks
adinauer
commented
Jun 30, 2022
MemberAuthor
Closing in favor of #2147 to also skip |
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 freeto 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
💡 Motivation and Context
useridis considered PII and now hidden behindsendDefaultPii.💚 How did you test it?
Unit tests
📝 Checklist
🔮 Next steps