-
Notifications
You must be signed in to change notification settings - Fork 45
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 #246
feat: Redact anonymous attributes within feature events #246
Conversation
This pull request has been linked to Shortcut Story #228721: Anonymous attribute redaction for feature events. |
6a796c3
to
50fd009
Compare
@@ -17,24 +17,25 @@ def __init__(self, all_attributes_private: bool, private_attributes: List[str]): | |||
if ar.valid: | |||
self._private_attributes.append(ar) | |||
|
|||
def format_context(self, context: Context) -> dict: |
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.
Same comment on other PRs re: adding a named function, not disturbing existing
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.
Also done.
🤖 I have created a release *beep* *boop* --- ## [9.3.0](9.2.2...9.3.0) (2024-03-14) ### Features * Inline contexts for all evaluation events ([#245](#245)) ([8b5429b](8b5429b)) * Redact anonymous attributes within feature events ([#246](#246)) ([4022ee2](4022ee2)) --- 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.