Socket
Socket
Sign inDemoInstall

@bugsnag/js

Package Overview
Dependencies
14
Maintainers
9
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bugsnag/js

Universal Javascript error reporting. Automatically detect JavaScript errors in the browser and Node.js, with plugins for React, Vue, Angular, Express, Restify and Koa.


Version published
Weekly downloads
482K
decreased by-21.11%
Maintainers
9
Install size
0.955 MB
Created
Weekly downloads
 

Changelog

Source

[7.23.0] - 2024-05-09

Added

  • (electron) Added support for Webpack 5 by exporting separate clients for renderer and main processes #2116
  • (react-native-cli) Update the react native cli to install and configure the @bugsnag/cli package to upload javascript source maps for react native iOS #2073

Readme

Source

@bugsnag/js

Universal JavaScript notifier.

This package contains both @bugsnag/browser and @bugsnag/node and the appropriate one will be included in your application.

Node.js

In Node, importing '@bugsnag/js' will provide the @bugsnag/node module.

Browser

In various bundlers, importing '@bugsnag/js' will provide the @bugsnag/browser module.

BundlerSupport
BrowserifySupports the package.json "browser" field by default
WebpackSupports the package.json "browser" field by default
RollupSet browser: true in the node-resolve plugin

Note: by using this browser-specific entrypoint, none of the node-specific code will be included in your bundle.

License

This package is free software released under the MIT License. See LICENSE.txt for details.

Keywords

FAQs

Last updated on 09 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc