Skip to content

Commit 02a01ba

Browse files
Abdkhan14Abdullah Khan
authored andcommitted
fix(trace-eap-waterfall): Fixing typos and removing breadcrumbs from … (#93231)
…the eap span detail panel Co-authored-by: Abdullah Khan <[email protected]>
1 parent a95572f commit 02a01ba

File tree

1 file changed

+2
-7
lines changed
  • static/app/views/performance/newTraceDetails/traceDrawer/details/span

1 file changed

+2
-7
lines changed

static/app/views/performance/newTraceDetails/traceDrawer/details/span/index.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import {IssueList} from 'sentry/views/performance/newTraceDetails/traceDrawer/de
4646
import {AIInputSection} from 'sentry/views/performance/newTraceDetails/traceDrawer/details/span/eapSections/aiInput';
4747
import {AIOutputSection} from 'sentry/views/performance/newTraceDetails/traceDrawer/details/span/eapSections/aiOutput';
4848
import {TraceDrawerComponents} from 'sentry/views/performance/newTraceDetails/traceDrawer/details/styles';
49-
import {BreadCrumbs} from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/breadCrumbs';
5049
import ReplayPreview from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/replayPreview';
5150
import {Request} from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/request';
5251
import {
@@ -461,7 +460,7 @@ function EAPSpanNodeDetails({
461460
<SectionTitleWithQuestionTooltip
462461
title={t('Attributes')}
463462
tooltipText={t(
464-
'These attributes are indexed and can be queries in the Trace Explorer.'
463+
'These attributes are indexed and can be queried in the Trace Explorer.'
465464
)}
466465
/>
467466
}
@@ -490,7 +489,7 @@ function EAPSpanNodeDetails({
490489
<SectionTitleWithQuestionTooltip
491490
title={t('Contexts')}
492491
tooltipText={t(
493-
"This data is not indexed and can't be queries in the Trace Explorer. For querying, attach these as attributes to your spans."
492+
"This data is not indexed and can't be queried in the Trace Explorer. For querying, attach these as attributes to your spans."
494493
)}
495494
/>
496495
}
@@ -522,10 +521,6 @@ function EAPSpanNodeDetails({
522521
/>
523522
) : null}
524523

525-
{isTransaction ? (
526-
<BreadCrumbs event={eventTransaction} organization={organization} />
527-
) : null}
528-
529524
{isTransaction && project ? (
530525
<EventAttachments
531526
event={eventTransaction}

0 commit comments

Comments
 (0)