opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
Hi, Is there plan to support react-native environment also part of opentelemetry-js ?
### What version of OpenTelemetry are you using? "@opentelemetry/api": "^1.1.0", "@opentelemetry/context-zone": "^1.3.0", "@opentelemetry/core": "^1.3.0", "@opentelemetry/exporter-trace-otlp-http": "^0.29.1", "@opentelemetry/instrumentation-fetch": "^0.29.1", "@opentelemetry/sdk-trace-base": "^1.3.0", "@opentelemetry/semantic-conventions": "^1.3.0", ### What version of Node are you using?...
`InstrumentationLibrary` has been renamed `InstrumentationScope` in the spec. The trace SDK was already released when this change was made, but we should make it now. Other SDK signals have already...
This prevents compilation errors when differing versions of the sdk-trace-base package are in the node_modules tree
> I guess such problems are not limited to `SpanProcessor`. Any exported class may result in similar problems. see the recent [issue](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/983) for contrib instrumentations. > > I guess to...
The codecov-node uploader is deprecated. Use the github action to ensure we stay up to date. Should also improve our install time slightly without installing codecov
Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? 1.1.0 ### What version of Node are you using? 16.14.0 ### Please provide...
Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? 1.3.0 ### What version of Node are you using? v18.3.0 ### Please provide...
## Which problem is this PR solving? Fixes #2912 ## Short description of the changes - In `@opentelemetry/sdk-node` - Adds an optional `Promise` to the Resource constructor which can asynchronously...
Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? Tested on 1.1.0, 1.1.1, 1.2.0 with 0.28 of contrib ### What version of...