mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Remove some old code.
This commit is contained in:
@@ -128,8 +128,6 @@ class Handler extends ExceptionHandler
|
|||||||
/**
|
/**
|
||||||
* Report or log an exception.
|
* Report or log an exception.
|
||||||
*
|
*
|
||||||
* This is a great spot to send exceptions to Sentry etc.
|
|
||||||
*
|
|
||||||
* @param Throwable $e
|
* @param Throwable $e
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ class Telemetry
|
|||||||
// do nothing!
|
// do nothing!
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// send to Sentry.
|
|
||||||
$this->generateInstallationId();
|
$this->generateInstallationId();
|
||||||
$installationId = app('fireflyconfig')->get('installation_id');
|
$installationId = app('fireflyconfig')->get('installation_id');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user