@bugsnag/browser
Advanced tools
Changelog
6.4.1 (2019-09-24)
clientIp
and referer
are properly collected #617 (fixes #615)Changelog
6.4.0 (2019-08-13)
@bugsnag/expo
#610WebDriverException: Message: Permission denied to access property "handleEvent"
errors when running in selenium #605error-stack-parser
to ensure spaces in filenames are parsed correctly #612Changelog
6.3.0 (2019-05-28)
_restore()
function from output bundle which is only used in tests #533ctx.throw()
errors #541Changelog
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.
@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 rejectionsclient
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)