https://github.com/trion-development/angular-observability
Angular observability examples
https://github.com/trion-development/angular-observability
Last synced: about 2 months ago
JSON representation
Angular observability examples
- Host: GitHub
- URL: https://github.com/trion-development/angular-observability
- Owner: trion-development
- Created: 2022-01-16T17:07:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T14:38:33.000Z (over 3 years ago)
- Last Synced: 2025-01-13T03:30:03.148Z (over 1 year ago)
- Language: TypeScript
- Size: 758 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Observability
This project provides some examples for observability with Angular.
The `trainings` folder contains the Angular application, the `trainings-backend` is a NestJS application that serves as a sample backend.
Observability tools used:
* Lighthouse CI (LHCI), run with `run.sh` locally to spawn a docker container with Lighthouse CI or `launch.sh` if you want to run Lighthouse CI directly
* (Cypress as test driver)
* Sentry (configure with environment.ts, useSentry=true)
* Elastic APM (configure with environment.ts, useSentry=false)