AV Sentry
Behind-the-scenes error monitoring and structured logging for all AltaVista plugins. Integrates the Sentry PHP SDK to capture exceptions, warnings, and log events across every plugin on the site — in one central place.
Features
- Centralized error capture across all AltaVista and Yahoo plugins
- Configurable Sentry DSN, environment label, release label, and trace sample rate
- Structured context (plugin name, user ID, post ID, and other relevant data) attached to every event
- Falls back gracefully to
error_log()if Sentry is not configured — no errors, no noise - Admin settings under Settings → Sentry
Setup
After installing the plugin, run composer install inside the plugin directory to download the Sentry PHP SDK. Then enter your project DSN under Settings → Sentry.
Note: AV Sentry is an infrastructure plugin. It provides no shortcode or user-facing interface — it runs silently in the background and is required by all other AltaVista plugins.