justbetter / magento2-sentry

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

Feature request: Add JS error tracking + logrocket integration to adminhtml area #67

Open t-heuser opened 3 years ago

t-heuser commented 3 years ago

At the moment JS error tracking is only working in the frontend (same for logrocket integration). I'd love to have the error tracking and logrocket integration (with user identification based on logged in adminhtml user) added to the adminhtml area.

That would be a real game changer for us in error tracking.

Is it possible to add this feature? That would be really nice!

indykoning commented 3 years ago

It should definitely be possible to add an option for this.

We are planning to move the logrocket functionality to another repository and add it as a suggest to this repository. During this we will be trying to add support for logrocket in the backend as well.

If before that a PR is made to this repository to add the functionality we will still merge it and just migrate it over as well 🙂

t-heuser commented 3 years ago

Hey @indykoning, do you have any updates?

indykoning commented 3 years ago

I am afraid not, it has been quite busy over here, since separating Sentry and logrocket is quite the undertaking and the lack of time on our end we haven't gotten started with separating them out yet.