Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt-community/sentry-module
Sentry module for Nuxt 2
https://github.com/nuxt-community/sentry-module
nuxt-module nuxtjs sentry
Last synced: 24 days ago
JSON representation
Sentry module for Nuxt 2
- Host: GitHub
- URL: https://github.com/nuxt-community/sentry-module
- Owner: nuxt-community
- License: mit
- Created: 2017-10-17T09:48:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T00:20:37.000Z (about 1 month ago)
- Last Synced: 2024-10-02T03:32:24.010Z (about 1 month ago)
- Topics: nuxt-module, nuxtjs, sentry
- Language: TypeScript
- Homepage: https://sentry.nuxtjs.org
- Size: 8.47 MB
- Stars: 500
- Watchers: 8
- Forks: 113
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![@nuxtjs/sentry](docs/static/preview.png)](https://sentry.nuxtjs.org)
# @nuxtjs/sentry[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Standard JS][standard-js-src]][standard-js-href]> [Sentry](http://sentry.io) module for [Nuxt 2](https://v2.nuxt.com/). For [Nuxt 3+](https://nuxt.com/) support see the official [`@sentry/nuxt` module](https://docs.sentry.io/platforms/javascript/guides/nuxt/).
- [✨ Release Notes](https://sentry.nuxtjs.org/releases)
- [📖 Documentation](https://sentry.nuxtjs.org)## Contributing
1. Install dependencies with `yarn`.
2. Run `yarn dev:prepare` to generate stubbed `dist` directory.
3. Make your changes.
4. Run `yarn lint` and `yarn test` to verify that there is no issues (consider adding new test for your changes).
5. Submit a PR.## License
[MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/sentry.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/@nuxtjs/sentry
[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/sentry/latest.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/sentry
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com