vmpl / module-bug-replay
N/A
Package info
github.com/vmpl/magento-bug-replay
Language:JavaScript
Type:magento2-module
pkg:composer/vmpl/module-bug-replay
1.1.2-alpha
2023-07-16 19:49 UTC
Requires
- php: ~8.1.0
- magento/framework: ^103.0.5
- magento/module-theme: ^101.1.5
This package is not auto-updated.
Last update: 2026-03-12 20:42:30 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