Skip to content

Commit

Permalink
Fix traces/spans aggregations for feedback scores (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferc authored Dec 30, 2024
1 parent 4e723eb commit d35024d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const TracesSpansTab: React.FC<TracesSpansTabProps> = ({
cell: FeedbackScoreCell as never,
accessorFn: (row) =>
row.feedback_scores?.find((f) => f.name === label),
statisticKey: `feedback_score.${label}`,
statisticKey: `feedback_scores.${label}`,
}) as ColumnData<BaseTraceData>,
),
];
Expand Down

0 comments on commit d35024d

Please sign in to comment.