We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26bba6 commit c35452fCopy full SHA for c35452f
relay/event.schema.json
@@ -3307,6 +3307,14 @@
3307
"null"
3308
]
3309
},
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
+ },
3318
"parent_span_id": {
3319
"description": " The ID of the span enclosing this span.",
3320
"default": null,
0 commit comments