Billy Vong
Billy Vong
I'm not sure if this is intended, but currently if you have `nextOnTargetClick` as `true`, then the `onNext` callback won't be fired. Currently, we need `onNext` fired all the time...
We currently use `pytest-rerunfailures` to re-run our flakey tests. These failures that get re-run and eventually succeed will still get annotated in GHA which causes some confusion for us. Would...
Moving into getsentry Requires https://github.com/getsentry/getsentry/pull/8343
Example replay: https://sentry.io/organizations/sentry/replays/javascript:f928ac21-d6dc-4300-945e-d0f05863ae8a/ Play the recording and when it finishes, the purple "status" bar in the timeline ends up overflowing. 
I would still like to see the `console.error` message when it happens, but be able to have the test *not* fail.
Small updates to README - copy README to `packages/neovim` so it is published to npm with it.
* By default (can be disabled), if replay integration exists, start buffering * Flush replay when the feedback form is first opened instead of at submit time We are making...
We need to set a max canvas size when recording and downscale the snapshots as necessary, otherwise end users may run into performance issues capturing large canvases and we will...