We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e09a03 commit 7102323Copy full SHA for 7102323
src/StackdriverExceptionHandler.php
@@ -2,15 +2,14 @@
2
3
namespace GlueDev\Laravel\Stackdriver;
4
5
-use Exception;
6
use Google\Cloud\Core\Report\SimpleMetadataProvider;
7
use Google\Cloud\ErrorReporting\Bootstrap;
8
use Google\Cloud\Logging\LoggingClient;
9
use Illuminate\Support\Facades\Cache;
10
11
class StackdriverExceptionHandler
12
{
13
- public static function report(Exception $exception): void
+ public static function report($exception): void
14
15
if (config('stackdriver.enabled') === false || config('stackdriver.error_reporting.enabled') === false) {
16
return;
0 commit comments