This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
2.0.x Problem: adding additional tags to be sanitised #1250
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.
I have a Problem with raven.processors.SanitizePasswordsProcessor while adding additional items which need to be sanitized.
If I add additional items to be sanitized, it doesn't works for additional tags which I send with the merge function -> client.context.merge({'tags': "t"})
These is two ways how I tried to add additional sanitize_items
or
And unfortunately those keys are still be send to the server in the bunch of tags.
U would really happy about your responce=)
Sunny Week
Egor