@datadog/webpack-plugin 0.0.11-dev → 0.0.12-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5619,7 +5619,7 @@ const sendMetrics = (metrics, opts) => {
5619
5619
  }
5620
5620
  const metricsNames = [...new Set(metrics.map((m) => m.metric))].sort().map((name) => `${name} - ${metrics.filter((m) => m.metric === name).length}`);
5621
5621
  console.log(`
5622
- Sending ${metrics.length} metrics.
5622
+ [NEW] Sending ${metrics.length} metrics.
5623
5623
  Metrics:
5624
5624
  - ${metricsNames.join("\n - ")}`);
5625
5625
  return new Promise((resolve, reject) => {