Модуль по добавлению собственного набора телеметрии в приложение.
Написан для митапа Moscow VueJS Слайды
- https://www.lichter.io/articles/nuxt3-sentry-recipe/
- https://github.com/artmizu/nuxt-prometheus
- ⛰ Sentry (opinionated)
- 🚠 Prometheus (opinionated)
Как попробовать
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release