Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Configure a scrubbing rule to remove geo information from events via global sensitive fields.
- Send a test event to Sentry
Expected Result
The information is removed from the event and not rendered by the UI.
Actual Result
This is more a cosmetic issue than a feature not working as expected.
The scrubbing rule replaces the information with null which gets rendered in the UI:
in the event's JSON:
_meta": {
"user": {
},
"geo": {
"city": {
"": {
"rem": [
[
"project:2",
"x"
]]}
},
...
user": {
"id": null,
"email": null,
"username": null,
"name": null,
"sentry_user": null,
"geo": {
"country_code": null,
"city": null,
"subdivision": null,
"region": null
}
},
Screenshot:
Product Area
Issues
Link
No response
DSN
No response
Version
No response
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Expected Result
The information is removed from the event and not rendered by the UI.
Actual Result
This is more a cosmetic issue than a feature not working as expected.
The scrubbing rule replaces the information with
nullwhich gets rendered in the UI:in the event's JSON:
Screenshot:
Product Area
Issues
Link
No response
DSN
No response
Version
No response