src: silence metric warnings for now

pull/1358/head
Aditya Maru 1 year ago
parent 6a143ed7fc
commit 6fe2467492

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -197,6 +197,7 @@ export async function reportMetric(
metric: metric
});
} catch (error) {
core.warning('Error reporting metric to BlacksmithAgent:', error);
// We can enable this once all agents are updated to support metrics.
// core.warning('Error reporting metric to BlacksmithAgent:', error);
}
}
Loading…
Cancel
Save