The Bugsnag error reporter for JavaScript automatically detects and reports errors and exceptions in your client-side JavaScript code.
The library is incredibly small, has no external dependencies (not even jQuery!), and works in all browsers (even mobile browsers!), so you can safely use it on any website. See the browser compatibility guide for more information.
Learn more about Bugsnag's JavaScript error monitoring solution.
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag.notifyException()
- Customize your integration using the configuration options
- Check out the FAQ and configuration options
- Search open and closed issues for similar problems
- Report a bug or request a feature
All contributors are welcome! For information on how to build, test, and release
bugsnag-js
, see our
contributing guide.
The Bugsnag JS library is free software released under the MIT License. See LICENSE.txt for details.