Socket
Socket
Sign inDemoInstall

@bugsnag/delivery-react-native

Package Overview
Dependencies
7
Maintainers
10
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

7.9.2-alpha.0

Diff

djskinner
published 7.9.0 •

Changelog

Source

v7.9.0 (2021-03-16)

Added

  • (plugin-aws-lambda): Add support for Node.js on AWS Lambda. See the docs for usage. #1334

Changed

  • (plugin-koa): Ensure ctx.request.body is present on the event's request property by collecting it at the last possible moment #1292
  • (react-native): Update bugsnag-cocoa to v6.7.1
    • Fix os_proc_available_memory runtime link error on Mac Catalyst. bugsnag-cocoa#1025
    • Fix missing osName and osVersion for errors reported from app extensions that do not link against UIKit. bugsnag-cocoa#1022
    • Fix incorrect freeMemory for errors reported via notify() bugsnag-cocoa#1021
bengourley
published 7.9.0-alpha.0 •

imjoehaines
published 7.8.0 •

Changelog

Source

v7.8.0 (2021-02-22)

Changed

  • (react-native): Update bugsnag-cocoa to v6.6.3
  • (react-native): Store source maps in a temporary directory during Xcode build phases to support source map filenames with whitespace. See source map upload docs for info on how to change your build script to utilize this. #1289

Added

  • (react-native): Capture additional native stack for native promise rejections #1253
djskinner
published 7.7.0 •

Changelog

Source

v7.7.0 (2021-02-15)

Changed

  • (react-native): Update bugsnag-android to v5.6.2
  • (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 •

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc