Skip to content

Commit

Permalink
Enable truncation of base64 images in the traces/spans tables (#624)
Browse files Browse the repository at this point in the history
ferc authored Nov 13, 2024
1 parent 31a71f0 commit 1edbc02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ export const TracesSpansTab: React.FC<TracesSpansTabProps> = ({
page: page as number,
size: size as number,
search: search as string,
truncate: false,
truncate: true,
},
{
placeholderData: keepPreviousData,

0 comments on commit 1edbc02

Please sign in to comment.