checkly / public-roadmap

Checkly public roadmap. All planned features, updates and tweaks.
https://checklyhq.com
37 stars 7 forks source link

Easier browser check debugging #234

Closed darkostanimirovic closed 2 years ago

darkostanimirovic commented 2 years ago

We want to make it easier to debug browser checks when they fail.

There's several parts to this:

  1. Mark deployment moments on the charts. This will help you see at which point in the timeline you've had a deployment, which can be useful if a deployment resulted in a change in metrics.
  2. Better error formatting (line breaks were not always respected in the output, making it hard to read)
  3. Add response size to the browser check Network tab.
  4. Include the full stack trace in the console log for Playwright errors.
  5. Show which line the error occurred at, to help you find the issue in the browser check faster.

Anything else you think would be a worthy addition?