Hi, I'm getting this error in my logs. can't figure out why.
Only happens when the Raven service provider is enabled. All errors are getting through to sentry & are written to the log file.
This log is from the supervisor.log file. There is a similar one in the laravel log file.
[RuntimeException]
Events dispatcher has not been set.
queue:work [--queue[="..."]] [--daemon] [--delay[="..."]] [--force] [--memory[="..."]] [--sleep[="..."]] [--tries[="..."]] [connection]
Processed: rcrowe\Raven\Handler\Laravel\Job
disabling the service provider = the queue job completes successfully.
Hi, I'm getting this error in my logs. can't figure out why. Only happens when the Raven service provider is enabled. All errors are getting through to sentry & are written to the log file.
This log is from the supervisor.log file. There is a similar one in the laravel log file.
disabling the service provider = the queue job completes successfully.
Any ideas?