Auto-capture runtime errors and send diagnostics to DebugAssist.
composer require debug-assist/debug-assistrequire_once 'vendor/autoload.php';
// unhandled exceptions and fatal errors are captured automatically| Variable | Description | Default |
|---|---|---|
DEBUG_ASSIST_API_KEY |
Your API key | — |
DEBUG_ASSIST_PROJECT |
Project name shown in diagnostics | unknown |
DEBUG_ASSIST_BASE_URL |
API base URL | https://debug-assist.onrender.com |
DEBUG_ASSIST_ENABLED |
Set to 0 to disable |
enabled |