Skip to content

Vite plugins for common BugSnag actions.

License

bugsnag/vite-plugin-bugsnag

Repository files navigation

SmartBear BugSnag logo

Vite plugins for common BugSnag actions

Installation

npm install --save-dev @bugsnag/vite-plugin-bugsnag

Usage

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

Contributing

All contributors are welcome! See our contributing guide.

License

This module is free software released under the MIT License. See LICENSE for details.

About

Vite plugins for common BugSnag actions.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published