Newrelic React Native Agent
Description
New Relic Mobile Agent SDK for React-Native Applications
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://opensource.newrelic.com/oss-category/#community-plus)
[](https://www.npmjs.com/package/newrelic-react-native-agent) [](https://codecov.io/github/newrelic/newrelic-react-native-agent)
New Relic React Native Agent
This agent uses native New Relic Android and iOS agents to instrument the React-Native Javascript environment. The New Relic SDKs collect crashes, network traffic, and other information for hybrid apps using native components.
[!IMPORTANT] **⚠️ Breaking change in error reporting (v1.9.0)**
Starting with version **1.9.0**, JavaScript errors are reported via a new event type: **`MobileJSError`**. They will no longer appear under the `MobileHandledException` event type.
**Action required:**
- Alerts: Update your NRQL alert conditions to target
MobileJSError.- Dashboards: Update any custom charts that query
MobileHandledExceptionfor JavaScript-layer errors.- Symbolication: Update your build scripts to the latest version to support source map uploads for this new event. See React Native JavaScript error reporting.
**Migrate your NRQL:**
- Old query:
SELECT count(*) FROM MobileHandledException WHERE platform = 'reactnative'- New query:
SELECT count(*) FROM MobileJSError
Known Issues
**Crash reports may not be sent when ProGuard rules are not properly configured for New Relic in hybrid Android applications.**
Symptoms:
- Crashes occur but are not visible in New Relic dashboard
- Crash reporting appears to be non-functional despite correct initialization
Solution: Ensure proper ProGuard rules are added to your ProGuard configurati
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11