Connect RUM
groundcover’s Real User Monitoring (RUM) SDK allows you to capture front-end performance data, user events, and errors from your web applications.
Start capturing RUM data by installing the browser SDK in your web app.
This guide will walk you through installing the SDK, initializing it, identifying users, sending custom events, capturing exceptions, and configuring optional settings.
Install the SDK
Initialize the SDK
At your app’s entry point:
Identify Users
Link RUM data to specific users:
Send Custom Events
Instrument key user interactions:
Capture Exceptions
Manually track caught errors:
Optional Configuration
You can customize SDK behavior (event sampling, data masking, enabled events). The following properties are customizable:
You can pass the values by calling the init function:
Or via the updateConfig function:
Last updated