Skip to content

Commit a2fd1e4

Browse files
committed
1 parent eb941c2 commit a2fd1e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

relay/event.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3930,6 +3930,14 @@
39303930
"null"
39313931
]
39323932
},
3933+
"sentry_user": {
3934+
"description": " The user string representation as handled in Sentry.\n\n This field is computed by concatenating the name of specific fields of the `User`\n struct with their value. For example, if `id` is set, `sentry_user` will be equal to\n `\"id:id-of-the-user\".",
3935+
"default": null,
3936+
"type": [
3937+
"string",
3938+
"null"
3939+
]
3940+
},
39333941
"username": {
39343942
"description": " Username of the user.",
39353943
"default": null,

0 commit comments

Comments
 (0)