Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove UseDatadog from tracing config (#272)
This was introduced in #247 to allow applications to use the datadog tracing api directly instead of an opentracing compatible version. The issue is that when `UseDatadog` is enabled, opentracing.GlobalTracer is set to a noop tracer so other packages in netlify-commons that emit traces (e.g router) don't work as expected. We don't actually need this option because `opentracer.New` already calls `tracer.Start` so applications should be able to use both the opentracing and datadog tracing api.
- Loading branch information