axiomhq / tracing-axiom

The official Rust tracing layer for Axiom
https://axiom.co
Apache License 2.0
20 stars 5 forks source link

Service name is ignored #23

Closed FinnDore closed 2 months ago

FinnDore commented 6 months ago

When setting the service name with the with_service_name function, it's immediately overridden leading to the service name to never be sent.

I've fixed this here !22