src: silence metric warnings for now
parent
6a143ed7fc
commit
6fe2467492
File diff suppressed because one or more lines are too long
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…
Reference in New Issue