Connect RUM
Last updated
Last updated
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 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.
apiKey
Your groundcover authentication API key.
dsn
Your public groundcover endpoint in the format of example.platform.grcv.io
.
It's your ingress.site
installation value.
cluster
Identifier for your cluster; helps filter RUM data by specific cluster.
environment
Environment label (e.g., production
, staging
) used for filtering data.
appId
Custom application identifier set by you; useful for filtering and segmenting data on a single application level later.
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:
Link RUM data to specific users:
Instrument key user interactions:
Manually track caught errors: