- Add convenience interface to setting up native-only error handling
- Adds
codeBundleId
property as an alternative to appVersion to support CodePush #74 - Add original error to report object #61
- [android] Check each param before setting user #73
- Change react-native dependency to allow for versions past 0.40 #71 Michael Patricios
- Conventionalize to fix sneaky breadcrumb logging bugs #56 Kevin Cooper
- [ios] Fix regression where previous exception handler is not called
- Upgrade bugsnag-android dependency to fix issue with network requests being sent on the main thread
- Updated to support react native 0.40.0 #60 Henrik Raitasola
- [ios] Prevent discarding native exceptions invoked over JS bridge fac66b9
-
[ios] Update spec installation to separate vendored files #55 Eugene Sokovikov
- Add
clearUser
to theClient
. Clear user removes any custom user data from the report and adds the default device identifier #51
-
[ios] Fix stripping of source paths for release builds #35 #52
-
[android] Ensure unhandled errors are sent as blocking requests #46 #47
- Fix breadcrumbs being discarded when metadata is unable to be used #36
- Fix object metadata being discarded from reports #36
- Fix non-String breadcrumb metadata being incorrectly parsed on Android #33 Kevin Cooper
- Add promise as an explicit dependency #40 Christian Schlensker
- Fix username and email fields of
setUser
being reversed on Android #38
- Fix default error handling fallback when initializing Bugsnag early in app cycle Christian Schlensker #26
- Fix double-reporting of unhandled JavaScript exceptions on iOS when in production
- Adjust header copy phase and search paths for iOS dependencies to ensure no additional content is created in the root of archived projects #18
- Lower deployment target of embedded BugsnagLib to iOS 8.0
- Update project settings to recommended configuration for Xcode 8
- Check in missing Xcode scheme for libBugsnag
- Reports unhandled promise rejections. By default, unhandled promise rejections
are reported to Bugsnag when in a non-development environment. This is
disabled in a development environment to preserve the existing behavior of
showing a warning banner when a possible unhandled promise rejection is
detected.To toggle this behavior, set
handlePromiseRejections
when creating a client. - Allow setting
appVersion
from a configuration option. This will override the default of using the version specified in the app's Info.plist or android manifest. - Update bugsnag-cocoa dependency to 5.6.4, which adds support for more robust native client-side report customization through callbacks
- Fix failure to invoke reporting callbacks Sam Aryasa #22
- Fix syntax error in release stage filtering Sam Aryasa #22
- Warn when discarding input to
Client.notify()
which is not an error Duncan Hewett - [ios] Update the linker configuration to reduce product candidates during
react-native link
- [ios] Remove duplicate entries in payload notifier version
Fix the import path for Bugsnag on Android
Fix the minimum Android SDK version to be consistent with React Native
Vendor iOS dependencies. Current version is 5.6.3.
First public release