@datadog/esbuild-plugin 0.0.13-7 → 0.0.13-9

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.
@@ -14,7 +14,7 @@ import * as querystring from 'querystring';
14
14
  import process2 from 'process';
15
15
 
16
16
  const CONFIG_KEY = "telemetry";
17
- const PLUGIN_NAME = `${CONFIG_KEY}-plugin`;
17
+ const PLUGIN_NAME = `datadog-${CONFIG_KEY}-plugin`;
18
18
 
19
19
  const filterTreeMetrics = (metric) => (
20
20
  // Remove tree metrics because way too verbose
@@ -6549,7 +6549,6 @@ const getPlugins = (opt) => {
6549
6549
  return [
6550
6550
  {
6551
6551
  name: PLUGIN_NAME,
6552
- enforce: "pre",
6553
6552
  esbuild: getEsbuildPlugin$1(opt),
6554
6553
  webpack: getWebpackPlugin$1(opt)
6555
6554
  }