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
feat(eventsv2) Add basic transaction list (#14103)
Build basic transaction subtab in events v2 list. Add `transactionSlug`
as a parameter to open the event details modal.
Because we don't have a synthetic grouping column (like issue.id) for
transaction events we need to rely on the combination of `project_id`
and `transaction` name to act as a key to group transactions together.
With these two pieces of data we can generate the summary graphs and
locate the 'latest' event in the transaction series.
Use aria-label instead of data-test-id. The label lets us select a
specific row more easily and confidently.
Refs SEN-796
0 commit comments