Skip to content

Releases: MindscapeHQ/raygun4reactnative

1.2.1 Release

02 Mar 21:08
f11f235
Compare
Choose a tag to compare

Changes

1.2.0 Release

28 Feb 22:56
7f9e44b
Compare
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
Compare
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
Compare
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
Compare
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

1.1.3 Release

18 Jun 01:40
856278c
Compare
Choose a tag to compare

Changes:

  • Fix the parsing of an error stack trace on ReactNative 0.64

1.1.2 Release

26 May 02:32
7ace5d7
Compare
Choose a tag to compare

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

23 Apr 02:41
b8a4aa5
Compare
Choose a tag to compare

Changes:

  • Fixed a runaway recursive method within RUM
  • Code cleanup

1.1.0 Release

29 Mar 20:24
cf1782b
Compare
Choose a tag to compare

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

11 Mar 22:46
a9382c1
Compare
Choose a tag to compare

Changes: