sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Replay Details: behaviour around console.error messages and Sentry Errors in the console table, right now they appear the same

Open jas-kas opened this issue 3 years ago • 0 comments

Problem:

In ticket 38861 we want to leverage the Log level: Error filter to show all Sentry errors that occurred in a replay video when a user clicks the error counter in the header.

However, there will be other console.error messages that are not Sentry errors here. So the counter that someone sees in the header may not line up with the number of errors/rows they see in the console.

Solution:

  • Add another filter option Log Level: Sentry Error to deep link to only Sentry errors in Console

See design decision here.

jas-kas avatar Sep 16 '22 13:09 jas-kas