Download the PHP package foundation-commerce/module-rumvision-tracking without Composer
On this page you can find all versions of the php package foundation-commerce/module-rumvision-tracking. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download foundation-commerce/module-rumvision-tracking
More information about foundation-commerce/module-rumvision-tracking
Files in foundation-commerce/module-rumvision-tracking
Package module-rumvision-tracking
Short Description RumVision tracking script integration for Magento 2 frontend pages
License proprietary
Informations about the package module-rumvision-tracking
FoundationCommerce RumVision Tracking For Hyvä Theme
Integrates the RumVision real user monitoring (RUM) tracking script into all frontend pages of your Hyvä Theme. The script is configurable via the Magento admin panel and can be enabled/disabled per store view. The inline script is CSP compliant using Hyvä's HyvaCsp helper.
Installation
After installation or updates, run:
Configuration
Navigate to: Stores > Configuration > Foundation Commerce > RumVision Tracking
General Settings
- Enable RumVision Tracking: Turn the tracking script on/off
- RumVision Site ID: Your RumVision site ID (found in your RumVision dashboard, e.g.
RUM-66DC162C53) - Domain Name: The domain name passed to the RumVision tracking script (e.g.
example.com)
The tracking script will only render on the frontend when the module is enabled and both a site ID and domain name are configured.
How It Works
When enabled, the module injects the RumVision JavaScript tracking snippet before the closing </body> tag on all frontend pages. The script loads asynchronously and does not block page rendering.
The inline script uses Hyvä's HyvaCsp::registerInlineScript() for Content Security Policy compliance. When full page cache is enabled, a SHA-256 hash of the script is added to the CSP header. When FPC is disabled, a nonce attribute is injected on the script tag instead.
Module Structure
Troubleshooting
- Script not appearing: Verify the module is enabled and both a site ID and domain name are set. Flush cache with
php bin/magento cache:flush. - CSP errors in browser console: Ensure the Hyvä theme module is installed and up to date. The
HyvaCsphelper handles nonce/hash injection automatically. - Script on wrong pages: The script is injected on all frontend pages via
default.xml. To restrict it, modify the layout XML. - Check module status:
php bin/magento module:status FoundationCommerce_RumvisionTracking
All versions of module-rumvision-tracking with dependencies
magento/framework Version *
magento/module-config Version *
magento/module-store Version *
hyva-themes/magento2-theme-module Version *