Skip to content

Commit d0a8ac3

Browse files
authored
chore(otlp): Remove usage of span links flag (#101206)
It's rolled out, no worries.
1 parent 3aaa6ca commit d0a8ac3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ function EAPSpanNodeDetailsContent({
504504

505505
<LogDetails />
506506

507-
{organization.features.includes('trace-view-span-links') && links?.length ? (
507+
{links?.length ? (
508508
<TraceSpanLinks
509509
tree={tree}
510510
node={node}

0 commit comments

Comments
 (0)