diff --git a/Classes/SentryClient.php b/Classes/SentryClient.php index 135a54b..c4c86f7 100644 --- a/Classes/SentryClient.php +++ b/Classes/SentryClient.php @@ -282,7 +282,6 @@ private function configureScope(array $extraData, array $tags): void $scope->setTag($tagKey, $tagValue); } $scope->setUser($userContext->toArray()); - $scope->setLevel(null); }); }