opentelemetry-angular-interceptor
opentelemetry-angular-interceptor copied to clipboard
An Angular Module for easely deploying OpenTelemetry
I've successfully added the instrumentation. I'm capturing the traces but the current set up configure the traces globally. I get the same service name on Zipkin for all different components...
Currently, the recommended approach to configure the interceptor is by using the angular environment files. This approach has a downside, which is that a different build must be used for...
Hello, I'm new in otel ecosystem so excuse me if my question is stupid. I'm working on a poc that sends browser traces from an angular application to tempo/zipkin using...
I am trying to use the package with angular 17 package.json ``` { "name": "sample", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build...
Hello, I would like to use opentelemetry-angular-interceptor into my angular app. When I run ng serve or nx run-many --target=serve --all I've got following error : > Error: node_modules/@types/node/globals.d.ts:72:13 -...
Hi I get an error when using the package for angular 16. Reproduce it by having angular 16 installed and: `ng new check-opentelemetry-dependencies` `npm i @jufab/opentelemetry-angular-interceptor` Then I get the...
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack` from 5.76.1 to 5.94.0 Release notes Sourced from webpack's releases. v5.94.0 Bug...
What I did: 1. Install the Necessary Packages ``` npm install @jufab/opentelemetry-angular-interceptor @opentelemetry/api ``` 2. Create a Custom Module for OpenTelemetry Standalone components don't directly support ModuleWithProviders types in the...