bug fixes
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 02:00:04 +02:00
parent 64a1c5811d
commit ded344fd65
2 changed files with 27 additions and 2 deletions

View File

@@ -1284,6 +1284,9 @@ final class Router
'row_count' => count($rows),
'limit' => self::BOOTSTRAP_MEASUREMENT_LIMIT,
]);
$rows = $this->ensureMeasurementFxReferences($projectKey, $rows, $settings);
return $this->analytics()->enrichMeasurements($rows, $settings, [
'full_latest_only' => in_array($view, ['overview', 'mining'], true),
]);