v6.0.0
Breaking Changes
-
Exception information in onDiscarderError and onUnhandledError is changed so that
message
contains the exception message andstackTrace
contains only the stackTrace. In the previous implementationstackTrace
contained some additional details (including the exception message) and themessage
was something like:The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
-
The built-in
JSON.stringify
method is used for cross workers communication. Circular object references are no longer supported and attempting to send such object will throw an exception.
What's New
- Use the built-in JSON.stringify for cross workers communication (#1411)
- Enable AndroidX and Jetifier(#1370)
- Upgrade v8 to 7.5.288.22(#1387)
- Upgrade android gradle plugin to the latest 3.4.1 version(#1390)
- Remove printStackTrace method calls from the source code(#1359)