Все делаю по инструкции, но не работает.
PHP 7.4 (PHP, Nginx, Apache )
Композитор:
sentry/sentry 4.6.1
sentry/sdk 4.0.0
Код: Выделить всё
\Sentry\init([
'dsn' => '********'
]);
\Sentry\captureMessage('Test Message');
try {
throw new \Exception('My error');
} catch (\Throwable $exception) {
Sentry\captureException($exception);
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... end-errors