This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
[spec] Do not export NOOP implementations #50
Labels
Comments
As far as I know this is already the case. Refs: open-telemetry/opentelemetry-js#1899 (that time it was still named NoopSpan) |
edit: it seems you were right we do not. but we do export the noop tracer which the API does not say to export. IMO we should limit exports that are not spec-required if at all possible. |
dyladan
changed the title
[spec] Do not export NonRecordingSpan
[spec] Do not export NOOP implementations
Apr 27, 2021
@Flarna updated description |
Done in #46 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The NOOP implementations are currently exported. Particularly the NOOP tracer is used to create NOOP spans. After #51, this will no longer be required. Because the specification does not say to export NOOP implementations, we should remove their exports before 1.0
The text was updated successfully, but these errors were encountered: