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

## Which problem is this PR solving? This PR neither adds new functionality or fixes a bug, but refactors the code base to use console methods over internal `Console` API...

I have a reactjs application where I use @opentelemetry/auto-instrumentations-web + @opentelemetry/instrumentation-fetch with the latest version. When I do an fetch and I get e.g. 400 back and I catch the...

## Which problem is this PR solving? Closes: #4175 Fixes # (issue) ## Short description of the changes - replace `SpanAttributes`, `MetricsAttributes` and `ResourceAttributes` with `Attributes` - replace `SpanAttibuteValue` and...

target:next-major-release

## Which problem is this PR solving? Drops `Aggregation` and `View` for options (`AggregationOption` and `ViewOptions`, respectively). This means we will have two less classes exported from the `@opentelemetry/sdk-metrics` package....

target:next-major-release

### Is your feature request related to a problem? Please describe I am currently looking at implementing [the following](https://github.com/open-telemetry/semantic-conventions/issues/1336#issue-2467833138) but running into an issue of not being able to add...

feature-request

As part of SDK 2.0 discussion we should define the minimum supported browser type runtime. ie. Not just the supported browsers but the language feature set for those browser runtimes...

never-stale
triage:accepted

### What happened? ## Steps to Reproduce I'm instrumenting a next.js node app, and in it, I'm using the BatchSpanProcessor, since the docs seemed to recommend using it for performance...

triage

- [x] This only affects the JavaScript OpenTelemetry library # Motivation Hello, there! On the past few months we've been working with OTel instrumentation on NodeJS and recently we've been...

The current advice for limited ESM support is to use `--experimental-loader=...`. Ultimately we should move towards recommending `module.register(...)` usage instead, because it is on the path to being non-experimental in...

### Description *This issue should be handled by a maintainer or approver.* The section ["Instrumentation for ES Modules In Node.js (experimental)" in `README.md` of the instrumentation package](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation#instrumentation-for-es-modules-in-nodejs-experimental) is outdated. In...

pkg:instrumentation
needs:refinement
type:feature