Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
41–50 of 240 posts
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#42Are there extensions planned for other browsers? It seems right now when you click on "get jam" button, it takes me to the chrome web store.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#43Too cheap. It seems extremely inexpensive. Even though it's not a direct comparison, look at https://www.hotjar.com/pricing/ (and switch to the "pay by month" pricing view)
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#44God I wish there was something like this for mobile apps, though. Or a website running on the user's mobile device browser. I know Firefox Android does support extensions, but most people on Android use Chrome. And I think on iOS the browser extension situation was miserable the last time I read about it. Either way, an app would probably be the best way to do it.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#45Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#46Earlier quoted context omitted.
Great concern! We do two things to address that: The first is nothing gets recorded and saved (or even sent to our backend) until the user actively chooses to log a bug. So it’s like actively choosing to save a HAR file when there’s a bug. The second is we scrub all network requests on the client side for anything that resembles PII or sensitive data. We just don’t want it on our servers. Is there anything else you t…
Maybe scrub cookies and authorization headers by default, but make them an opt-in for bugs where they're relevant? Edit: it looks like this is already the case!
The tool seems to be built for people who don't know what to include in a proper bug report (As they are maybe not technical enough), so not sure how helpful that choice would be for them.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#47Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#48Edit: never mind - I see this is a browser extension, so kind of a non-starter.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#49I got really excited before I saw there was no firefox support. Thats a deal breaker for my team :( I really like this idea and if Firefox support was added I would purchase it in a heartbeat.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#50I like the idea of the browser extension being able to offer these kinds of tools where you wouldn't need to install a heavy Javascript snippet -- but I do think that taking the manual steps out of debugging wherever you can is the most efficient. With Bugsnag et al, I don't need to wait for a user to contact me. I shouldn't have to wait for someone to submit a Jam report in order to see how healthy my app is.