sentry
sentry copied to clipboard
ref(replays): Refactor tab filters to use the url bar to store data
Refactor the Console, DOM & Network tabs so that their filter inputs put their state inside the url instead of inside a useState hook.
This means users will be able to share their view of the page with each other, and also we'll be able to deep-link into some views.
https://github.com/getsentry/sentry/issues/38861