justbetter / magento2-sentry

Magento 2 module to log to Sentry
MIT License
165 stars 70 forks source link

ErrorException in Version 2.5.0 #68

Closed simonmaass closed 3 years ago

simonmaass commented 3 years ago

ErrorException Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead

Unbenannt

matthiashamacher commented 3 years ago

@simonmaass Sorry about that. During testing I didn't got any errors. I will have a look at it during the weekend.

indykoning commented 3 years ago

Hi Simon, this has now been fixed in 2.5.2 which should be available now 🎉

If you have custom code calling the send function of the sentrylog model check that monolog is not an argument in those functions anymore.

Let us know if you run into any problems with it 🙂

simonmaass commented 3 years ago

works - thank you!