Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/browser

Package Overview
Dependencies
Maintainers
9
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/browser - npm Package Versions

1
14

6.4.2-alpha.0

Diff

bengourley
published 6.4.1 •

Changelog

Source

6.4.1 (2019-09-24)

Fixed

  • (plugin-koa): Ensure unhandled Koa errors are logged out and that non-errors don't generate two reports #614
  • (plugin-inline-script-content): Tolerate errors when trying to call existing installed handler #613 (fixes #608)
  • (plugin-inline-script-content): Ensure line numbers are correct when error is at line 1/2/3 #616
  • (plugin-koa|express|restify): Ensure clientIp and referer are properly collected #617 (fixes #615)
bengourley
published 6.4.0 •

Changelog

Source

6.4.0 (2019-08-13)

Changed

  • (expo): Support Expo SDK 34, dropping support for versions < 33 #610

Added

  • (expo-cli): Check for the current version of Expo and install an appropriate version of @bugsnag/expo #610

Fixed

  • (plugin-inline-script-content): Tolerate WebDriverException: Message: Permission denied to access property "handleEvent" errors when running in selenium #605
  • (core): Tolerate being bundled in strict mode #584
  • (plugin-inline-script-content): Ensure event handlers added before Bugsnag can be removed #582
  • (core): Update error-stack-parser to ensure spaces in filenames are parsed correctly #612
bengourley
published 6.4.0-alpha.0 •

bengourley
published 6.3.2 •

Changelog

Source

6.3.2 (2019-06-27)

Fixed

  • (plugin-inline-script): Ensure inline script content callback doesn't cause error logs when there are no stackframes #559 / #563
  • (plugin-angular): Bundle an ES5 and an ES6 version of the plugin to support various Angular build settings #565 / #563
bengourley
published 6.3.2-alpha.0 •

bengourley
published 6.3.0 •

Changelog

Source

6.3.0 (2019-05-28)

Added

  • (expo): Support configuration of post-publish hook, allowing On-premise users to customize the build/source map endpoints. #542

Changed

  • (plugin-inline-script-content): Overhaul inline script tracking #528
  • (node): Add Node version string to report and session payloads (device.runtimeVersions) #537
  • (core): Update docs url so that it doesn't follow a redirect #536
  • (plugin-navigation-breadcrumbs): Compile away _restore() function from output bundle which is only used in tests #533

Fixed

  • (plugin-koa): Send the correct status code when handling ctx.throw() errors #541
  • (plugin-angular): Target ES6 so that classes in the build are native, not polyfilled #540
  • (plugin-angular): Support subsequent rebuilds of an Angular app in AOT mode #539
  • (plugin-node-surrounding-code): Truncate line length so that minified code doesn't exceed payload limit #531
bengourley
published 6.3.0-alpha.0 •

bengourley
published 6.2.0 •

Changelog

Source

6.2.0 (2019-04-23)

This release adds @bugsnag/expo, a notifier for use on React Native apps that are built using Expo.

A small internal change was made to facilitate this new notifier, but there are no changes required for existing users of documented APIs.

Added

  • (expo): a new top-level notifier @bugsnag/expo including a whole bunch of packages:
    • @bugsnag/delivery-expo - Expo-specific delivery mechanism which caches on disk when a crash happens, or the network is not available
    • @bugsnag/plugin-expo-app - gathers app information
    • @bugsnag/plugin-expo-device - gathers device information
    • @bugsnag/plugin-react-native-app-state-breadcrumbs - collects breadcrumbs when the app transitions to the foreground/background
    • @bugsnag/plugin-react-native-connectivity-breadcrumbs - collects breadcrumbs when the state of the network changes
    • @bugsnag/plugin-react-native-global-error-handler - reports unhandled errors
    • @bugsnag/plugin-react-native-orientation-breadcrumbs - collects breadcrumbs when the device orientation changes
    • @bugsnag/plugin-react-native-unhandled-rejection - reports unhandled promise rejections

Changed

  • (core): internal delivery interface now receives the client it is attached to on creation, and the sendReport/sendSession methods are no longer passed the logger and config objects which can be accesses on the client #489 (Note: this was an undocumented internal API)
bengourley
published 6.2.0-alpha.1 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc