Skip to content

Commit

Permalink
Revert truncate base64 images in the traces/spans table (pending BE f…
Browse files Browse the repository at this point in the history
…ix for LLM tab) (#611)
  • Loading branch information
ferc authored Nov 12, 2024
1 parent 55fc824 commit 95b891e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const TracesSpansTab: React.FC<TracesSpansTabProps> = ({
page: page as number,
size: size as number,
search: search as string,
truncate: true,
truncate: false,
},
{
placeholderData: keepPreviousData,
Expand Down

0 comments on commit 95b891e

Please sign in to comment.