Opis
This plugin provides a simple but powerful function for developers and site administrators. It automatically captures critical PHP errors (fatal errors, parse errors, etc.) that would otherwise take your site down silently.
Instead of having to check server logs, you receive an instant notification via a webhook to a service of your choice, like Slack or Discord. This allows for immediate action and faster debugging.
The setup is minimal: just add your webhook URL on the settings page, and the plugin takes care of the rest.
Instalacja
- Upload the
wonderful-webhook-alertsfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Go to Settings > Webhook Alerts in your admin dashboard.
- Enter your webhook URL and save the settings. That’s it!
Najczęściej zadawane pytania
-
What is a webhook URL?
-
A webhook URL is a special web address provided by services like Slack, Discord, or Zapier. When your WordPress site sends a message to this URL, the service receives it and can post it, for example, in a specific chat channel. You can get this URL from the settings of your chosen service.
-
Does this plugin affect my site’s performance?
-
No. The plugin only runs a very lightweight check at the very end of a PHP process, and only if a fatal error has occurred. It has no impact on the performance during normal site operation.
-
Which error types are reported?
-
The plugin reports
E_ERROR,E_PARSE,E_CORE_ERROR, andE_COMPILE_ERROR. These are the most critical errors that usually cause a site to stop working.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Wonderful Webhook Alerts” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Wonderful Webhook Alerts” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0.0
- Initial release.
