opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
- [ 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...
### 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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
[](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) |...
## 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...
### 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 ###...
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...