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

1.1.2-alpha 2023-07-16 19:49 UTC

This package is not auto-updated.

Last update: 2025-04-24 16:36:55 UTC


README

Latest Version Development Branch License

Features Stack

  1. Record user interaction of webpage
  2. Most of the work is separated to dedicated web-worker for parallel not blocking thread
  3. Using a local browser database for storing recorded events data
  4. Sending a chosen session from storefront to admin site to report error issues
  5. Automatically records console events and optionally send it to administration
  6. Store configuration for automated recording and reporting of web session errors
  7. Free to use 🔥

Reference Links

Quick Installation

$ composer require vmpl/module-bug-replay
$ bin/magento module:enable VMPL_BugReplay

Guides

  1. Installation Guide
  2. Feature Guide