Using Sentry with Pyro
Created 6 years ago by failcookie

I would like to use Sentry for my error monitoring, but I am kind of stumped on the best way to integrate it with Pyro and the handlers. Here is some documentation for Laravel specifics: https://docs.sentry.io/clients/php/integrations/laravel/

Any tips?

failcookie  —  6 years ago Best Answer
psaunders  —  6 years ago

Yeah monolog is the way to go on any PHP app with Sentry

fatihalp  —  3 years ago

They Deprecated monolog right now. How to use it with new client? @psaunders