You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(insights): avoid using the default transaction.op filter in the transaction summary (#95436)
In eap, blank transaction ops are set to `default` but in non-eap they
are just empty strings. On the insights overview page, there was an
issue where clicking on a transaction with op of `default` would yield
no results on the transaction summary page. This is because we
automatically applied a `transaction.op:default` filter, but the summary
page is not eap yet.
This PR remove the transaction.op filter when navigating to the summary
page if the op is `default`. This is only done on backend and mobile
overview pages because the frontend page does not group by op
0 commit comments