spandex-project / spandex

A platform agnostic tracing library
MIT License
333 stars 53 forks source link

Don't require that the env be specified #75

Closed GregMefford closed 6 years ago

GregMefford commented 6 years ago

When working on the spandex_datadog sender, I realized that we don't currently have a way to not send the env with the spans. With Datadog, if you don't specify an env in the application like this, it will use the env configured in the trace collector agent. This PR makes it possible to do so, and I have another PR ready on the spandex_dagtadog repo that supports this from that end.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 328


Totals Coverage Status
Change from base Build 319: 0.0%
Covered Lines: 195
Relevant Lines: 237

💛 - Coveralls
zachdaniel commented 6 years ago

Merge at your liesure.

GregMefford commented 6 years ago

Coveralls won't let me. 😭 I think it was confused because the Travis build failed the first time and I re-ran it but coveralls didn't update its status.

GregMefford commented 6 years ago

Ok, amended the commit and got it to give me a green check, but I still can't merge due to user permissions.