0.2.11 • Published 2 years ago

@openobserve/browser-rum v0.2.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

RUM Browser Monitoring

Openobserve Real User Monitoring (RUM) enables you to visualize and analyze the real-time performance and user journeys of your application's individual users.

Usage

To start collecting events, add @openobserve/browser-rum to your package.json file, then initialize it with:

import { openobserveRum } from '@openobserve/browser-rum'

openobserveRum.init({
  applicationId: '<OPENOBSERVE_APPLICATION_ID>',
  clientToken: '<OPENOBSERVE_CLIENT_TOKEN>',
  site: '<OPENOBSERVE_SITE>',
  organizationIdentifier: '<OPENOBSERVE_ORGANIZATION_IDENTIFIER>',
  service: 'my-web-application',
  env: 'production',
  version: '1.0.0',
  sessionSampleRate: 100,
  sessionReplaySampleRate: 100, // if not included, the default is 100
  trackResources: true,
  trackLongTasks: true,
  trackUserInteractions: true,
  apiVersion: 'v1',
  insecureHTTP: false,
})

Note: The trackUserInteractions parameter enables the automatic collection of user clicks in your application. Sensitive and private data contained in your pages may be included to identify the elements interacted with.

0.2.11

2 years ago

0.2.11-rc1

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6-beta.7

2 years ago

0.2.6-beta.6

2 years ago

0.2.6-beta.5

2 years ago

0.2.6-beta.4

2 years ago

0.2.6-beta.3

2 years ago

0.2.6-beta.2

2 years ago

0.2.6-beta.1

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago