Skip to content
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

fix(inc984): scrub the correct bucket for sentry.user #6693

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

xurui-c
Copy link
Member

@xurui-c xurui-c commented Dec 19, 2024

the user field is sent in the sentry_tags dictionary which is prefixed with sentry automatically in the message processor. thus, a different attribute column has to be scrubbed

@xurui-c xurui-c changed the title c fix(inc984): scrub the correct bucket for sentry.user Dec 19, 2024
@xurui-c xurui-c marked this pull request as ready for review December 19, 2024 22:34
@xurui-c xurui-c requested a review from a team as a code owner December 19, 2024 22:34
@xurui-c xurui-c requested a review from a team December 19, 2024 22:34
Comment on lines -188 to -189
"user.ip": "192.168.0.45",
"user": user,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be inside sentry_tags?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xurui-c xurui-c requested a review from volokluev December 19, 2024 22:38
@xurui-c xurui-c enabled auto-merge (squash) December 19, 2024 22:46
@xurui-c xurui-c merged commit 4535ce0 into master Dec 19, 2024
31 checks passed
@xurui-c xurui-c deleted the rachel/fixBucket branch December 19, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants