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 53224bd + 193a53f commit 662717eCopy full SHA for 662717e
src/RollbarServiceProvider.php
@@ -49,6 +49,7 @@ public function register(): void
49
if ($handler === AgentHandler::class) {
50
$config['handler'] = 'agent';
51
}
52
+ $config['framework'] = 'laravel ' . app()->version();
53
Rollbar::init($config, $handleException, $handleError, $handleFatal);
54
55
return Rollbar::logger();
0 commit comments