Skip to content

Commit 8b50ee7

Browse files
authored
fix(spans): Add _meta field to ingest spans (#445)
See e.g. https://github.com/getsentry/relay/blob/a9900633af67a82283ebe58c257ec527f9bf03ff/tests/integration/test_spansv2.py#L96-L108 for a test verifying that `_meta` is written to spans. The type of `_meta` is complex. For now, just acknowledge that it is present in the schema.
1 parent 5c9ee18 commit 8b50ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemas/ingest-spans.v1.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
},
7171
"attributes": {
7272
"$ref": "file://ingest-spans.v1.schema.json#/definitions/Attributes"
73+
},
74+
"_meta": {
75+
"type": "object"
7376
}
7477
},
7578
"required": [

0 commit comments

Comments
 (0)