Releases: MindscapeHQ/raygun4reactnative
v.1.4.5
What's Changed
- Fix Android fetch cannot read property of null by @Pallesen01 in #86
Full Changelog: v1.4.4...v.1.4.5
v1.4.4
What's Changed
Full Changelog: v1.4.3...v1.4.4
1.4.3 Release
What's Changed
- Add namespace to build.gradle & bump raygun4apple dependency by @Pallesen01 in #82
Full Changelog: v1.4.0...v1.4.3
1.4.2 Release
-
Bug fixes:
- Updated raygun4apple dependency to version 2.1.1 fixing error when using xcode 16.
-
Notes:
- This also increases the minimum ios deployment version to ios 12
Full Changelog: v1.3.0...v1.4.2
1.3.0 Release
- Minor bug fixes:
- Address
new NativeEventEmitter
warning from Android. - Use
React-Core
instead ofReact
pod.
- Address
- Addresses misc. build warnings.
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!