-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LogRocket integration #52
Comments
Extra bonus feature; identify logged-in users;
|
Hi Peter Jaap, Thanks for the requested feature! Looks like a nice addition to the Sentry extension. This will be part of the next update, which will be within the next few weeks. |
Hi Peter Jaap, This feature is now available in the latest (2.3.0) release! |
@indykoning that is seriously fast, thanks!! |
@indykoning Just stumbled upon this nice feature and tried to make it work in the adminhtml scope, but it doesn't seem to work. After going through the code in the PR it looks like as it is not supported. Would it be possible to add support for js error tracking with sentry and logrocket in the adminhtml scope (with user tracking)? That would be really nice! Opened an issue: #67 |
It would be great to have LogRocket integration in the extension, see https://blog.logrocket.com/extending-sentry-with-logrocket-52e2f5b67d5a/
Two bits of code should be added;
Right after :
Before :
We'll need to add two configuration opties; Enable/disable LogRocket integration, and an input field for the LogRocket init key (which you'll get when you create a project in LogRocket).
The text was updated successfully, but these errors were encountered: