Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Jan 9, 2025
1 parent dfded09 commit 65a47ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/traces/span-view-span.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function SpanViewSpan({ span }: SpanViewSpanProps) {
<Formatter
className="max-h-[400px]"
collapsible
value={JSON.stringify(span.input) + "a".repeat(100) + "\n".repeat(100)}
value={JSON.stringify(span.input)}
presetKey={`input-${span.attributes['lmnr.span.path']}`}
/>
)}
Expand Down

0 comments on commit 65a47ff

Please sign in to comment.