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 0f1c481 commit 238424fCopy full SHA for 238424f
src/Sentry/Laravel/ServiceProvider.php
@@ -109,7 +109,7 @@ protected function bindEvents(): void
109
}
110
111
if ($this->app->bound('queue')) {
112
- $handler->subscribeQueueEvents($this->app->queue);
+ $handler->subscribeQueueEvents($this->app->make('queue'));
113
114
115
if (isset($userConfig['send_default_pii']) && $userConfig['send_default_pii'] !== false) {
0 commit comments