Skip to content

Commit 16ca1f2

Browse files
committed
feat(transactionReplays): add eventView prop from /insights/frontend/summary/replays/
1 parent bdb0177 commit 16ca1f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/performance/transactionSummary/transactionReplays/transactionReplays.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ function ReplaysContent({
114114
return (
115115
<Layout.Main width="full">
116116
<ReplayTable
117+
eventView={eventView}
117118
columns={[
118119
ReplaySessionColumn,
119120
...(hasRoomForColumns ? [ReplaySlowestTransactionColumn] : []),

0 commit comments

Comments
 (0)