Co-founder here. It feels incredible to be sharing Replay with all of you. It's been a labor of love the past five years! Replay started off as a simple experiment in what would happen if we added a step back button and rewind button to the Debugger. We quickly realized two things. First, nobody uses breakpoints. Second, being able to share is so much more powerful than being able to rewind. Here’s how Replay works t…
Show HN: Time travel debugger for web development
201–210 of 223 posts
Re: Show HN: Time travel debugger for web development
#202Earlier quoted context omitted.
Does it record network calls? We often build fronts for API'S so bugs are most of the time mismatch between frontend va backend expectations
(Replay engineer): Yes it does!
Re: Show HN: Time travel debugger for web development
#203Earlier quoted context omitted.
Err, conditional breakpoints are your friend. Also the GP claims "nobody" uses breakpoints? Everyone in my team uses them all the time. Suppose it all depends on your language/tool chain, in my experience breakpoints are very commonly used by developers in visual studio.
I assume he referred to breakpoints in the browser.
So much so that I prefer to put the condition in my local build as source code then put a normal breakpoint on that after it has rebuilt (a few millseconds with a good watcher)
Re: Show HN: Time travel debugger for web development
#204Re: Show HN: Time travel debugger for web development
#205How do I know it's safe? Is there any other way to try it out?
Re: Show HN: Time travel debugger for web development
#206Co-founder here. It feels incredible to be sharing Replay with all of you. It's been a labor of love the past five years! Replay started off as a simple experiment in what would happen if we added a step back button and rewind button to the Debugger. We quickly realized two things. First, nobody uses breakpoints. Second, being able to share is so much more powerful than being able to rewind. Here’s how Replay works t…
Replay does look interesting. I'm wondering about an itch I can't yet scratch. If someone on my team knows how to repro, we don't really need Replay. I have repro steps and control of the environment. But if a customer in the field has a bug reproduceable that we can't reproduce in house, this is my itch. What is the least friction and least invasive way to get a Replay recording in that scenario?
Re: Show HN: Time travel debugger for web development
#207Isn’t this what was in Firefox for a while before it was ripped out and I guess made into a private company? I’m pretty damn bummed by this thing.
Better to spin out desirable features (like this) and buy in undesirable features(e.g. Pocket)
Re: Show HN: Time travel debugger for web development
#208Re: Show HN: Time travel debugger for web development
#209Can this show code coverage like WebStorm’s spy-js to show which code was executed?
Re: Show HN: Time travel debugger for web development
#210Earlier quoted context omitted.
Currently the only way to sign up for a personal account is through google. Is there another way that I am missing, or are there any plans to provide email based signups in the future?
(Replay engineer) Google is currently the only way unfortunately. We wanted to support secure logins at launch, with SSO and Multi-factor Authentication, and focus most of our efforts on the core product. As a result we just went with Google for launch. We don't currently have any plans to add additional authentication mechanisms but we've heard this feedback from a couple folks and we'll sit down to prioritize it af…
I would like to try your product, but am wary of typing in my Google credentials into an unknown, black-box browser. It's too easy to MITM, especially if someone redistributes a copy with a keylogger shimmed in.
The token-based auth means you can still log in with Google but never have to share your Google password with the proprietary Replay browser. Probably many of the multi-login vendors support something similar already if you don't want to deal with it yourself.