Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 12, 2023
1 parent cd8c777 commit d9d360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SentryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function register()

$hub->configureScope(function (Scope $scope) use ($config) {
$scope->setTag('offline', Arr::get($config, 'offline', false));
$scope->setTag('debug', Arr::get($config, 'debug', true));
$scope->setTag('debug', Arr::get($config, 'debug', true));
$scope->setTag('flarum', Application::VERSION);

if ($this->container->bound('sentry.stack')) {
Expand Down

0 comments on commit d9d360b

Please sign in to comment.