MyObserver Runtime Error Monitor

Description

MyObserver Runtime Error Monitor records WordPress and PHP runtime errors, groups recurring failures, and surfaces them in an inline dashboard calendar widget for day-by-day triage.

Privacy and data use:
– Free mode stores logs in WordPress database tables.
– Free mode does not require an external logging bridge.

Distinct focus:
– Calendar-based daily triage instead of a flat log stream.
– Grouped recurring errors to reduce alert noise and speed investigation.
– Built for WordPress admin workflows (dashboard-first visibility for site operators).

Bundled build artifacts:
– This plugin ships compiled Angular assets in templates/angular-app/.
– Public source repository with unminified source code for bundled assets: https://github.com/darrisb/simple-observer
– Build command example to reproduce bundled assets: npm ci && npm run build
– The source repository is maintained for review and maps to plugin release versions.

External services

This plugin connects to the MyObserver API service to power dashboard and premium-related API features in the bundled Angular app.

Service domain:
– https://api.myobserver.io

What the service is used for:
– Retrieving premium availability/status.
– Sending client-side error telemetry from the dashboard app.

What data is sent and when:
– On dashboard load (or when the bundled app checks feature availability), the plugin/app sends a request to check premium availability. This request is used to return availability status and to enable upgrade flow actions when applicable.
– When users start an upgrade flow, the app sends request data needed to create a Stripe checkout session (for example, site/application context needed by the checkout flow).
– When client-side dashboard errors occur while the dashboard app is in use, the app may send telemetry such as error message, stack trace (if available), page URL, browser user agent, and timestamp for diagnostics and product reliability improvements.
– As with normal web requests, service-side technical metadata (such as IP address and request headers) may be processed by the API infrastructure for security, abuse prevention, and operational logging.

Service policies and terms:
– Privacy Policy: https://myobserver.io/Privacy%20Policy.pdf
– Terms of Service: https://myobserver.io/Terms%20of%20Service.pdf

Installation

  1. Upload plugin files to /wp-content/plugins/myobserver-runtime-error-monitor/ or install from the plugin screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open WordPress Dashboard to view the widget.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“MyObserver Runtime Error Monitor” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.0.0

  • Initial release with runtime error capture and dashboard widget.