Skip to content

Commit 4b91c61

Browse files
committed
add meta_struct in span and serialization tests
1 parent 247e506 commit 4b91c61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spec/datadog/tracing/span_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
resource: 'my.span',
244244
type: nil,
245245
meta: {},
246+
meta_struct: {},
246247
metrics: {},
247248
span_links: [],
248249
error: 0

spec/datadog/tracing/transport/serializable_trace_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'resource',
4040
'type',
4141
'meta',
42+
'meta_struct',
4243
'metrics',
4344
'span_links',
4445
'error',

0 commit comments

Comments
 (0)