內容簡介
Wonderful Webhook Alerts 外掛為開發者和網站管理員提供了一個簡單而強大的功能,自動捕捉關鍵的 PHP 錯誤,並透過 webhook 立即通知使用者,讓故障排除更迅速。
【主要功能】
• 自動捕捉 PHP 致命錯誤
• 透過 webhook 發送即時通知
• 支援多種外部服務(如 Slack、Discord)
• 簡單的設置流程,只需輸入 webhook URL
• 不傳送訪客數據,保障隱私
外掛標籤
開發者團隊
原文外掛簡介
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.
External services
The plugin has no service of its own. It sends data only to the webhook URL you enter on its settings page — Slack, Discord, n8n or whatever you choose — and contacts nothing else. The terms and privacy policy of the service you point it at apply.
Nothing is sent until you save a URL. After that:
The “Send test message” button sends a fixed message plus your site address.
A PHP fatal error sends: site address, error type, file, line, message, the method and path of the crashed request, and peak memory against the configured limit.
No visitor data is included — no IP addresses, cookies, form contents or accounts. The crashed request’s path does travel along, so a query string holding personal data would be included.
