justbetter / magento2-sentry

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

feat: send context data passed to LoggerInterface to Sentry #97

Closed t-heuser closed 2 years ago

t-heuser commented 2 years ago

Summary

This PR adds the desired feature from #96. All explanations can be found there.

Result

Tested the PR and called several functions from the LoggerInterface. Here is the result in Sentry (marked red): image

And this is the code to achieve what you can see in the image above: image

Closes #96

indykoning commented 2 years ago

Hi thank you for the PR! It's a nice addition thats available as of 3.2.0 🚀