Socket
Socket
Sign inDemoInstall

@bugsnag/delivery-react-native

Package Overview
Dependencies
Maintainers
11
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/delivery-react-native - npm Package Versions

1
46

7.7.0

Diff

Changelog

Source

v7.7.0 (2021-02-15)

Changed

  • (react-native): Update bugsnag-android to v5.6.2
    • Check additional JNI calls for pending exceptions and no-op bugsnag-android#1133
    • Fix rare crash when loading device ID bugsnag-android#1137
  • (react-native): Update bugsnag-cocoa to v6.6.1
    • Fix compiler warnings when importing Bugsnag from Objective-C sources that do not use ARC. bugsnag-cocoa#985
    • Fix a rare crash that could occur in the event of JSON parsing failures. bugsnag-cocoa#987
  • (plugin-vue): Add support for Vue 3 #1280

Fixed

  • (plugin-inline-script-content): Ensure inline script content isn't included when the DOM onreadystatechange interactive event is missed. #1290
imjoehaines
published 7.6.0 •

Changelog

Source

v7.6.0 (2021-01-18)

As of 7.6.0 the monorepo contains @bugsnag/react-native-cli, a new command line tool to help set up Bugsnag in React Native projects.

Added

  • (react-native-cli): New @bugsnag/react-native-cli package. #1214
  • (react-native): Source map upload script to be run as an Xcode build phase. #1214

Changed

  • (expo): app.type will now default to 'ios' or 'android'. 1244
  • (react-native): Deprecate use of bugsnag-react-native.gradle in favour of Bugsnag Android Gradle Plugin. #1214
  • (react-native): Update bugsnag-cocoa to v6.5.1
    • Fix a regression where OOM events were missing session information. bugsnag-cocoa#963
    • Make maxPersistedEvents and maxPersistedSessions default to 32 and 128, respectively. bugsnag-cocoa#966

Fixed

  • (react-native): Ensure unhandled promise warning is logged in development #1235
  • (core): the OnErrorCallback type definition now allows Promise<boolean> as a return type. #1224
bengourley
published 7.6.0-rc.0 •

djskinner
published 7.5.4 •

Changelog

Source

v7.5.4 (2020-12-10)

Changed

  • (expo): Add integrity header to verify Error and Session API payloads have not changed. #1172
  • (react-native): Update bugsnag-android to v5.3.1
    • Add integrity header to verify Error and Session API payloads have not changed. bugsnag-android#978
    • Prevent potential SHA-1 hash mismatch in Bugsnag-Integrity header #1028
  • (react-native): Update bugsnag-cocoa to v6.3.0
    • Add integrity header to verify Error and Session API payloads have not changed. bugsnag-cocoa#881
    • Out Of Memory errors now include more information, including custom metadata and user information. bugsnag-cocoa#915 bugsnag-cocoa#908
    • Fixed incorrect app version reported when sending crash reports from older versions of Bugsnag (before 6.2.3) bugsnag-cocoa#911
    • Fixed a rare crash in -[BugsnagClient computeDidCrashLastLaunch] bugsnag-cocoa#917
  • (core) The event.unhandled flag can now be changed in callbacks #1148
bengourley
published 7.5.3 •

Changelog

Source

v7.5.3 (2020-12-01)

  • (react-native): Update bugsnag-cocoa to v6.2.5
    • Fixed a rare crash due to a race condition in BugsnagSystemState. bugsnag-cocoa#893
    • Out Of Memory errors are no longer reported if a device reboot was detected. bugsnag-cocoa#822
bengourley
published 7.5.3-alpha.0 •

imjoehaines
published 7.4.0 •

Changelog

Source

7.4.0 (2020-10-01)

Added

  • (browser): Attach an anonymous device ID to error reports and sessions when the new generateAnonymousId option is enabled. #1072

Changed

  • (react-native): Allow plugins to be set in the JS layer. #1064
  • (expo): Add support for Expo SDK v39 #1052
  • (react-native): Update bugsnag-cocoa to v6.1.7 #1081
  • (react-native): Update bugsnag-android to v5.2.1 #1080
djskinner
published 7.3.5 •

Changelog

Source

7.3.5 (2020-09-16)

Fixed

  • (react-native): Update bugsnag-cocoa to 6.1.4. Fixes: Copy the metadata observer list rather than mutating it directly. #1048
bengourley
published 7.3.4 •

Changelog

Source

7.3.4 (2020-09-10)

Fixed

  • (react-native): Suppress unchecked cast warnings for React Native Android #1027
  • (react-native): Provide proguard rules to ensure reflection works on minified/obfuscated Android builds #1030

Removed

  • (react-native): Remove unnecessary log on iOS #1028
imjoehaines
published 7.3.3 •

Changelog

Source

7.3.3 (2020-08-26)

Added

  • (plugin-react): Make type definitions BugsnagErrorBoundary and BugsnagPluginReactResult available for external use. 934 / #1009

Changed

  • Use a peer dependency on @bugsnag/core in plugins #1012

Fixed

  • (expo): Ensure type definitions allow config to be supplied without an apiKey, as it may be supplied in app.json instead. #1010
  • (plugin-angular): Update bundles and package entrypoints to support the Ivy renderer. #994
  • (react-native): Add codeBundleId to config type definition. #1011
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