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

Troubleshoot React Native source maps and JavaScript errors

Use this page to troubleshoot React Native source map uploads and MobileJSError symbolication. To learn how to upload source maps, see React Native JavaScript error reporting.

Troubleshooting

Source map errors in the UI

If you see any of the following errors in the UI, either your source map file is missing the sourcesContent attribute, or the metadata submitted with the upload (sourcemapName, jsBundleId, or appVersion) doesn't match the values the app reports for that build:

  • Source map not found.
  • Source map missing.
  • Incorrect map detected.
  • Incorrect and missing maps detected.

First, confirm the sourcemapName, jsBundleId, and appVersion used for the upload match the values the app reports for that build (see Why don't my line numbers match?). If the metadata matches, your source map must include the sourcesContent attribute for New Relic to un-minify your stack traces. Regenerate the source map so it includes this attribute, then upload it again. Most bundlers include the original source content when you enable an option such as includeSources (or the equivalent for your build tool).

You have a React Native app but don't see the menu item

If you have a React Native app but don't see the React Native menu item in the UI, check that you're on an updated agent version and that your app is sending data. The menu item doesn't appear until the app sends data tagged with the React Native platform.

You don't see both MobileJSError and handled exception events

With the new agent version, you won't see both MobileJSError events and handled exception events for the same JavaScript errors. JavaScript errors are recorded as MobileJSError events instead.

New Relic currently supports MobileJSError for React Native only. Capacitor and Cordova aren't supported.

Frequently asked questions

Copyright © 2026 New Relic Inc.

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