sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(replays): Improve visualization of an error when navigating from an error event

Open jesus4497 opened this issue 3 years ago • 1 comments

Changes

  • Calculated initial time offset of the replay to be 5 seconds earlier to the error event
  • Added new query params to the View Details button link of the replay event with the initial time offset value and with the necessary queries to deeplink to the console tab filtered to only show Errors.

Closes #33887

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

jesus4497 avatar Sep 19 '22 23:09 jesus4497

The part from the other ticket that needs to be included here are these query params:

        t_main: 'console',
        f_c_logLevel: 'error',
        f_c_search: undefined,

they need to be passed over along with the ?t=123 param.

ryan953 avatar Sep 20 '22 01:09 ryan953