opentelemetry-angular-interceptor
opentelemetry-angular-interceptor copied to clipboard
An Angular Module for easely deploying OpenTelemetry
I am copying a working [opentelemetry-angular-interceptor](https://github.com/jufab/opentelemetry-angular-interceptor) setup from a web angular application into a otherwise working nativescript/angular mobile app with the following prerequisites in both cases: ``` node v18.9.0 angular...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.2.5 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 Release notes Sourced from glob-parent's releases. v5.1.2 Bug...
Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Removes `ansi-html` Updates `@angular-devkit/build-angular` from 0.1002.1 to 14.2.3 Release notes Sourced from...
Bumps [postcss](https://github.com/postcss/postcss) to 7.0.39 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `postcss` from 7.0.32 to 7.0.39 Release notes Sourced from postcss's releases. 7.0.39 Reduce...
Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `node-forge` from 0.10.0 to 1.3.1 Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29...
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics). These dependencies need to be updated together. Updates `lodash` from 4.17.20 to 4.17.21 Commits f299b52 Bump to v4.17.21 c4847eb Improve performance...
Is it possible to Inject TraceIds and SpanIds into Logs similar to what's available for JavaScript (example in the following link): [JavaScript TraceId and SpanId injection into logs](https://help.sumologic.com/Traces/01Getting_Started_with_Transaction_Tracing/01Instrument_your_application_with_OpenTelemetry/JavaScript_OpenTelemetry_auto-instrumentation/JavaScript_TraceId_and_SpanId_injection_into_logs)
Hi, I am unable to identify how to export the spans to jaeger. It is mentioned in **Jaeger Propagator Configuration**, we need to specify the **custom headers**. But I am...
Hi, Trying to setup in Angular 13 project but getting the following error when trying to send to localhost:4318/v1/traces (closely following your interceptor-example), I have docker compose spun up with...