Real Time User Experience Monitoring
Browser Agent
Collecting RUM data through NewRelic Browser agent
- Javascript agent
- Runs in end user browser
- Deploy with code snippet or automatically via APM
- Instrument real user performance
- Surfaces core web vitals and other KPI’s
- Support single page apps
- Extensible with customizations
Mobile Agent
Collecting APM data through NewRelic Mobile agent
- iOS & Android support
- Automatic code instrumentation / custom instrumentation
- Crash analytics
- Usage, install and version distribution
- Events, metrics, traces and crashes
NewRelic Browser Real User Monitoring (BRUM)
Or
NewRelic Mobile Real User Monitoring (MRUM)
Browser Instrumentation
Browser Instrumentation methods
- Javascript snippet in frontend code (Manual deployment)
- Connect browser data to an application’s APM data (Automatic deployment)
- Install with NPM (Instrument multiple apps using the NerdGraph API with NPM)
- Install with NerdGraph (programmatically create and retrieve the JavaScript snippet to copy and paste into your browser app)
Ex: Javascript snippet in frontend code
👉 Main Page