opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
## Which problem is this PR solving? Resolves https://github.com/open-telemetry/opentelemetry-js/issues/4182 ## Short description of the changes The JavaScript SDK, unlike most others, currently does not give the ability to provide a...
# Description To align with the other SDKs (`@opentelemetry/sdk-trace-*`, `@opentelemetry/sdk-metrics`) we should drop `LoggerProvider#addLogRecordProcessor()` in favor of the constructor option introduced in #5588 (issue #5559) **This issue is considered done...
## Description In preparation of marking `@opentelemetry/otlp-transformer` as stable (#4582) we should introduce separate entry-points to ensure that - `@experimental` types/functions don't become part of the stable interface - use...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Zone.js which is used...
## Which problem is this PR solving? Follow up to https://github.com/open-telemetry/opentelemetry-js/pull/4972 Discussed in issue https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2358 ## Short description of the changes This adds an implementation of session management for web....
## Which problem is this PR solving? This is the second-to-last breaking PR for `@opentelemetry/otlp-transformer` before marking the package as stable (#4582). This solves some issues with rollup, that warns...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.1` -> `9.29.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.29.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.27.1` ->...
Hi there! With the addition of Deno support (#2293), and the lack of dependencies on the `@opentelemetry/api` package, it would be nice to see support for the [JSR registry](https://jsr.io), as...
Currently, we depend on all signals in the `@opentelemetry/otlp-transformer` package. We should find a way to either eliminate these dependencies or split the package up so that each signal transformation...