sentry
sentry copied to clipboard
Replay Details: behaviour around console.error messages and Sentry Errors in the console table, right now they appear the same
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 Errorto deep link to only Sentry errors in Console
See design decision here.