tsov / bugsnag-js

Javascript notifier for Bugsnag.

Home Page:https://docs.bugsnag.com/platforms/browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugsnag error reporter for JavaScript

Documentation Build status

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.

Getting started

  1. Create a Bugsnag account
  2. Complete the instructions in the integration guide
  3. Report handled exceptions using Bugsnag.notifyException()
  4. Customize your integration using the configuration options

Support

Contributing

All contributors are welcome! For information on how to build, test, and release bugsnag-js, see our contributing guide.

License

The Bugsnag JS library is free software released under the MIT License. See LICENSE.txt for details.

About

Javascript notifier for Bugsnag.

https://docs.bugsnag.com/platforms/browsers

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 4.2%