ObserveNow
...
Integrations
Real User Monitoring (RUM)

Browser Instrumentation

[DEPRECATED] This page has been deprecated in favor of Frontend Monitoring

OpsVerse Browser RUM uses OpenTelemetry standards to enable high quality, ubiquitous, and portable telemetry to enable effective observability.

Overview

OpsVerse Browser RUM uses OpenTelemetry standards to enable high quality, ubiquitous, and portable telemetry to enable effective observability.

Currently the library supports only Fetch API for Trace header propagation. Axios has known issues.

Setup

Install the OpsVerse RUM package using the following command:

Shell


Import and Initialize the package by including the following code snippet to your application:

For HTML and Javascript based application:

JS


OR

JS


For NestJS based application add the following snippet to you App.js file:

JS


Once you run your application you should see traces being exported to the provided collector URL in the console/network tab of the browsers developer toolbar.