{t(`See which functions changed the most before and after the regression. The
frame with the largest increase in call stack population likely
contributed to the cause for the duration regression.`)}
);
}
function GroupEventDetailsContent({
group,
event,
project,
}: GroupEventDetailsContentProps) {
if (!event) {
return (