@nuxtjs/sentry
v8.0.8
Published
Sentry module for Nuxt.js
Downloads
213,380
Maintainers
Keywords
Readme
@nuxtjs/sentry
Sentry module for Nuxt 2. For Nuxt 3+ support see the official
@sentry/nuxt
module.
Contributing
- Install dependencies with
yarn
. - Run
yarn dev:prepare
to generate stubbeddist
directory. - Make your changes.
- Run
yarn lint
andyarn test
to verify that there is no issues (consider adding new test for your changes). - Submit a PR.