The thing I love the most about Sentry/Bugsnag/Honeycomb/etc is that it is essentially automated observability. That is, I don't need to do a huge amount of integration to have, basically, a prioritized list of bugs along with severity and overall application health. I 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…
I think they serve different purposes. Sentry/Bugsnag etc track code errors and exception . But sometimes for an user an error is not a code exception, but the software having the wrong behaviour. Some examples: > "The button brings me to the wrong page" > "I filled out the whole form but the submit button is not enabled" > "The video should autoplay but is stuck loading" Those things do not show up in Sentry logs.
Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
111–120 of 240 posts
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#112I wouldn't use "cloudflare" as a selling point. People that have used cloudflare know how good the engineering work they do actually is.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#113I 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.
[I work at Jam] We do have an internal build for Firefox.. it's coming :)
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#114> but the important information the engineer needed was what was actually right outside the boundary of the screenshot I took Ah ah. At one gig we had trained the users to always send a screenshot of the entire screen. People reviewing the tickets would dump them if the screenshot was cropped and the user warned: "No full screenshot, no ticket" . Why? The most important info was the time at which the error happened (…
Indeed, that's a great rule. Another one is "What URL was the browser on?" which is rarely ever in cropped screenshots but is visible in full screenshot
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#115Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#116Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#117> ... Like, sometimes I thought I included a screenshot, but the important information the engineer needed was what was actually right outside the boundary... Or I'd write that something "didn't work" but the engineer wasn't sure if I meant that it returned an error or if it was unresponsive...
> ...the way we capture and report bugs is just as manual and lossy as it was in the 1990’s
That's because bug reports are primarily communication among people, and the problems you describe are people problems, not technology problems.
Bug reports work when engineering can state what they need, and management is willing to support engineering's needs. Otherwise, bug reports devolve into the situation that you describe above.
In your case, this looks like a great tool for browser applications; but it only works if the people submitting the bug use the tool: I could easily envision a situation where a lousy manager ignores engineering's pleas to use Jam.
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#118Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#119The built-in web dev tools have a Recorder function to record what the browser is doing while also recording video[3]. You can export the recording in a number of formats. It can replay it, let you edit steps, even simulate a slow network. Seems like a product person could follow a simple guide to record and export a session, and send it to a dev?
[1] https://toolbox.googleapps.com/apps/screen_recorder/ [2] https://developer.chrome.com/docs/devtools/ [3] https://developer.chrome.com/docs/devtools/recorder
Re: Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years
#120I think SAML should be available for business tier as well.
+1, great feedback