phptek / silverstripe-sentry

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

FIX SentryTestConnectionTask #89

Closed scott1702 closed 10 months ago

scott1702 commented 10 months ago

Resolve SentryTestConnectionTask not working due to Logger::getLevels() being removed

Upgrade note from Monolog: https://github.com/Seldaek/monolog/blob/main/UPGRADE.md#logger

Also targeted PHP ^8.1 as Silverstripe 5.0 requires this

phptek commented 10 months ago

Thanks for this. If you can remove the composer change which I don't believe is necessary (see comment) then I'm happy to merge this.

phptek commented 10 months ago

Merged! Thanks very much @scott1702 :-)

phptek commented 10 months ago

Created release 5.0.1 :+1: