Skip to content

Releases: MindscapeHQ/raygun4reactnative

v.1.4.5

01 Oct 01:17
5774982
Compare
Choose a tag to compare

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

25 Sep 21:33
d7f4c2f
Compare
Choose a tag to compare

What's Changed

  • fix(android): namespace build.gradle typo by @dziter in #83

Full Changelog: v1.4.3...v1.4.4

1.4.3 Release

25 Sep 03:06
44def3c
Compare
Choose a tag to compare

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

08 Jul 03:16
21c36d9
Compare
Choose a tag to compare
  • 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

27 Nov 04:04
1af417d
Compare
Choose a tag to compare

1.2.6 Release

17 Oct 20:20
c59dcd4
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare