• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

React Native agent release notesRSS

August 24
React Native agent v1.9.0

Breaking change in error reporting

Starting with version 1.9.0, JavaScript errors are reported through a new event type: MobileJSError. With the new Mobile Errors Protocol, React Native JavaScript errors are no longer stored in the MobileHandledException event type.

Action required:

  • Alerts: Update your NRQL alert conditions to target MobileJSError.

  • Dashboards: Update any custom charts that query MobileHandledException for JavaScript-layer errors.

  • Symbolication: Update your build scripts to the latest version to support source map uploads for the new event type. See React Native JavaScript error reporting.

    Update your queries as follows:

    -- Before (1.8.x and lower)
    SELECT count(*) FROM MobileHandledException WHERE platform = 'reactnative'
    -- After (1.9.0 and higher)
    SELECT count(*) FROM MobileJSError

Improvements

  • JavaScript errors and unhandled promise rejections are now reported as a first-class MobileJSError event type via the new Mobile Errors Protocol, instead of MobileHandledException.
  • Added source map upload support for symbolicating MobileJSError stack traces (automatic, manual, and CodePush/OTA). See React Native JavaScript error reporting.
  • Added the jsErrorReportingEnabled configuration option to enable or disable JavaScript error reporting (enabled by default).
  • recordError now accepts optional isFatal and attributes arguments, letting you mark an error as fatal or attach custom attributes.
  • Updated the native Android agent to version 7.8.2.
  • Updated the native iOS agent to version 7.7.6.

August 10
React Native agent v1.8.8

Melhorias

  • Atualizado o agente Android nativo para a versão 7.8.0.
  • Atualizado o agente iOS nativo para a versão 7.7.5.

July 9
React Native agent v1.8.7

Melhorias

  • Atualizado o agente iOS nativo para a versão 7.7.4.

July 2
React Native agent v1.8.6

Melhorias

  • Atualizado o agente Android nativo para a versão 7.7.7.
  • Atualizado o agente iOS nativo para a versão 7.7.3.

June 22
React Native agent v1.8.5

Melhorias

  • Atualizado o agente Android nativo para a versão 7.7.6.
  • Atualizado o agente iOS nativo para a versão 7.7.2.

May 21
React Native agent v1.8.4

Improvements

  • Updated the Native Android agent to version 7.7.5.

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.