opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

OpenTelemetry JavaScript Client

Results 635 opentelemetry-js issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Is there plan to support react-native environment also part of opentelemetry-js ?

feature-request

### 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?...

bug
priority:p1
information-requested
pkg:context-zone

`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...

up-for-grabs
never-stale
priority:p4
spec-noncompliant
triage:accepted
contribfest

This prevents compilation errors when differing versions of the sdk-trace-base package are in the node_modules tree

sdk:traces

> 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...

up-for-grabs

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

Skip Changelog

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...

bug
priority:p2

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...

bug
priority:p2

## 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...