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 0e5ec96 commit 2ceba23Copy full SHA for 2ceba23
src/HoneybadgerLaravel.php
@@ -24,7 +24,7 @@ public function make(array $config): Reporter
24
'notifier' => [
25
'name' => 'Honeybadger Laravel',
26
'url' => 'https://github.com/honeybadger-io/honeybadger-laravel',
27
- 'version' => self::VERSION.' (PHP SDK: '.Honeybadger::VERSION.')',
+ 'version' => self::VERSION.'/'.Honeybadger::VERSION,
28
],
29
'service_exception_handler' => function (ServiceException $e) {
30
Log::error($e);
0 commit comments