@datadog/esbuild-plugin 0.0.13-8 → 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.
- package/dist/src/index.js +1 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +1 -2
- package/dist/src/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/index.mjs
CHANGED
|
@@ -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 =
|
|
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
|
}
|