phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Update to sentry 2.x #27

Closed lekoala closed 4 years ago

lekoala commented 4 years ago

Hi,

I'm getting the following error: The Monolog\Handler\RavenHandler class is deprecated. You should rather upgrade to the sentry/sentry 2.x and use Sentry\Monolog\Handler, see https://github.com/getsentry/sentry-php/blob/master/src/Monolog/Handler.php

Any plan on updating this? do you need help ?

phptek commented 4 years ago

Which release are you using?

lekoala commented 4 years ago

the 2.x branch but now that i look, i see you have a 3.0.0 alpha using the right version. is it in a workable state ?

phptek commented 4 years ago

It hasn't yet been tested on a live sentry system, hence the alpha. Other than merging in the work ref'd in #26 it should be good to go. Let me know if it works for you and I'll put a little work into stabilising it. Thanks :-)

phptek commented 4 years ago

@lekoala The upgrade work is included in the 3.0 branch and has been tested as working by myself and two others. I'm going to close this one now. If you have any further questions or issues to report, I'm happy to review them - just log 'em in the usual way. Thanks!