Skip to content

Commit b33a568

Browse files
authored
chore(issue-details): Update view trace button (#86101)
this pr updates the view trace button to not open externally, which matches the behavior of other button on the page. icon is removed too
1 parent 0c9859c commit b33a568

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

static/app/components/events/interfaces/performance/eventTraceView.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {LinkButton} from 'sentry/components/button';
66
import ExternalLink from 'sentry/components/links/externalLink';
77
import Link from 'sentry/components/links/link';
88
import {generateTraceTarget} from 'sentry/components/quickTrace/utils';
9-
import {IconOpen} from 'sentry/icons';
109
import {t} from 'sentry/locale';
1110
import type {Event} from 'sentry/types/event';
1211
import {type Group, IssueCategory} from 'sentry/types/group';
@@ -228,9 +227,7 @@ export function EventTraceView({group, event, organization}: EventTraceViewProps
228227
actions={
229228
<LinkButton
230229
size="xs"
231-
icon={<IconOpen />}
232230
href={getHrefFromTraceTarget(traceTarget)}
233-
external
234231
analyticsEventName="Issue Details: View Full Trace Action Button Clicked"
235232
analyticsEventKey="issue_details.view_full_trace_action_button_clicked"
236233
>

0 commit comments

Comments
 (0)