Magento module integration and activation of all 5 paid modules
Practical flow: module -> ingest -> aggregates -> alerts -> app/admin dashboards.
Install Magento module
Install vendoracs/module-ops-monitor-connector, enable Vendoracs_OpsMonitorConnector, run setup upgrade, then flush cache.
Configure connector in Magento Admin
Go to Stores > Configuration > Vendoracs > Ops Monitor Connector, then set enabled, saas_base_url, store_key, send_interval_minutes, and timeout_seconds.
Packagist install commands
composer require vendoracs/module-ops-monitor-connectorbin/magento module:enable Vendoracs_OpsMonitorConnectorbin/magento setup:upgrade
Enable Revenue Protection
Enable ecommerce events: `checkout_started`, `place_order_success/fail`, `payment_*_fail`, and `order_created`.
Health Pack checks list
Collector sends cron state, indexers/mview, queue backlog, cache state, and search check + latency.
Error Tracking privacy
Errors are scrubbed for PII. Stacktrace is sent in a plan-aware sampling mode.
RUM sampling + consent
Snippet captures LCP/CLS/INP/TTFB/FCP, respects consent, and uses sendBeacon with retry backoff.
Agency templates & rollout
Create policy template, validate preview, apply bulk rollout to a store group, and configure branding report.
Troubleshooting
Check token scope, origin allowlist, rate limits, plan gate, `past_due` read-only mode, and scrub logic in payload.
Developer references in this repo
`docs/magento-module-paid-features.md`, `docs/magento-module-skeleton/*`, `docs/ops-paid-jobs.md`, `docs/image-pack-prompts.md`.