Skip to content

Commit 193a53f

Browse files
committed
Added the missing 'framework' parameter to the Rollbar config
1 parent f7cc49c commit 193a53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RollbarServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function register()
4949
if ($handler === AgentHandler::class) {
5050
$config['handler'] = 'agent';
5151
}
52+
$config['framework'] = 'laravel ' . app()->version();
5253
Rollbar::init($config, $handleException, $handleError, $handleFatal);
5354

5455
return Rollbar::logger();

0 commit comments

Comments
 (0)