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.
2 parents 9afdf92 + 2ceba23 commit 3f53100Copy full SHA for 3f53100
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,
+ 'version' => self::VERSION.'/'.Honeybadger::VERSION,
28
],
29
'service_exception_handler' => function (ServiceException $e) {
30
Log::error($e);
0 commit comments