getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
36.96k stars 3.97k forks source link

[Replay Details - UI] Reflect pause/resume for mobile playback #69249

Open romtsn opened 1 week ago

romtsn commented 1 week ago

Because we pause/resume replay when an app goes foreground/background, we should reflect this somehow on the playback (e.g. gray out the video view and also the replay timeline part of it). We could do that based off of the breadcrumb that the SDKs send.

Currently these breadcrumbs have:

Open question: is this breadcrumb data sufficient or should we introduce a new category/type or add more data?

michellewzhang commented 1 week ago

will need to chat with @Jesse-Box on design thoughts