opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Does Opentelemetry JS have...
- [x] This only affects the JavaScript OpenTelemetry library - [x] This may affect other libraries, but I would like to get opinions here first ### Context Hey there, I...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first What work is needed...
### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...
### What happened? ## Steps to Reproduce - Import `ZoneContextManager` in any sveltekit app - Navigate to the page that uses the `afterNavigate` lifecycle function ## Expected Result Code inside...
### What happened? ## Steps to Reproduce Try to use `@opentelemetry/exporter-trace-otlp-http` in a web worker. ## Expected Result Otel should work in a web worker ## Actual Result An error...
Are there any plans for supporting [Deno runtime](https://deno.land/)? Perhaps it is a bit early to speak of it, however it seems rather possible due to low number of dependencies for...
## Which problem is this PR solving? Merge ts project references to the package's root tsconfig.json so that 1. we don't have to update references for each target (default, esm,...
As is stated in the recent [specification change](https://github.com/open-telemetry/opentelemetry-specification/pull/1502) : > `http.url` MUST NOT contain credentials passed via URL in form of `https://username:[email protected]/`. In such case the attribute's value should be...