vmpl / module-bug-replay
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:JavaScript
Type:magento2-module
Requires
- php: ~8.1.0
- magento/framework: ^103.0.5
- magento/module-theme: ^101.1.5
This package is not auto-updated.
Last update: 2025-04-24 16:36:55 UTC
README
Features Stack
- Record user interaction of webpage
- Most of the work is separated to dedicated web-worker for parallel not blocking thread
- Using a local browser database for storing recorded events data
- Sending a chosen session from storefront to admin site to report error issues
- Automatically records console events and optionally send it to administration
- Store configuration for automated recording and reporting of web session errors
- Free to use 🔥
Reference Links
Quick Installation
$ composer require vmpl/module-bug-replay $ bin/magento module:enable VMPL_BugReplay