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
// 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.
The text was updated successfully, but these errors were encountered:
There is a documentation bug in the following package: @opentelemetry/sdk-node.
There is an incorrect statement in the README at the following location:
opentelemetry-js/experimental/packages/opentelemetry-sdk-node/README.md
Lines 53 to 54 in 95471d1
This statement is incorrect because if
traceExporter
is omitted in theconfiguration
object during programmatic initialization, it can still be loaded and configured from the environment variables.The text was updated successfully, but these errors were encountered: