Releases: MindscapeHQ/raygun4reactnative
Releases · MindscapeHQ/raygun4reactnative
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
1.1.3 Release
Changes:
- Fix the parsing of an error stack trace on ReactNative 0.64
1.1.2 Release
Changes:
- Ensure the RUM ignore lists are applied correctly to RUM events
- The comparison used is now a text contains instead of text starts with operation
1.1.1 Release
Changes:
- Fixed a runaway recursive method within RUM
- Code cleanup
1.1.0 Release
Changes:
- New client option to limit the number of breadcrumbs per error report (upper limit of 32)
- New client option to limit the number of error reports stored on the device when offline (upper limit of 64)
1.0.2 Release
Changes:
- Updated the raygun4apple dependency to version 1.5.1 (https://github.com/MindscapeHQ/raygun4apple/releases/tag/1.5.1)