Skip to content

Releases: MindscapeHQ/raygun4reactnative

1.2.6 Release

17 Oct 20:20
c59dcd4

Choose a tag to compare

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

24 May 02:20
fc76024

Choose a tag to compare

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

31 Jan 03:49
2f9d51c

Choose a tag to compare

Patch:
This patch cleans null and undefined fields from RaygunClientOptions, User, and Breadcrumb before use.

1.2.3 Release

30 Nov 03:47
ca054ec

Choose a tag to compare

Bug fix:
Patched an issue that prevented iOS XCTests from functioning.

1.2.2 Release

18 May 23:32
65fd718

Choose a tag to compare

1.2.1 Release

02 Mar 21:08
f11f235

Choose a tag to compare

Changes

1.2.0 Release

28 Feb 22:56
7f9e44b

Choose a tag to compare

Changes:

  • Now using maven-publish to provide support for ReactNative 0.67.0 android apps. Read more here: #55

1.1.6 Release

23 Feb 01:17
040e141

Choose a tag to compare

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

04 Aug 01:22
7ec1e5a

Choose a tag to compare

Changes:

  • Fixed a null reference exception from occurring when watching an application's lifecycle events on Android

1.1.4 Release

03 Aug 20:17
4054f33

Choose a tag to compare

Changes:

  • Fixed a runtime exception that can occur when we attempt to record RUM events before the React context is available to us