From d9d360b8076c4477dd8d72337d488bac66fa2127 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 12 Nov 2023 16:38:45 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/SentryServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SentryServiceProvider.php b/src/SentryServiceProvider.php index 485ec85..77e39f7 100644 --- a/src/SentryServiceProvider.php +++ b/src/SentryServiceProvider.php @@ -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')) {