Spandex trying to send additional data/tags through tags no making it through to datadog

i’m trying to send some additional tags through the spandex library (i’m using datadog). to test if its working i’m using something like the following

start_span("test_span", tags: [foo: "bar", baz: 123])

the span makes it through, but i don’t see the additional tags come through.