Sentry module for Nuxt 2. For Nuxt 3+ support see the official
@sentry/nuxt
module.
- 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.