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.
- Host: GitHub
- URL: https://github.com/bugsnag/vite-plugin-bugsnag
- Owner: bugsnag
- License: mit
- Created: 2025-04-24T15:43:13.000Z (about 1 year ago)
- Default Branch: next
- Last Pushed: 2025-06-25T13:11:49.000Z (12 months ago)
- Last Synced: 2025-07-26T10:09:22.027Z (11 months ago)
- Topics: bugsnag, platforms, source-maps, vite-plugin
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## 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.