We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964cfa7 commit f1bce3bCopy full SHA for f1bce3b
tools/spectral/ipa/metrics/metricS3Upload.js
@@ -16,6 +16,9 @@ export async function uploadMetricCollectionDataToS3(filePath = config.defaultMe
16
throw new Error('Loaded metrics collection data is empty');
17
}
18
19
+ // Remove
20
+ console.log(metricsCollectionData);
21
+
22
const table = tableFromJSON(metricsCollectionData);
23
if (table === undefined) {
24
throw new Error('Unable to transform metrics collection data to table');
0 commit comments