getsentry / sentry

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

Replay: Visualize Redux State #44662

Open bruno-garcia opened 1 year ago

bruno-garcia commented 1 year ago

Problem Statement

Session Replay has the timeline of events and a visual replay of the web page. It's not clear how the redux state changes affected the site.

Solution Brainstorm

Have a tab that displays the Redux state changes similar to:

https://github.com/reduxjs/redux-devtools

Relates to: https://github.com/getsentry/sentry-javascript/issues/6266

billyvg commented 1 year ago

Note that we have this integration which will save redux state updates to Sentry breadcrumbs (which will be displayed in the replay) -- however there is no Session Replay "native" UI to display them.

billyvg commented 1 year ago

Transferred this out of SDK repo as right now we have redux breadcrumbs, and it's more on the UI to display them (outside of breadcrumbs).