You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add OpenTracing example
* fix: review comments
- Combine `Tracer` and `.init` to one line
- Use `setTimeout` to be consistent with other example
- Remove unused dependency
- Add missing keywords
- Update README
- Add missing `"use strict";`
* fix: review comments
- Update README
- Separate shim to another file
* fix: remove unnecessary file
Right now, multiple extensions are adding their own suppress_instrumentation code, to not emit span information.
It would be great if we could suppress_instrumentation on a global level, such as described in open-telemetry/opentelemetry-specification#530.
The text was updated successfully, but these errors were encountered: