File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
static/app/views/performance/newTraceDetails/traceDrawer/details/span Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ import {IssueList} from 'sentry/views/performance/newTraceDetails/traceDrawer/de
46
46
import { AIInputSection } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/span/eapSections/aiInput' ;
47
47
import { AIOutputSection } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/span/eapSections/aiOutput' ;
48
48
import { TraceDrawerComponents } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/styles' ;
49
- import { BreadCrumbs } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/breadCrumbs' ;
50
49
import ReplayPreview from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/replayPreview' ;
51
50
import { Request } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/transaction/sections/request' ;
52
51
import {
@@ -461,7 +460,7 @@ function EAPSpanNodeDetails({
461
460
< SectionTitleWithQuestionTooltip
462
461
title = { t ( 'Attributes' ) }
463
462
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.'
465
464
) }
466
465
/>
467
466
}
@@ -490,7 +489,7 @@ function EAPSpanNodeDetails({
490
489
< SectionTitleWithQuestionTooltip
491
490
title = { t ( 'Contexts' ) }
492
491
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."
494
493
) }
495
494
/>
496
495
}
@@ -522,10 +521,6 @@ function EAPSpanNodeDetails({
522
521
/>
523
522
) : null }
524
523
525
- { isTransaction ? (
526
- < BreadCrumbs event = { eventTransaction } organization = { organization } />
527
- ) : null }
528
-
529
524
{ isTransaction && project ? (
530
525
< EventAttachments
531
526
event = { eventTransaction }
You can’t perform that action at this time.
0 commit comments