Releases: MindscapeHQ/raygun4reactnative
1.2.6 Release
Bug fix:
The app seems to crash on Android when a non string value is passed within the breadcrumbs message when declared. This is now fixed by adding a JSON.string check.
1.2.5 Release
Patch:
This patch fixes the issue: "identifier was misspelled as idenfifier which prevented RaygunClient.setUser from being able to set the user information on the native iOS side because identifier is nil which produces a warning The user identifier cannot be nil or empty in RaygunUserInformation.validate." Thanks to @k-weng
1.2.4 Release
Patch:
This patch cleans null and undefined fields from RaygunClientOptions, User, and Breadcrumb before use.
1.2.3 Release
Bug fix:
Patched an issue that prevented iOS XCTests from functioning.
1.2.2 Release
- Fix undefined Promise.prototype.finally when using promise rejection tracking
This resolves #42 - Thanks to @Widdershin for the fix!
1.2.1 Release
Changes
- Remove unused javadoc generation from build.gradle
This resolves this issue which could occur when building android React native 0.67 applications.
1.2.0 Release
Changes:
- Now using maven-publish to provide support for ReactNative 0.67.0 android apps. Read more here: #55
1.1.6 Release
Bug fix:
This release features a fix to native ios crash reporting which allows for the sending of crash reports without needing to provide a custom endpoint.
1.1.5 Release
Changes:
- Fixed a null reference exception from occurring when watching an application's lifecycle events on Android
1.1.4 Release
Changes:
- Fixed a runtime exception that can occur when we attempt to record RUM events before the React context is available to us