muharremozdemir Prod ortamda telescope çok fazla kaynak tüketir. Eğer sadece exception meydana gelirse bildirim almak istiyorsanız \App\Exceptions\Handler::register() içinde
$this->reportable(function (Throwable $e) {
Notification::route('mail', 'john@doe.com')
->route('slack', '#slack-channel')
->notify(new ErrorOccurred($e));
});
gibi bir şeyler yapabilirsiniz.