-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: Redact anonymous attributes within feature events #120
feat: Redact anonymous attributes within feature events #120
Conversation
This pull request has been linked to Shortcut Story #228721: Anonymous attribute redaction for feature events. |
@@ -8,7 +8,8 @@ | |||
|
|||
%% API | |||
-export([ | |||
format_context_for_event/2 | |||
format_context_for_event/2, |
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.
Do we have a use-case for the version without anonymous redaction?
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.
There isn't an explicit use case called out in the internal discussion, but the change does stipulate that we should only redact those attributes for feature events, not every event. Is that what you mean?
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.
Ok. So we redact all attributes for anonymous contexts only in the feature event, but would keep them in an identify.
f1fe9ac
to
37f2476
Compare
🤖 I have created a release *beep* *boop* --- ## [3.2.0](v3.1.0...v3.2.0) (2024-03-14) ### Features * Always inline contexts for feature events ([#119](#119)) ([e5c6cc4](e5c6cc4)) * Redact anonymous attributes within feature events ([#120](#120)) ([d334861](d334861)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.