React Native agent release notesRSS

July 26, 2024
React Native agent v1.4.1

New Features

  1. Application Exit Information
  • Added ApplicationExitInfo to data reporting
  • Enabled by default
  1. Log Forwarding to New Relic
  • Implement static API for sending logs to New Relic
  • Can be enabled/disabled in your mobile application's entity settings page

Improvements

  • Native Android agent updated to version 7.5.0
  • Native iOS agent updated to version 7.5.0

React Native agent v1.4.0

Important Notice

Don't use this version.

This release is invalid and should not be used. Please use React Native agent version 1.4.1.

July 1, 2024
React Native agent v1.3.9

  • Updated the native Android agent to version 7.3.1.

May 31, 2024
React Native agent v1.3.8

  • Improvements

The native iOS Agent has been updated to version 7.4.11, bringing performance enhancements and bug fixes.

  • New Features

A new backgroundReportingEnabled feature flag has been introduced to enable background reporting functionality. A new newEventSystemEnabled feature flag has been added to enable the new event system.

  • Changes

The interactionTracingEnabled feature flag has been disabled by default to prevent potential crashes from occurring.

March 22, 2024
React Native agent v1.3.7

  • Updated native iOS agent: We've upgraded the native iOS agent to version 7.4.10, which includes performance improvements and bug fixes.

March 5, 2024
React Native agent v1.3.6

New in this release

  • Added offline harvesting feature: This new feature enables the preservation of harvest data that would otherwise be lost when the application lacks an internet connection. The stored harvests will be sent once the internet connection is re-established and the next harvest upload is successful.
  • Introduced setMaxOfflineStorageSize API: This new API allows the user to determine the maximum volume of data that can be stored locally. This aids in better management and control of local data storage.
  • Updated native iOS agent: We've upgraded the native iOS agent to version 7.4.9, which includes performance improvements and bug fixes.
  • Updated native Android agent: We've also upgraded the native Android agent to version 7.3.0 bringing benefits like improved stability and enhanced features.
  • Added compatibility for Android dynamic features.
  • Resolved an issue where events were not being reported in the event of a forceful termination of the application.

January 10, 2024
React Native agent v1.3.5

New in this release

  • Adds configurable request header instrumentation to network events. The agent will now produce network event attributes for select header values if the headers are detected on the request. The header names to instrument are passed into the agent when started.
  • Updated the native Android agent to version 7.2.0.
  • Updated the native iOS agent to version 7.4.8.

December 20, 2023
React Native agent v1.3.4

Importante

Please refrain from using this release, as it encountered compilation errors during the iOS development process. Instead, we recommend using the 1.3.5 release.

New in this release

  • Adds configurable request header instrumentation to network events The agent will now produce network event attributes for select header values if the headers are detected on the request. The header names to instrument are passed into the agent when started.
  • Updated the native Android agent to version 7.2.0.
  • Updated the native iOS agent to version 7.4.8.

September 26, 2023
React Native agent v1.3.3

New in this release

  • Updated the native Android agent to version 7.1.0.
  • Addressed an issue that prevented app building due to missing compilesdk.

September 20, 2023
React Native agent v1.3.2

New in this release

  • Resolved a problem preventing apps from building due to an undefined package associated with AGP 4 compatibility.
  • Addressed an issue with recordHandledException where users were unable to call this method for Android API levels 21 through 23