opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
### Is your feature request related to a problem? Please describe. As a developer I might want to use the SDK to create my own agent or even an OTEL...
## Which problem is this PR solving? Updates the code to user the helper utilities to retrieve environment variable values Fixes #5561 ## Short description of the changes Used the...
### What happened? ## Steps to Reproduce When I end a span, then next call `shutdown`, the ended span is not flushed. If I wait for the next event loop...
Related to https://github.com/open-telemetry/opentelemetry-js/issues/4815 I noticed that e.g. `@opentelemetry/instrumentation-http` or `@opentelemetry/instrumentation-fetch` all hard-depend on specific versions of e.g. `@opentelemetry/instrumentation`, core, semantic-conventions etc. Is this really desired? Based on https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122, if I...
## Description While reviewing the packages `@opentelemetry/context-zone` and `@opentelemetry/context-zone-peer-dep` for any changes that we can do in 2.0 to reduce required maintenance effort, I found that we could likely drop...