opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
As part of the Nov 8th, 2023 meeting we had a discussion about the @opentelemetry/api version ranges and whether it should be a `peerDependency` or a standard `dependency`. This issue...
## Which problem is this PR solving? OpenTelemetry JS logging SDK had a bug where if the log had a `NaN`, `Infinity` or `-Infinity` value, it was treated as a...
### Is your feature request related to a problem? Please describe. Some of the exporters are not taking in consideration the environment variable `OTEL_EXPORTER_OTLP_HEADERS` as is explained in the configuration...
### What happened? ## Steps to Reproduce The following script correctly sets traceparent when run using ts-node (it will not work with plain node because of module hoisting) but the...
## Which problem is this PR solving? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that...
in Optljs_agave.js file the following line exists. exports.StatsApiKey = "a387cfcf60114a43a7699f9fbb49289e-9bceb9fe-1c06-460f-96c5-6a0b247358bc-7238"; What is this key used for as it is hard coded and included in all projects which utilize this module/library.
Facing issue when I'm using the Application Insights-Node package in the page. ``` import Container from 'components/core/container/Container'; import { GetServerSideProps } from 'next'; const Page = () => { return...
This might be a feature request for the spec. After all error-chaining is common for many languages. I also registered https://github.com/open-telemetry/opentelemetry-specification/issues/3743 for the spec. ### Is your feature request related...
We have used `lerna` for quite some time to manage our packages and builds, but for a while now it has just been a wrapper around `nx` which provides significant...