Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry-sdk-node - Incorrect statement in README #4248

Closed
edosrecki opened this issue Nov 5, 2023 · 0 comments · Fixed by #4249
Closed

opentelemetry-sdk-node - Incorrect statement in README #4248

edosrecki opened this issue Nov 5, 2023 · 0 comments · Fixed by #4249
Labels
bug Something isn't working triage

Comments

@edosrecki
Copy link
Contributor

edosrecki commented Nov 5, 2023

There is a documentation bug in the following package: @opentelemetry/sdk-node.

There is an incorrect statement in the README at the following location:

// Optional - if omitted, the tracing SDK will not be initialized
traceExporter: jaegerExporter,

This statement is incorrect because if traceExporter is omitted in the configuration object during programmatic initialization, it can still be loaded and configured from the environment variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
1 participant