React component wrapper for New Relic Browser agent instrumentation. Latest version 2.0.1 (2017). No recent releases; appears unmaintained. Injects the New Relic JavaScript snippet for Pro+SPA features. Works with React >=0.14.8 <15.4.2, which is outdated. Alternative: use @newrelic/browser-agent directly.
npm install new-relic-agent-reactNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: import NewRelic component and render inside <head> with licenseKey and applicationID.
Use @newrelic/browser-agent or newer community alternatives.
React 16+ not supported; consider forking or upgrading to native New Relic script.
Always render <NewRelic> inside the <head> element.
Pass as strings: licenseKey="abc123" not licenseKey={123}.Use React 15.x (>=0.14.8 <15.4.2) or remove this package and use New Relic script directly.
Ensure <NewRelic licenseKey="yourKey" applicationID="yourAppID" /> has both props as strings.
No dependency data recorded yet.