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.
1 parent f647dcf commit 0f1c481Copy full SHA for 0f1c481
src/Sentry/Laravel/ServiceProvider.php
@@ -84,7 +84,7 @@ public function register(): void
84
85
$this->mergeConfigFrom(__DIR__ . '/../../../config/sentry.php', static::$abstract);
86
87
- $this->configureAndRegisterClient($this->getUserConfig());
+ $this->configureAndRegisterClient();
88
89
if (($logManager = $this->app->make('log')) instanceof LogManager) {
90
$logManager->extend('sentry', function ($app, array $config) {
0 commit comments