Catherine Lee
Catherine Lee
This will currently take quite a bit of effort to implement because of how cropping is currently done. Once we implement select and deselect for annotations, we could also implement...
This is happening because `getCurrentScope().getUser()` isn't returning anything. Waiting on Francesco for how to best access the scope to fix this.
fixed with https://github.com/getsentry/sentry-javascript/pull/11928
I wasn't able to repro this. I added replay to the site, let it run, set the dimensions to mobile, and clicked on the keyboard, but everything worked fine (eg....
I tried to repro again using an auto clicker, but I wasn't able to. I tried to replicate the video on my laptop, here is what I did: 1. Inject...
Hi @ishaangandhi thanks for writing in! Is there any chance you were simulating an Android device on Chrome using dev tools in this replay? If you were, the device type...
@ishaangandhi at around 3:55-7:20 in the replay, the screen size changed. Do you know what was happening at that time to cause the screen size change?
> additional example with android SDK (which is not related to the seconds/ms problem): https://sentry-sdks.sentry.io/replays/f7797884538f49288eccf9497def2634/?project=5428559&query=&referrer=%2Freplays%2F&statsPeriod=14d&yAxis=count%28%29 > > if you play/pause around 5, 10, 15, and ~19 seconds, you'll notice some...
We can add an option to increase the buffer size to up to 2 minutes, with a warning that this may cause slow downs or crashes
Timeline gaps are based on video events as of https://github.com/getsentry/sentry/pull/79274. Currently all gaps are visible on the timeline for the SDK team to see how often there's gaps in the...