Skip to content

Commit

Permalink
chore(issue-details): Show replay section off replay_id (#84393)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
roggenkemper authored Jan 31, 2025
1 parent 729086f commit b1f749f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,7 @@ export function EventDetailsContent({
</Fragment>
)}
<EventHydrationDiff event={event} group={group} />
{issueTypeConfig.replays.enabled && (
<EventReplay event={event} group={group} projectSlug={project.slug} />
)}
<EventReplay event={event} group={group} projectSlug={project.slug} />
{defined(eventEntries[EntryType.HPKP]) && (
<EntryErrorBoundary type={EntryType.HPKP}>
<Generic
Expand Down

0 comments on commit b1f749f

Please sign in to comment.