@bugsnag/vite-plugin-bugsnag
v1.1.0
Published
Vite plugins for common BugSnag actions
Readme
Installation
npm install --save-dev @bugsnag/vite-plugin-bugsnagUsage
Build reporter plugin
Reports your build to BugSnag. This plugin hooks into the buildEnd event once all output files have been generated by the Vite compiler. If anything causes the compilation to fail before this step, the build report will not be sent.
Please see our documentation for further details.
Sourcemap uploader plugin
Upload your application's sourcemap(s) to BugSnag. When Vite is done producing output, this plugin detects sourcemaps for any output chunks and uploads them to BugSnag.
Please see our documentation for further details.
Support
- Search open and closed issues issues for similar problems
- Report a bug or request a feature
- Email [email protected]
Contributing
All contributors are welcome! See our contributing guide.
License
This module is free software released under the MIT License. See LICENSE for details.
