A browser-based analytics dashboard for Operational Telemetry (Optel) data for web forms, per AEM Live documentation. It reads data from the Adobe RUM bundler API and presents views for Error Analysis, Performance, Engagement, and Resources. The app uses native ES modules and importmaps (no build step).
Currently enabled tabs: Error Analysis and Performance. Engagement and Resources may be enabled in future releases. The dashboard is experimental (shown in the UI). Date range is limited to 1–7 days. The domain is hardcoded; a domain key is required to load data (via the domainkey URL parameter, or in development from an API using a token in localStorage).
- User Guide — How to use the dashboard: getting started, navigation, and interpreting each tab (Error Analysis, Performance, Engagement, Resources).
- Developer Guide — How to develop and test: project structure, code conventions, testing, and contribution workflow.
Run aem up (AEM CLI) and open the URL shown (e.g. http://localhost:3000). Do not use npm start. See Developer Guide for details.