Skip to content

Commit 8675a52

Browse files
authored
ref(pii): update event fields that are scrubbed by default. (#13983)
Adds new items to the list of fields that are scrubbed by default that have been added since the list was updated the last time.
1 parent 118bb6e commit 8675a52

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/data/relay_event_pii.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,22 @@
4343
"path": "Event.exceptions.stacktrace.frames.vars",
4444
"additional_properties": false
4545
},
46+
{
47+
"path": "Event.expectct",
48+
"additional_properties": false
49+
},
50+
{
51+
"path": "Event.expectstaple",
52+
"additional_properties": false
53+
},
4654
{
4755
"path": "Event.extra",
4856
"additional_properties": false
4957
},
58+
{
59+
"path": "Event.hpkp",
60+
"additional_properties": false
61+
},
5062
{
5163
"path": "Event.logentry.params",
5264
"additional_properties": false
@@ -83,6 +95,34 @@
8395
"path": "Event.spans.data",
8496
"additional_properties": false
8597
},
98+
{
99+
"path": "Event.spans.data.previous_route.params",
100+
"additional_properties": false
101+
},
102+
{
103+
"path": "Event.spans.data.route.params",
104+
"additional_properties": false
105+
},
106+
{
107+
"path": "Event.spans.sentry_tags.user",
108+
"additional_properties": false
109+
},
110+
{
111+
"path": "Event.spans.sentry_tags.user_email",
112+
"additional_properties": false
113+
},
114+
{
115+
"path": "Event.spans.sentry_tags.user_id",
116+
"additional_properties": false
117+
},
118+
{
119+
"path": "Event.spans.sentry_tags.user_ip",
120+
"additional_properties": false
121+
},
122+
{
123+
"path": "Event.spans.sentry_tags.user_username",
124+
"additional_properties": false
125+
},
86126
{
87127
"path": "Event.stacktrace.frames.vars",
88128
"additional_properties": false
@@ -139,6 +179,10 @@
139179
"path": "Event.user.name",
140180
"additional_properties": false
141181
},
182+
{
183+
"path": "Event.user.sentry_user",
184+
"additional_properties": false
185+
},
142186
{
143187
"path": "Event.user.username",
144188
"additional_properties": false

0 commit comments

Comments
 (0)