logrocket
LogRocket Module
================
Provides integration with LogRocket — a session replay and performance monitoring tool — for your Drupal site.
Installation
Installation
------------
1. Enable the module through the admin UI at /admin/modules or with Drush:
drush en logrocket
2. After enabling, go to the LogRocket settings page:
/admin/config/development/logrocket
Features
- Loads LogRocket’s JavaScript tracking script on every page.
- Configuration form available to set or update your LogRocket App ID.
- “Configure” link appears in the module list (/admin/modules).
- Uses drupalSettings to pass the App ID to the JavaScript environment.
- Fully compatible with Drupal 8, 9, 10, and 11.
Configuration
1. Enter your LogRocket App ID (e.g., your-org/your-project).
2. Once configured, LogRocket's tracking script will be injected into all pages.
3. You can edit this App ID at any time via the configuration form.
For Drupal integration issues, feel free to extend or modify the module to fit your needs.