Connect RUM
Install the SDK
npm install @groundcover/browser
# or
yarn add @groundcover/browserInitialize the SDK
Initialization
import groundcover from '@groundcover/browser';
groundcover.init({
apiKey: 'your-ingestion-key',
cluster: 'your-cluster',
environment: 'production',
dsn: 'your-dsn',
appId: 'your-app-id',
});Configuration Parameters
Advanced Configuration
Identify Users
Send Custom Events
Capture Exceptions
Last updated
