Skip to content

Commit 0e5ec96

Browse files
committed
Include PHP SDK version in reports
1 parent 9afdf92 commit 0e5ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function make(array $config): Reporter
2424
'notifier' => [
2525
'name' => 'Honeybadger Laravel',
2626
'url' => 'https://github.com/honeybadger-io/honeybadger-laravel',
27-
'version' => self::VERSION,
27+
'version' => self::VERSION.' (PHP SDK: '.Honeybadger::VERSION.')',
2828
],
2929
'service_exception_handler' => function (ServiceException $e) {
3030
Log::error($e);

0 commit comments

Comments
 (0)