Skip to content

Commit c35452f

Browse files
1 parent f26bba6 commit c35452f

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
@@ -3307,6 +3307,14 @@
33073307
"null"
33083308
]
33093309
},
3310+
"origin": {
3311+
"description": " The origin of the trace indicates what created the trace (see [OriginType] docs).",
3312+
"default": null,
3313+
"type": [
3314+
"string",
3315+
"null"
3316+
]
3317+
},
33103318
"parent_span_id": {
33113319
"description": " The ID of the span enclosing this span.",
33123320
"default": null,

0 commit comments

Comments
 (0)