@daffodil/telemetry is a lightweight Angular package that helps integrate telemetry providers into your Angular applications, supporting multiple telemetry services.
It simplifies event traceing and provides configuration options, such as defining analyzable actions. Notably, @daffodil/telemetry focuses on handling state-related events and operates specifically on Actions from @ngrx/store, rather than browser events. Additionally, it includes testing utilities tailored for telemetry event traceing in Angular applications.
To install @daffodil/telemetry, use the following commands in your terminal.
Install with npm:
npm install @daffodil/telemetry --saveInstall with yarn:
yarn add @daffodil/telemetry