From b1f749f4e8908c09ac1a2ddab82bc7db84eaaa8a Mon Sep 17 00:00:00 2001 From: Richard Roggenkemper <46740234+roggenkemper@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:46:53 -0800 Subject: [PATCH] chore(issue-details): Show replay section off `replay_id` (#84393) this pr updates the issue details page to show the replay section off the `replay_id` instead of the config. the config is still used in a few other places so it isn't being removed, but `EventReplay` already checks for the `replay_id` which is what we want to use to determine if we show replays --- .../groupEventDetails/groupEventDetailsContent.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx b/static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx index efa47fa4313a42..e5e1b59ef5f9d8 100644 --- a/static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx +++ b/static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx @@ -372,9 +372,7 @@ export function EventDetailsContent({ )} - {issueTypeConfig.replays.enabled && ( - - )} + {defined(eventEntries[EntryType.HPKP]) && (