We want to make it easier to debug browser checks when they fail.
There's several parts to this:
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.
Better error formatting (line breaks were not always respected in the output, making it hard to read)
Add response size to the browser check Network tab.
Include the full stack trace in the console log for Playwright errors.
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?
We want to make it easier to debug browser checks when they fail.
There's several parts to this:
Anything else you think would be a worthy addition?