Raven
Raven copied to clipboard
Send to Sentry in the background
We had a serious pileup of exceptions today. Sentry started returning 429 (too many requests) errors, which of course triggered exceptions in Guzzle, which were then put in the queue...
From @pulkitjalan's patch 5ae35aec11051dbe8dd2a02489c8c39bd0eee0c2 If an exception is encountered while working on a queued job to submit an error to Sentry, this exception would be caught and added to the...
I'm having some trouble with unreliable network at the moment, and got the following error: ``` Error in exception handler: cURL error 6: Could not resolve host: app.getsentry.com in /vagrant/baycrazy-code/vendor/guzzlehttp/guzzle/src/Event/RequestEvents.php:114...
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...
Added ability to specify the queue connection and the actual queue to write errors to via config ``` 'queue' => [ /* |-------------------------------------------------------------------------- | Connection |-------------------------------------------------------------------------- | | Set the...
I'm getting this error after after installing: `Undefined property: Illuminate\\Foundation\\Application::$config` when trying to publish the config file. Laravel 4.2, rcorw/raven:.0.2 Any ideas?
When using Raven with Laravel, is it possible to tell Raven to use a different queue connection or queue name instead of the default?
Since updating to Sentry 7, I'm no longer being sent through the `POST` data. Is this something that changed within the raven PHP code?