Skip to content

Commit

Permalink
Removed sentry stdout logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaplet committed Jul 8, 2024
1 parent cfa0a4a commit 6689626
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Debugger/SentryLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Sentry\Integration\ModulesIntegration;
use Sentry\Integration\RequestIntegration;
use Sentry\Integration\TransactionIntegration;
use Sentry\Logger\DebugStdOutLogger;
use Sentry\Severity;
use Sentry\State\Scope;
use Tracy\Dumper;
Expand Down Expand Up @@ -39,7 +38,6 @@ public function __construct(
'profiles_sample_rate' => 1.0,
'default_integrations' => false,
'send_default_pii' => true,
'logger' => new DebugStdOutLogger(),
'integrations' => [
new ErrorListenerIntegration(),
//new ExceptionListenerIntegration(),
Expand Down

0 comments on commit 6689626

Please sign in to comment.