All Projects → bugsnag → Bugsnag Js

bugsnag / Bugsnag Js

Licence: mit
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Bugsnag Js

Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-92.32%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, debug, debugging-tool, crash-reporting, bug, bugs
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-91.84%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, debug, exceptions, bugs, error-reporting, exception-handling, debugging-tool
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (-40.16%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, exception-handling, debug, debugging-tool, crash-reporting, bugs
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (-75.2%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, debug, debugging-tool, crash-reporting, bug, bugs
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (-24%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, exception-handling, debug, debugging-tool, crash-reporting, bugs
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-88.96%)
Mutual labels:  monitoring, error-monitoring, exceptions, error-reporting, debug, debugging-tool, crash-reporting, bug, bugs
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+19.36%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, debug, debugging-tool, crash-reporting, bugs
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+58.4%)
Mutual labels:  error-monitoring, exceptions, error-reporting, debug, debugging-tool, crash-reporting, bugs
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (-73.28%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, debugging-tool, crash-reporting, bugs
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-66.24%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, debug, debugging-tool, bugs
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-93.28%)
Mutual labels:  error-handling, error-monitoring, exceptions, error-reporting, crash-reporting, bugs
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-95.84%)
Mutual labels:  error-monitoring, error-handling, debug, error-reporting, debugging-tool
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+237.12%)
Mutual labels:  error-handling, monitoring, error-monitoring, crash-reporting, error-reporting
bugsnag-symfony
Bugsnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
Stars: ✭ 42 (-93.28%)
Mutual labels:  crash-reporting, error-monitoring, bugs, error-reporting, exception-handling
TrackJS-Node
TrackJS Error Monitoring agent for NodeJS
Stars: ✭ 26 (-95.84%)
Mutual labels:  error-monitoring, error-handling, error-reporting, debugging-tool
elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (-95.04%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting
raygun4android
Android crash reporting provider for Raygun
Stars: ✭ 19 (-96.96%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting
raygun4py
Python provider for Raygun
Stars: ✭ 18 (-97.12%)
Mutual labels:  crash-reporting, error-monitoring, error-handling, error-reporting
Periskop
Exception Monitoring Service
Stars: ✭ 115 (-81.6%)
Mutual labels:  monitoring, error-monitoring, exceptions, error-reporting
Raygun4net
Raygun provider for .NET
Stars: ✭ 107 (-82.88%)
Mutual labels:  error-handling, error-monitoring, error-reporting, crash-reporting

Bugsnag error monitoring & reporting for JavaScript

Automatically detect JavaScript errors in the browser, Node.js, React Native and Expo, with plugins for React, Vue, Angular, Express, Restify and Koa. Get cross-platform error detection for handled and unhandled errors with real-time error alerts and detailed diagnostic reports.

Learn more about JavaScript error reporting and React Native error reporting from Bugsnag.


This is a monorepo (managed with Lerna) containing our universal error reporting client @bugsnag/js, our Expo client @bugsnag/expo and our React Native client @bugsnag/react-native, along with:

Etc. See packages for a full list of contents.

Getting started

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

Integrating with frameworks

Use the following plugins and guides to integrate Bugsnag with various frameworks.

Browser

Framework Bugsnag plugin Documentation
Vue @bugsnag/plugin-vue Vue docs
React @bugsnag/plugin-react React docs
Angular @bugsnag/plugin-angular Angular docs

Server

Framework Bugsnag plugin Documentation
Koa @bugsnag/plugin-koa Koa docs
Express @bugsnag/plugin-express Express docs
Restify @bugsnag/plugin-restify Restify docs

Mobile

Framework Bugsnag notifier Documentation
Expo @bugsnag/expo Expo docs
React Native @bugsnag/react-native React Native docs

Support

Contributing

Most updates to this repo will be made by Bugsnag employees. We are unable to accommodate significant external PRs such as features additions or any large refactoring, however minor fixes are welcome. See contributing for more information.

Development quick start

# Clone the repository
git clone [email protected]:bugsnag/bugsnag-js.git
cd bugsnag-js

# Install top-level dependencies
npm i

# Bootstrap all of the packages
npm run bootstrap

# Build the standalone notifiers and plugins
npm run build

# Run the unit tests
npm run test:unit

# Run tests for a specific package
npm run test:unit -- --testPathPattern="packages/react-native"

# Generate a code coverage report
npm run test:unit -- --coverage

# Run the linter
npm run test:lint

# Run the typescript compatibility tests
npm run test:types

See contributing for more information.

License

All packages in this repository are released under the MIT License. See LICENSE.txt for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].