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

- [x] This only affects the JavaScript OpenTelemetry library `navigator.sendBeacon` with non-simple `content-type` header like "application/json" requires CORS checks like [Access-Control-Allow-Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers), [Access-Control-Allow-Methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods), [Access-Control-Allow-Origin](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin), and [Access-Control-Allow-Credentials](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials) to be set with appropriate...

### What version of OpenTelemetry are you using? 0.17.0 ### What version of Node are you using? 14.16.0 ### What did you do? see https://github.com/open-telemetry/opentelemetry-js-contrib/pull/354#discussion_r585913312 Implementing an `Instrumentation` which uses...

bug
up-for-grabs
priority:p2

OpenTelemetry: v0.17.0 Node: v15.5.0 I'm not sure if I'm doing something wrong/ We have the following situation: The application initializes OTel using node-sdk and OpenTracing shim in standard way like...

bug
priority:p2

See example trace in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1644

bug
priority:p2

### What version of OpenTelemetry are you using? 0.13.0 ### What did you do? ```js import { ConsoleSpanExporter, SimpleSpanProcessor, BatchSpanProcessor } from '@opentelemetry/tracing'; import { WebTracerProvider } from '@opentelemetry/web'; import...

bug
triage
information-requested

While examining https://github.com/aws-observability/aws-otel-community/issues/17, I noticed that `SimpleSpanProcessor.forceFlush` doesn't allow blocking on pending exports. https://github.com/open-telemetry/opentelemetry-js/blob/392c43f2f6b10c608e8882cd97925a2fedd58b08/packages/opentelemetry-tracing/src/export/SimpleSpanProcessor.ts#L37 Presumably, `onEnd` needs to store the `Promise` for the call to `export` in some Set-like object...

priority:p4
spec-inconsistency

Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? 0.17.0 ### What version of Node are you using? 14.x ### Please provide...

bug
up-for-grabs
priority:p4

### What version of OpenTelemetry are you using? 0.17.0 ### What version of Node are you using? v14.15.5 ### Please provide the code you used to setup the OpenTelemetry SDK...

bug
triage

this is an issue found by @Flarna in [this PR](https://github.com/open-telemetry/opentelemetry-js/pull/2349/files#r669863742) ### What version of OpenTelemetry are you using? v0.23.0 ### What version of Node are you using? v12.18.3 ### Please...

bug
priority:p2

## Which problem is this PR solving? fixes #2984 fixes #3052 extends #2988 (which is not finalized: fixes an issue in one place out of 3 and no tests. no...

needs-rebase