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 - [ x] This may affect other libraries, but I would like to get opinions here first I implementing an...

In it's current form, opentelemetry transmits all kinds of data to tracing backends that users may want to mask or obfuscate ## Do we want to handle this on the...

- [X] This only affects the JavaScript OpenTelemetry library Opening this issue based on a conversation with @dyladan and @obecny in order to start a wider discussion. Has there been...

Discussion

### Is your feature request related to a problem? Please describe. We are currently using opentracing (not opentelemetry) and we are looking at migrating to opentelemetry for both server and...

feature-request

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromedriver](https://togithub.com/giggio/node-chromedriver) | [`120.0.0` -> `122.0.4`](https://renovatebot.com/diffs/npm/chromedriver/120.0.0/122.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromedriver/122.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Since typescript 4.4 this new tsconfig option has been available, to clarify the difference between `{ foo: string | undefined }` and `{ foo?: string }`. This would be a...

enhancement
up-for-grabs
never-stale
needs:code-contribution

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-node](https://typestrong.org/ts-node) ([source](https://togithub.com/TypeStrong/ts-node)) | [`7.0.1` -> `10.9.2`](https://renovatebot.com/diffs/npm/ts-node/7.0.1/10.9.2) |...

dependencies

## Which problem is this PR solving? See #4390, the dependency update is blocked as `import-in-the-middle` is updated to a version that's affected by https://github.com/DataDog/import-in-the-middle/issues/57 ## Short description of the...

internal
Skip Changelog

### What happened? ## Steps to Reproduce ```bash npm run build ``` ## Expected Result Builds all dependencies ## Actual Result Fail to build module `@opentelemetry/sdk-logs` ## Additional Details ###...

bug
triage
has:reproducer

The AWS lambda [spec recently introduced](https://github.com/open-telemetry/semantic-conventions/pull/354) a new xray-lambda propagator to support AWS Lambda's Active Tracing. This requires not only implementing the new propagator, but also making it possible to...

never-stale
triage:accepted
type:feature-tracking
needs:code-contribution