Hacker Newsnew | past | comments | ask | show | jobs | submit | gary_chambers's commentslogin

I agree that WS replay could be very powerful, but I'm not sure it's straightforward. Once you get out of the realm of request/response and you are dealing with subscriptions, connection multiplexing, or frankly any other sort of pushed data that is triggered by whatever is on the other end, knowing how and when to play that back against new sessions is very hard. It seems very application specific on face value.

But I agree that it would enable replay for a lot of very interesting, complex projects. I've worked on some FX trading UIs that have been challenging to test without standing up a lot of backend services.


Both rrweb and OpenReplay are very solid projects. I've spent the last year or so building a session recording tool, and I've scrutinised their code quite heavily. Conceptually, session recording is quite simple, but there are so many edge cases, security models (CSP, feature policies) and performances issues to overcome.

Performance is probably the area I've spent the most time thinking about: if you want to measure performance regressions in a page, instrumenting it with a session recorder is definitely a way to skew the results (for example, checking scroll position of elements during snapshotting will trigger a reflow).


Congrats on the launch!

I've been looking forward to this launch for a while; I've spent a lot of time experimenting with session recording and how it can work for regression testing, reproducing bugs, measuring performance, sharing feedback during development - there is so much potential here.

> We're actively discussing open sourcing the record+replay code.

I think open source is a good call - supporting an option to self-host would make a lot of sense, since session recording will inevitably slurp up PII or sensitive data which could put off some users.


Some screenshots of Repro in action...

The Repro toolbar: https://repro.dev/screenshots/repro-toolbar-closed.png

Element picker: https://repro.dev/screenshots/repro-picker.png

Saving a recording: https://repro.dev/screenshots/repro-export.png

A example of a recording: https://share.repro.dev/ZESo4eZ7ZUf279k7RazOZ/#GLsenWjJJPxXY.... Clicking the "Devtools" tab in the header will take you to a web inspector view where you can interact with the recorded DOM.


That's a very fair point - thank you!

I don't have a demo video to hand (I will make one soon!), but this is an example of a saved recording: https://share.repro.dev/ZESo4eZ7ZUf279k7RazOZ/#GLsenWjJJPxXY.... If you click the "Devtools" tab in the header, you are taken to an inspector view when you can interact with the recorded DOM.


I see you played the same meta-game that I did. It took me a few tries, but I ended up with: WHISK, FRONT, GLADE, BUMPY.

Probably not in the spirit of the game, but once you have 20 distinct letters, it is normally quite easy to find the solution.


Mine are SHIRT, WOMEN, BLACK, PUDGY. I like that order as it hits most of the high-frequency letters up front to enable the odd early snipe.


Well if we're sharing mine are: SPINE, WORLD, THUMB, and JACKY.


Mine are ANGST, PERKY, CHILD and JUMBO. It's interesting how many sets of 4 words with disjoint letters are out there. It took me quite a while to come up with my set, somehow I didn't realize there would be so many other sets that work equally well.


I just start with ANISE and go from there.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: