From 782340908d297ba90176597d81bf188848dab37d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 6 Jun 2021 17:03:30 +0200 Subject: [PATCH] Remove some old code. --- app/Exceptions/Handler.php | 2 -- app/Support/Telemetry.php | 1 - 2 files changed, 3 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 4fee91a931..5bbc3ede7d 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -128,8 +128,6 @@ class Handler extends ExceptionHandler /** * Report or log an exception. * - * This is a great spot to send exceptions to Sentry etc. - * * @param Throwable $e * * @return void diff --git a/app/Support/Telemetry.php b/app/Support/Telemetry.php index 495068d9c7..c260103518 100644 --- a/app/Support/Telemetry.php +++ b/app/Support/Telemetry.php @@ -65,7 +65,6 @@ class Telemetry // do nothing! return; } - // send to Sentry. $this->generateInstallationId(); $installationId = app('fireflyconfig')->get('installation_id');