An open API service indexing awesome lists of open source software.

https://github.com/bugsnag/vite-plugin-bugsnag

Vite plugins for common BugSnag actions.
https://github.com/bugsnag/vite-plugin-bugsnag

bugsnag platforms source-maps vite-plugin

Last synced: 10 months ago
JSON representation

Vite plugins for common BugSnag actions.

Awesome Lists containing this project

README

          





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](https://docs.bugsnag.com/build-integrations/vite/#reporting-builds) 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](https://docs.bugsnag.com/build-integrations/vite/#uploading-source-maps) for further details.

## Support

- [Search open and closed issues](https://github.com/bugsnag/vite-plugin-bugsnag/issues?q=is%3Aissue) issues for similar problems
- [Report a bug or request a feature](https://github.com/bugsnag/vite-plugin-bugsnag/issues/new)
- Email [support@bugsnag.com](mailto:support@bugsnag.com)

## Contributing

All contributors are welcome! See our [contributing guide](docs/CONTRIBUTING.md).

## License

This module is free software released under the MIT License. See [LICENSE](LICENSE) for details.