Enhancements
-
Support disabling native reporting during initialization
#164The new API can be used as follows:
Bugsnag.Init("your-api-key-here", false /* disable crash reporting */);
or by unchecking "Auto Notify" when initializing Bugsnag via a GameObject in
the Unity Inspector.
Bug fixes
- (Android) Fix possible crash when encoding non-unicode text
#165 - (Android) Fix crash when deleting global metadata
bugsnag-android#582