Open bruno-garcia opened 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.
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).
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