Live data from Hacker News

Rethinking front-end error reporting

blog.logrocket.com

1–10 of 29 posts

Re: Rethinking front-end error reporting

#4

I've used TrackJS in the past - they have context on the user session surrounding front-end exceptions, e.g. what the user clicked on beforehand. Is a video replay really that much more useful?

In my opinion yes -- being able to actually see the user going through the app before they clicked on the thing that made an error can make a huge difference. Sentry's breadcrumbs are similar, but they don't provide enough context. An actual session recording provide all the context.

Re: Rethinking front-end error reporting

#9

So, we've logged everything the user has done into logrocket, and given logrocket some way of uniquely identifying the user. So anyone should ask, what is the GDPR impact here?

Note: I work at LogRocket (and also a European)

I believe we fall into the same categories as any other analytics tools (or any data controller/data processor in GDPR speak). Which is to say, there are compliance boxes that need to be checked (right to object, right to be forgotten, etc), but it's possible to be compliant and we plan to be when the law takes effect in May.

It's also worth noting that pretty much all frontend error reporting tools nowadays send a URL along with the exception and allow you to assign user data to the event.

Re: Rethinking front-end error reporting

#10
post #8

How does this compare to fullstory.com?

Good question- customers that have switched from FullStory generally say the logging is the reason they choose LogRocket. Network, console, and Redux logs gives support and developers crucial context for fixing bugs and understanding user issues.

At larger scale (10M+ sessions), LogRocket dynamically samples sessions to help surface the most important sessions and issues from your application. Hope that's helpful.

(disclosure: I work on LogRocket)

Post reply on HN