rapidez / openreplay
OpenReplay integration for Rapidez
Installs: 2 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
This package is auto-updated.
Last update: 2024-12-17 10:37:39 UTC
README
Integration for https://openreplay.com
Installation
yarn add @openreplay/tracker -D
composer require rapidez/openreplay
Configuration
Add your OpenReplay credentials in the .env
:
VITE_OPENREPLAY_URL=https://domain.com/ingest
VITE_OPENREPLAY_TOKEN=
Optionally you can disable the network requests capturing with:
VITE_OPENREPLAY_CAPTURE_NETWORK=false
License
GNU General Public License v3. Please see License File for more information.