You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance Sentry scrubber with more flexible markers
The Sentry scrubber has been improved to support a wider range of marker types for identifying sections to be redacted. Now, in addition to exact value matches, it can handle lists, tuples and sets of values as markers. This allows for more granular control over what gets redacted.
A new private method `_is_dict_should_be_scrubbed` has been added to encapsulate the logic for determining whether a dictionary should be scrubbed based on its key-value pairs.
The README.md file has also been updated to reflect these changes and provide examples of how to use the new features.
Tests have been added to ensure that the new functionality works as expected under various scenarios.
0 commit comments