justbetter / magento2-sentry

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

Enable INP when tracing is enabled #137

Closed amenk closed 5 months ago

amenk commented 5 months ago

Summary

Result

INP feature is turned on and the browser SDK is updated to 8.7.0. Verified that data is still sent off to sentry.

amenk commented 5 months ago

@indykoning Thanks for the merge, is a release (Tag) planned?

indykoning commented 5 months ago

Apologies! It has been released in version 3.7.0 🚀

amenk commented 2 months ago

I am wondering if anyone is using this, because we realized we don't see INP data in selfhosted. Feature flags "organizations:insights-entry-points", "organizations:insights-initial-modules" and "organizations:insights-addon-modules" are enabled.

image

We will probably open an issue at Sentry, but I was wondering if it is related to the Magento module. maybe another JavaScript module update is needed.