Show HN: LogRocket – Record and Replay for Redux Apps
21–30 of 32 posts
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#22I would love to see some examples of how the service works, in particular the session video feature. I couldn't easily find any examples on the home page or the Docs page.
- A MutationObserver [1] listens for DOM node changes which are logged and re-built in an iframe for replay.
- We log various window events (mouse, scroll, resize) which are used during the video reconstruction.
- A Redux enhancer captures state changes - which are sent to a WebWorker, diffed and then logged.
[1] https://developer.mozilla.org/en-US/docs/Web/API/MutationObs...
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#23Aside, would love to explore if we can make a richer integration. We added some functionality recently which is intended to allow certain kinds of embedded data in Sentry reports (as well as aggregate data).
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#24Re: Show HN: LogRocket – Record and Replay for Redux Apps
#25How does the integration work with Sentry? Aside, would love to explore if we can make a richer integration. We added some functionality recently which is intended to allow certain kinds of embedded data in Sentry reports (as well as aggregate data).
Right now we are using your JavaScript API to add a URL as metadata on a frontend exception. Could definitely imagine some cool possibilities if you allow content to be embedded in a Sentry report!
Will follow-up over email.
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#26Hey. The support button on the sidebar doesn't go anywhere. How do I ping you?
You can reach me at matt at logrocket dot com.
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#27Re: Show HN: LogRocket – Record and Replay for Redux Apps
#28How does the integration work with Sentry? Aside, would love to explore if we can make a richer integration. We added some functionality recently which is intended to allow certain kinds of embedded data in Sentry reports (as well as aggregate data).
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#29This looks a lot more full featured than the 0.18 Elm release I was waiting months for.
Well, they probably have an entire team of paid engineers working on it, and a business model to make additional money. Can you really blame Evan for not being as full featured as that?
Re: Show HN: LogRocket – Record and Replay for Redux Apps
#30Are you thinking about supporting Relay too?
(Disclaimer: I work on Apollo)