@datadog/rollup-plugin 3.1.2 → 3.1.3-dev.0
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.d.ts +25 -7
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +2 -2
- package/package.json +8 -3
package/dist/src/index.d.ts
CHANGED
|
@@ -22,9 +22,9 @@ type AppsOptions = {
|
|
|
22
22
|
backendDir?: string;
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
declare const CONFIG_KEY$
|
|
25
|
+
declare const CONFIG_KEY$5: "apps";
|
|
26
26
|
|
|
27
|
-
type types$
|
|
27
|
+
type types$5 = {
|
|
28
28
|
AppsOptions: AppsOptions;
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -42,12 +42,29 @@ type ErrorTrackingOptions = {
|
|
|
42
42
|
sourcemaps?: SourcemapsOptions;
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
-
declare const CONFIG_KEY$
|
|
45
|
+
declare const CONFIG_KEY$4: "errorTracking";
|
|
46
46
|
|
|
47
|
-
type types$
|
|
47
|
+
type types$4 = {
|
|
48
48
|
ErrorTrackingOptions: ErrorTrackingOptions;
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
+
declare const VALID_FUNCTION_KINDS: readonly ["functionDeclaration", "functionExpression", "arrowFunction", "objectMethod", "classMethod", "classPrivateMethod"];
|
|
52
|
+
type FunctionKind = (typeof VALID_FUNCTION_KINDS)[number];
|
|
53
|
+
type LiveDebuggerOptions = {
|
|
54
|
+
enable?: boolean;
|
|
55
|
+
include?: (string | RegExp)[];
|
|
56
|
+
exclude?: (string | RegExp)[];
|
|
57
|
+
honorSkipComments?: boolean;
|
|
58
|
+
functionTypes?: FunctionKind[];
|
|
59
|
+
namedOnly?: boolean;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
declare const CONFIG_KEY$3: "liveDebugger";
|
|
63
|
+
|
|
64
|
+
type types$3 = {
|
|
65
|
+
LiveDebuggerOptions: LiveDebuggerOptions;
|
|
66
|
+
};
|
|
67
|
+
|
|
51
68
|
type Filter = (metric: Metric) => Metric | null;
|
|
52
69
|
type MetricsOptions = {
|
|
53
70
|
enable?: boolean;
|
|
@@ -320,8 +337,9 @@ interface BaseOptions {
|
|
|
320
337
|
logLevel?: LogLevel;
|
|
321
338
|
}
|
|
322
339
|
interface Options extends BaseOptions {
|
|
323
|
-
[CONFIG_KEY$
|
|
324
|
-
[CONFIG_KEY$
|
|
340
|
+
[CONFIG_KEY$5]?: AppsOptions;
|
|
341
|
+
[CONFIG_KEY$4]?: ErrorTrackingOptions;
|
|
342
|
+
[CONFIG_KEY$3]?: LiveDebuggerOptions;
|
|
325
343
|
[CONFIG_KEY$2]?: MetricsOptions;
|
|
326
344
|
[CONFIG_KEY$1]?: OutputOptions;
|
|
327
345
|
[CONFIG_KEY]?: RumOptions;
|
|
@@ -389,4 +407,4 @@ declare const helpers: {
|
|
|
389
407
|
};
|
|
390
408
|
};
|
|
391
409
|
|
|
392
|
-
export { type types$
|
|
410
|
+
export { type types$5 as AppsTypes, type types$4 as ErrorTrackingTypes, type types$3 as LiveDebuggerTypes, type types$2 as MetricsTypes, type types$1 as OutputTypes, type RollupPluginOptions, type types as RumTypes, datadogRollupPlugin, helpers, version };
|
package/dist/src/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("unplugin"),t=require("chalk"),n=require("async-retry"),o=require("stream"),s=require("zlib"),r=require("buffer"),i=require("fs/promises"),a=require("fs"),u=require("json-stream-stringify"),p=require("path"),c=require("jszip"),l=require("os"),d=require("glob"),m=require("crypto"),f=require("pretty-bytes"),h=require("p-queue"),g=require("perf_hooks"),y=require("@datadog/js-instrumentation-wasm"),b=require("simple-git");function w(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var v=w(require("rollup"));const $=t.bold.green,k=t.bold.yellow,S=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","APPS_INTAKE_URL","APPS_UPLOAD_ASSETS","APPS_VERSION_NAME","SITE"],E=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],P=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},x="__datadog-helper-file",D=new RegExp(x),R=["development","production","test"],j="datadog-build-plugins",A=e=>({"DD-EVP-ORIGIN":`${e.bundler}-build-plugin_${e.plugin}`,"DD-EVP-ORIGIN-VERSION":e.version}),T=async e=>{const{getForm:t,defaultHeaders:n={},zip:r=!0}=e,i=await t(),a=new Request("fake://url",{method:"POST",body:i}),u=o.Readable.fromWeb(a.body);return{data:r?u.pipe(s.createGzip()):u,headers:{"Content-Encoding":r?"gzip":"multipart/form-data",...n,...Object.fromEntries(a.headers.entries())}}},M=[400,401,403,404,405,409,413],O=e=>{const{auth:t,url:o,method:s="GET",getData:r,type:i="text"}=e,a={retries:0===e.retries?0:e.retries||5,onRetry:e.onRetry,maxTimeout:e.maxTimeout,minTimeout:e.minTimeout};return n((async(e,n)=>{let a;try{const e={method:s,duplex:"half"};let n={"X-Datadog-Origin":"build-plugins"};if(t?.apiKey&&(n["DD-API-KEY"]=t.apiKey),t?.appKey&&(n["DD-APPLICATION-KEY"]=t.appKey),"function"==typeof r){const{data:t,headers:o}=await r();e.body=t,n={...n,...o}}a=await fetch(o,{...e,headers:n})}catch(t){return e(t),{}}if(!a.ok){let t=`HTTP ${a.status} ${a.statusText}`;try{const e=await a.json(),n=e?.errors?.map((e=>e.title&&e.detail?`${e.title}: ${e.detail}`:e.title?e.title:e.detail?`detail: ${e.detail}`:"")).filter((e=>e.length>0)).join("\n");n&&(t+=`\n${n}`)}catch{}if(M.includes(a.status))return e(new Error(t)),{};throw new Error(t)}try{let e;return e="json"===i?await a.json():await a.text(),e}catch(t){return e(t),{}}}),a)},N=e=>({message:t,context:n})=>O({retries:2,minTimeout:100,url:"https://browser-http-intake.logs.datadoghq.com/v1/input/pub44d5f4eb86e1392037b7501f7adc540e",method:"POST",type:"json",getData:async()=>{const o={ddsource:e.packageName||j,message:t,service:"build-plugins",team:"language-foundations",env:e.env,version:e.version,bundler:{name:e.bundler.name,version:e.bundler.version},metadata:e.metadata,...n};return{data:JSON.stringify(o),headers:{"Content-Type":"application/json"}}}}),C=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),z=e=>e.includes(x),I=e=>{const t={bundler:e.bundler,errors:e.errors,metadata:e.metadata,warnings:e.warnings,logs:e.logs,timings:e.timings,start:e.start,end:e.end,duration:e.duration,writeDuration:e.writeDuration,entries:[],inputs:[],outputs:[]};for(const n of e.entries||[]){const e={...n,inputs:[],outputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),n.outputs&&(e.outputs=n.outputs.map((e=>e.filepath))),t.entries.push(e)}for(const n of e.inputs||[]){const e={...n,dependencies:[],dependents:[]};if(n.dependencies)for(const t of n.dependencies)e.dependencies.push(t.filepath);if(n.dependents)for(const t of n.dependents)e.dependents.push(t.filepath);t.inputs.push(e)}for(const n of e.outputs||[]){const e={...n,inputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),t.outputs.push(e)}return t},_=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},F=e=>{const t=Math.floor(e/1e3/60/60/24),n=new Date(e-24*t*60*60*1e3),o=n.getUTCHours(),s=n.getUTCMinutes(),r=n.getUTCSeconds(),i=n.getUTCMilliseconds(),a=`${t?`${t}d `:""}${o?`${o}h `:""}${s?`${s}m `:""}${r?`${r}s`:""}`.trim();return`${a}${!a||i?` ${i}ms`:""}`.trim()},L=(e,t=60,n="[...]")=>{if(e.length<=t)return e;const o=Math.max(4,t-n.length),s=Math.min(10,Math.floor(o/2)),r=o-s;return`${e.slice(0,s)}${n}${e.slice(-r)}`},q=(e="")=>{try{if(!e||e.startsWith("git@"))return e;const t=new URL(e),n="/"===t.pathname?"":t.pathname;return`${t.protocol?`${t.protocol}//`:""}${t.host}${n}`}catch{return e}},K=e=>Object.entries(e).map((([e,n])=>` - ${e}: ${t.bold.green((e=>{if(void 0===e)return"undefined";if(null===e)return"null";if(Array.isArray(e))return e.join(", ");if("object"==typeof e)try{return JSON.stringify(e,null,2)}catch{return String(e)}return e?.toString()??""})(n))}`)).join("\n");let H=0;const B={debug:0,info:1,warn:2,error:3,none:4},U=e=>e.split(">").map(C).join(">"),W=(e,n,o,s)=>{const r=U(e);return(i,a="debug",{forward:u,context:p}={})=>{let c=t.dim,l=console.log;"error"===a?(c=t.red,l=console.error):"warn"===a?(c=t.yellow,l=console.warn):"info"===a&&(c=t.cyan,l=console.log);const d=`[${n.metadata?.name?`${n.metadata.name}|`:""}${a}|${n.bundler.name}|${r}]`,m="string"==typeof i?i:JSON.stringify(i,null,2);if(o.logs.push({bundler:n.bundler.name,pluginName:e,type:a,message:m,time:Date.now()}),"error"===a&&o.errors.push(m),"warn"===a&&o.warnings.push(m),u){const t=async()=>{try{const t=N(n);await t({message:m,context:{plugin:e,status:a,...p}})}catch(t){W(e,n,o,s)(`Error forwarding log: ${t}`,"debug")}};o.queue.push(t())}B[a]>=B[s]&&l(`${c(d)} ${m}`)}},J=(e,n,o)=>(s,r={})=>{const{level:i="debug",start:a=!0,log:u=!0,tags:p=[]}=r,c={pluginName:e,label:s,spans:[],tags:[...p,`plugin:${e}`,`level:${i}`],logLevel:i,total:0};n.push(c);const l=()=>c.spans.filter((e=>!e.end)),d=n=>{l().length||(!c.spans.length&&u&&o(t.dim(`[${t.cyan(s)}] : start`),"debug"),c.spans.push({start:n||Date.now(),tags:[`plugin:${e}`]}))},m=(e,n=!0)=>{const r=l();if(r?.length){r.length>1&&o(`Timer ${t.cyan(s)} has more than one ongoing span.`,"debug");for(const t of r)t.end=e||Date.now()}else n&&o(`Timer ${t.cyan(s)} cannot be paused, no ongoing span.`,"debug")};if(a){let e;"number"==typeof a&&(e=a),d(e)}return{timer:c,resume:d,end:e=>{m(e,!1);const n=c.spans.reduce(((e,t)=>e+(t.end-t.start)),0);c.total=n,u&&o(`[${t.cyan(s)}] : ${t.cyan(F(n))}`,i)},pause:m,tag:(e,t={})=>{const{span:n=!1}=t;if(n){const t=l();for(const n of t)n.tags.push(...e)}else c.tags.push(...e)}}},G=(e,t,n="warn")=>o=>{const s=W(o,e,t,n);return{getLogger:s=>G(e,t,n)(`${U(o)}>${s}`),time:J(o,t.timings,s),error:(e,t)=>s(e,"error",t),warn:(e,t)=>s(e,"warn",t),info:(e,t)=>s(e,"info",t),debug:(e,t)=>s(e,"debug",t)}},V=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],Y=(e,t,n,o)=>{const s=n=>function(...s){const r=o.time(`${e} | ${t}`,{log:!1,tags:["type:hook",`hook:${t}`]}),i=n.apply(this,s);return i instanceof Promise?i.finally((()=>{r.end()})):(r.end(),i)};return"object"==typeof n&&null!==n&&"handler"in n?{...n,handler:s(n.handler)}:s(n)},Q=(e,t,n)=>{const o=e.getLogger(j);return e=>{const s=o.time(`hook | init ${n}`,{log:!1}),r=t(e).map((e=>((e,t)=>{const n={...e},o=C(e.name);for(const s of V){const r=e[s];r&&(n[s]=Y(o,s,r,t))}return n})(e,o))),i=r.map((e=>`plugin:${e.name}`));return s.tag(i),s.end(),r}},X=async e=>i.mkdir(e,{recursive:!0}),Z=(e,t)=>{var n;n=p.dirname(e),a.mkdirSync(n,{recursive:!0}),a.writeFileSync(e,t,{encoding:"utf-8"})},ee=e=>a.readFileSync(e,{encoding:"utf-8"}),te=e=>{try{return a.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},ne=async(e,t)=>{if("function"==typeof a.openAsBlob){const n=await a.openAsBlob(e,{type:t.contentType});return new r.File([n],t.filename)}{const n=o.Readable.toWeb(a.createReadStream(e)),s=await new Response(n).blob();return new r.File([s],t.filename,{type:t.contentType})}},oe=async e=>{const t={empty:!1,exists:!0};try{const{size:n}=await i.stat(e);0===n&&(t.empty=!0)}catch(e){if("ENOENT"!==e.code)throw e;t.exists=!1}return t},se="apps",re="datadog-apps-plugin",ie="api/unstable/app-builder-code/apps",ae="datadog-apps-assets.zip",ue=async(e,t)=>{const n=(await Promise.all(e.map((e=>d.glob(e,{absolute:!0,cwd:t,nodir:!0}))))).flat(),o=Array.from(new Set(n)).map((e=>p.relative(t,e))),s=(e=>{if(0===e.length)return"";const t=e[0].split(p.sep);let n="";for(let o=0;o<t.length-1;o++){const s=t.slice(0,o+1).join(p.sep);if(!e.every((e=>e.startsWith(`${s}${p.sep}`))))break;n=s}return n})(o),r=o.map(((e,t)=>{const o=s?e.slice(s.length+1):e;return{absolutePath:n[t],relativePath:o}}));return r},pe=[".ts",".js",".tsx",".jsx"];const ce=(e,t,n)=>{const o=e=>{const t=e.manualChunks;"function"==typeof t&&(e.manualChunks=(e=>(t,n)=>{const o=n.getModuleInfo(t);if(!o||!(o.importers||[]).some((e=>e.startsWith(me))))return e(t,n)})(t))};return{outputOptions(e){if(Array.isArray(e))for(const t of e)o(t);else e&&o(e);return e},buildStart(){for(const t of e)this.emitFile({type:"chunk",id:`${me}${t.name}`,name:`backend/${t.name}`,preserveSignature:"exports-only"})},writeBundle(e,o){const s=e.dir||p.dirname(e.file||"");for(const[e,r]of Object.entries(o))if("chunk"===r.type&&r.facadeModuleId&&r.facadeModuleId.startsWith(me)){const o=r.facadeModuleId.slice(me.length),i=p.resolve(s,e);t.set(o,i),n.debug(`Backend function "${o}" output: ${i}`)}}}};function le(e,t){const n=[];return n.push(`import { ${e} } from ${JSON.stringify(t)};`),function(){try{return require.resolve("@datadog/action-catalog/action-execution"),!0}catch{return!1}}()&&n.push("import { setExecuteActionImplementation } from '@datadog/action-catalog/action-execution';"),n.push(""),n.push('/** @param {import("./context.types").Context} $ */'),n.push("export async function main($) {"),n.push(" globalThis.$ = $;"),n.push(""),n.push(" // Register the $.Actions-based implementation for executeAction"),n.push(" if (typeof setExecuteActionImplementation === 'function') {\n setExecuteActionImplementation(async (actionId, request) => {\n const actionPath = actionId.replace(/^com\\\\.datadoghq\\\\./, '');\n const pathParts = actionPath.split('.');\n let actionFn = $.Actions;\n for (const part of pathParts) {\n if (!actionFn) throw new Error('Action not found: ' + actionId);\n actionFn = actionFn[part];\n }\n if (typeof actionFn !== 'function') throw new Error('Action is not a function: ' + actionId);\n return actionFn(request);\n });\n }"),n.push(""),n.push(" // backendFunctionArgs is a template expression resolved at runtime by"),n.push(" // App Builder's executeBackendFunction client via template_params."),n.push(" const args = JSON.parse('${backendFunctionArgs}' || '[]');"),n.push(` const result = await ${e}(...args);`),n.push(" return result;"),n.push("}"),n.join("\n")}const de=(e,t,n)=>({...ce(e,t,n)}),me="\0dd-backend:";const fe=(e,t)=>z(t)?x:t.startsWith(e)||p.isAbsolute(t)?t:p.resolve(e,t),he=(e,t)=>{let n,o=fe(process.cwd(),e);for(;!n;){const e=p.resolve(o,t);if(te(e)&&(n=e),o=o.split(p.sep).slice(0,-1).join(p.sep),[p.sep,""].includes(o))break}return n},ge=(e,t)=>{const n=[...e].map((e=>fe(t||process.cwd(),e).split(p.sep))),o=n.length?Math.min(...n.map((e=>e.length))):0,s=[];for(let e=0;e<o;e++){const t=n[0][e];if(!n.every((n=>n[e]===t)))break;s.push(t)}return s.length>0&&s.join(p.sep)||p.sep},ye=t.bold.red,be=t.bold.yellow,we=e=>{const t=he(e,"package.json");if(t)try{const e=ee(t);return JSON.parse(e)}catch(e){return}},ve=(e,t,n)=>{if(n?.name&&n?.identifier)return{identifier:n?.identifier,name:n.name};const o=we(e);o||t.warn(be("No package.json found to infer the app name."));const s=n?.name||o?.name?.trim();s||t.error(ye("Unable to determine the app name to compute the app identifier."));const r=((e,t)=>{const n=e||(e=>{if(e&&e.repository)return"string"==typeof e.repository?e.repository:"url"in e.repository?e.repository.url:void 0})(t);if(!n)return;const o=q(n.trim());return o?o.replace(/\.git$/,""):void 0})(n?.url,o);r||t.error(ye("Unable to determine the git remote to compute the app identifier."));const i=n?.identifier||((e,t)=>{if(!e||!t)return;const n=`${e}:${t}`;return m.createHash("md5").update(n).digest("hex")})(r,s);return i&&s||t.error(ye("Unable to compute the app identifier.")),{identifier:i,name:s}},$e=t.green.bold,ke=t.yellow.bold,Se=t.cyan.bold,Ee=t.bold,Pe=(e,t={},n)=>async()=>{const o=await ne(e,{contentType:"application/zip",filename:ae});return T({getForm:()=>{const e=new FormData;e.append("name",n),e.append("bundle",o,ae);const t=E("APPS_VERSION_NAME")?.trim();return t&&e.append("version",t),e},defaultHeaders:t,zip:!1})},xe=async(e,t,n)=>{const s=[],r=[];if(!t.apiKey||!t.appKey)return s.push(new Error("Missing authentication token, need both app and api keys.")),{errors:s,warnings:r};if(!t.identifier)return s.push(new Error("No app identifier provided")),{errors:s,warnings:r};const i=(a=t.site,u=t.identifier,E("APPS_INTAKE_URL")||`https://api.${a}/${ie}/${u}/upload`);var a,u;const p=A({bundler:t.bundlerName,plugin:"apps",version:t.version}),c=K({identifier:t.identifier,intakeUrl:i,defaultHeaders:`\n${JSON.stringify(p,null,2)}`}),l=`an archive of:\n - ${$e(e.assets.length.toString())} files\n - ${$e(f(e.size))}\n\nWith the configuration:\n${c}`;if(t.dryRun)return n.error(`\n${Se("Dry run enabled")}\n\nSkipping assets upload.\nWould have uploaded ${l}`),{errors:s,warnings:r};try{const s=await O({auth:{apiKey:t.apiKey,appKey:t.appKey},url:i,method:"POST",type:"json",getData:Pe(e.archivePath,p,t.name),onRetry:(e,t)=>{const o=`Failed to upload archive (attempt ${ke(`${t}/5`)}): ${e.message}`;r.push(o),n.warn(o)}});if(n.debug(`Uploaded ${l}\n`),s.version_id&&s.application_id&&s.app_builder_id){const{version_id:e,application_id:o,app_builder_id:r}=s,i=`https://api.${t.site}/api/unstable/app-builder-code/apps/serve/${o}/v/${e}/index.html`,a=`https://app.${t.site}/app-builder/apps/${r}`;n.info(`Your application is available at:\n${Ee("Standalone :")}\n ${Se(i)}\n\n${Ee("AppBuilder :")}\n ${Se(a)}`)}const a=E("APPS_VERSION_NAME")?.trim();if(a){const e=((e,t)=>`https://api.${e}/${ie}/${t}/release/live`)(t.site,t.identifier);await O({auth:{apiKey:t.apiKey,appKey:t.appKey},url:e,method:"PUT",type:"json",getData:async()=>({data:o.Readable.from(JSON.stringify({version_id:a})),headers:{"Content-Type":"application/json",...p}}),onRetry:(e,t)=>{const o=`Failed to release version (attempt ${ke(`${t}/5`)}): ${e.message}`;r.push(o),n.warn(o)}}),n.info(`Released version ${Ee(a)} to live.`)}}catch(e){const t=e instanceof Error?e:new Error(String(e));s.push(t)}return{errors:s,warnings:r}},De=t.yellow.bold,Re=t.red.bold,je=({options:e,context:t})=>{const n=t.getLogger(re);let o;const s=(e=>{const t=e[se]||{};return{enable:t.enable??!!e[se],include:t.include||[],dryRun:t.dryRun??!E("APPS_UPLOAD_ASSETS"),identifier:t.identifier?.trim(),name:t.name?.trim()||e.metadata?.name?.trim(),backendDir:t.backendDir?.trim()||"backend"}})(e);if(!s.enable)return[];const r=function(e,t){let n;try{n=a.readdirSync(e)}catch(n){if("ENOENT"===n.code)return t.debug(`No backend directory found at ${e}`),[];throw n}const o=[];for(const t of n){const n=p.join(e,t),s=a.statSync(n);if(s.isDirectory())for(const e of pe){const s=p.join(n,`index${e}`);try{a.statSync(s),o.push({name:t,entryPath:s});break}catch{}}else if(s.isFile()){const e=p.extname(t);if(pe.includes(e)){const s=p.basename(t,e);o.push({name:s,entryPath:n})}}}return t.debug(`Discovered ${o.length} backend function(s): ${o.map((e=>e.name)).join(", ")}`),o}(p.resolve(t.buildRoot,s.backendDir),n),u=new Map,d=r.length>0,m=async()=>{const e=n.time("handle assets");let r;try{const e=n.time("resolve identifier"),{name:o,identifier:m}=ve(t.buildRoot,n,{url:t.git?.remote,name:s.name,identifier:s.identifier});if(!m||!o)throw new Error("Missing apps identification.\nEither:\n - pass an 'options.apps.identifier' and 'options.apps.name' to your plugin's configuration.\n - have a 'name' and a 'repository' in your 'package.json'.\n - have a valid remote url on your git project.\n");e.end();const f=p.relative(t.buildRoot,t.bundler.outDir),h=[...s.include,`${f}/**/*`],g=await ue(h,t.buildRoot);if(!g.length)return void n.debug("No assets to upload.");const y=new Set(u.values()),b=(d?g.filter((e=>!y.has(e.absolutePath))):g).map((e=>({...e,relativePath:p.join("frontend",e.relativePath)})));if(d)for(const[e,t]of u)b.push({absolutePath:t,relativePath:`backend/${e}.js`});const w=n.time("archive assets"),v=await(async e=>{const t=await i.mkdtemp(p.join(l.tmpdir(),"dd-apps-")),n=p.join(t,ae),o=new c;for(const t of e)o.file(t.relativePath,a.createReadStream(t.absolutePath),{binary:!0,compression:"DEFLATE",compressionOptions:{level:9}});await new Promise(((e,t)=>{const s=a.createWriteStream(n),r=o.generateNodeStream({type:"nodebuffer",streamFiles:!0,compression:"DEFLATE",compressionOptions:{level:9}});r.on("error",t),s.on("error",t),s.on("close",e),r.pipe(s)}));const{size:s}=await i.stat(n);return{archivePath:n,size:s,assets:e}})(b);w.end(),r=p.dirname(v.archivePath);const $=n.time("upload assets"),{errors:k,warnings:S}=await xe(v,{apiKey:t.auth.apiKey,appKey:t.auth.appKey,bundlerName:t.bundler.name,dryRun:s.dryRun,identifier:m,name:o,site:t.auth.site,version:t.version},n);if($.end(),S.length>0&&n.warn(`${De("Warnings while uploading assets:")}\n - ${S.join("\n - ")}`),k.length>0){const e=k.map((e=>e.cause||e.stack||e.message||e)).join("\n - ");throw new Error(` - ${e}`)}}catch(e){o=e,n.error(`${Re("Failed to upload assets:")}\n${e?.message||e}`)}if(r&&await(async e=>i.rm(e,{force:!0,maxRetries:3,recursive:!0}))(r),e.end(),o)throw o},f=[];return d&&["rollup","vite"].includes(t.bundler.name)?f.push(function(e,t,n){const o=new Map(e.map((e=>[e.name,e])));return{name:"datadog-apps-backend-plugin",enforce:"pre",resolveId:e=>e.startsWith(me)?e:null,load(e){if(!e.startsWith(me))return null;const t=e.slice(me.length),s=o.get(t);return s?le(s.name,s.entryPath):(n.error(`Backend function "${t}" not found.`),null)},rollup:ce(e,t,n),vite:de(e,t,n)}}(r,u,n)):d&&n.warn(`Backend functions are not yet supported for ${t.bundler.name}. Skipping backend build.`),f.push({name:re,enforce:"post",async asyncTrueEnd(){await m()}}),f},Ae="errorTracking",Te="datadog-error-tracking-plugin",Me=(e,n,o)=>{if(".map"!==p.extname(o))throw new Error(`The file ${t.green.bold(o)} is not a sourcemap.`);const s=o.replace(/\.map$/,""),r=p.relative(n,s),i=((e,t)=>{if(e.startsWith("/"))return p.join(e,t);try{const n=e.replace(/\/*$/,"/"),o=new URL(n),s=t.replace(/^[\\/]*/,"");return new URL(s,o).href}catch{return`${e}${t}`}})(e,r);return{minifiedFilePath:s,minifiedUrl:i,relativePath:r}},Oe=/[/]+|[\\]+/g,Ne=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,Ce=(e,t)=>{const n=e.replace(Ne,"").split(Oe),o=t.replace(Ne,"").split(Oe),s=n.join("/");let r="";for(let e=0;e<o.length;e+=1){const t=o.slice(-e).join("/");s.startsWith(t)&&(r=t)}return r},ze=async(e,t,n,o)=>{const s=await(async(e,t)=>{const[n,o]=await Promise.all([oe(e.minifiedFilePath),oe(e.sourcemapFilePath)]);return{file:n,sourcemap:o,repeatedPrefix:Ce(e.relativePath,t)}})(e,n),r=[],i=[],a=new Map([["event",{type:"string",options:{contentType:"application/json",filename:"event"},value:JSON.stringify({...t,minified_url:e.minifiedUrl})}],["source_map",{type:"file",path:e.sourcemapFilePath,options:{filename:"source_map",contentType:"application/json"}}],["minified_file",{type:"file",path:e.minifiedFilePath,options:{filename:"minified_file",contentType:"application/javascript"}}]]);if(o)try{a.set("repository",{type:"string",options:{contentType:"application/json",filename:"repository"},value:JSON.stringify({data:[{files:o.trackedFilesMatcher.matchSourcemap(e.sourcemapFilePath,(t=>{i.push(`${p.basename(e.sourcemapFilePath)}: "${t}"`)})),hash:o.hash,repository_url:o.remote}],version:1})})}catch(t){i.push(`Could not attach git data for sourcemap ${e.sourcemapFilePath}: ${t.message}`)}return s.file.empty&&r.push(`Minified file is empty: ${e.minifiedFilePath}`),s.file.exists||r.push(`Minified file not found: ${e.minifiedFilePath}`),s.sourcemap.empty&&r.push(`Sourcemap file is empty: ${e.sourcemapFilePath}`),s.sourcemap.exists||r.push(`Sourcemap file not found: ${e.sourcemapFilePath}`),s.repeatedPrefix&&i.push(`The minified file path contains a repeated pattern with the minified path prefix: ${s.repeatedPrefix}`),{content:a,errors:r,warnings:i}},Ie=t.green.bold,_e=t.yellow.bold,Fe=t.red.bold,Le=(e,t={})=>async()=>T({getForm:async()=>{const t=new FormData;for(const[n,o]of e.content){const e="file"===o.type?await ne(o.path,o.options):new Blob([o.value],{type:o.options.contentType});t.append(n,e,o.options.filename)}return t},defaultHeaders:t,zip:!0}),qe=async(e,t,n,o)=>{const s=[],r=[];if(!n.apiKey)return s.push({error:new Error("No authentication token provided")}),{errors:s,warnings:r};if(0===e.length)return r.push("No sourcemaps to upload"),{errors:s,warnings:r};const i=o.time("Queue uploads"),a=new(h.default?h.default:h)({concurrency:t.maxConcurrency}),u=(p=n.site,E("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${p}/api/v2/srcmap`);var p;const c=A({bundler:n.bundlerName,plugin:"sourcemaps",version:n.version}),l=K({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(c,null,2)}`}),d=`\nUploading ${Ie(e.length.toString())} sourcemaps with configuration:\n${l}`;o.debug(d);const m=[];for(const i of e){const e={sourcemap:i.content.get("source_map")?.path.replace(n.outDir,"."),file:i.content.get("minified_file")?.path.replace(n.outDir,".")};m.push(a.add((async()=>{try{await O({auth:{apiKey:n.apiKey},url:u,method:"POST",getData:Le(i,c),onRetry:(t,n)=>{const s=`Failed to upload ${_e(e.sourcemap)} | ${_e(e.file)}:\n ${t.message}\nRetrying ${n}/5`;r.push(s),o.debug(s)}})}catch(n){if(s.push({metadata:e,error:n}),!0===t.bailOnError)throw n}})))}return i.end(),o.debug(`Queued ${Ie(e.length.toString())} uploads.`),await Promise.all(m),await a.onIdle(),{warnings:r,errors:s}},Ke=async(e,t,n)=>{const o=n.time("get sourcemaps files"),s=((e,t)=>{if(!t.outputs||0===t.outputs.length)throw new Error("No output files found.");return t.outputs.filter((e=>e.filepath.endsWith(".map"))).map((e=>e.filepath)).map((n=>({...Me(e.minifiedPathPrefix,t.outDir,n),sourcemapFilePath:n,minifiedPathPrefix:e.minifiedPathPrefix})))})(e.sourcemaps,{outDir:t.outDir,outputs:t.outputs});o.end();const r=n.time("send sourcemaps");await(async(e,t,n,o)=>{const s=Date.now(),r=t.minifiedPathPrefix,i={git_repository_url:n.git?.remote,git_commit_sha:n.git?.hash,plugin_version:n.version,project_path:n.outDir,service:t.service,type:"js_sourcemap",version:t.releaseVersion},a=o.time("Compute payloads"),u=await Promise.all(e.map((e=>ze(e,i,r,n.git))));a.end();const p=u.map((e=>e.errors)).flat(),c=u.map((e=>e.warnings)).flat();if(c.length>0&&o.warn(`Warnings while preparing payloads:\n - ${c.join("\n - ")}`),p.length>0){const e=`Failed to prepare payloads, aborting upload :\n - ${p.join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e);return}const l=o.time("Upload sourcemaps"),{errors:d,warnings:m}=await qe(u,t,{apiKey:n.apiKey,bundlerName:n.bundlerName,version:n.version,outDir:n.outDir,site:n.site},o);if(l.end(),o.debug(`Done uploading ${Ie(`${e.length-d.length}/${e.length}`)} sourcemaps in ${Ie(F(Date.now()-s))}.`),d.length>0){const e=`Failed to upload some sourcemaps:\n - ${d.map((({metadata:e,error:t})=>{const n=t.cause||t.stack||t.message;return e?`${Fe(e.file)} | ${Fe(e.sourcemap)} :\n${n}`:n})).join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e)}m.length>0&&o.warn(`Warnings while uploading sourcemaps:\n - ${m.join("\n - ")}`)})(s,e.sourcemaps,{apiKey:t.apiKey,bundlerName:t.bundlerName,git:t.git,outDir:t.outDir,site:t.site,version:t.version},n),r.end()},He=e=>{const n=t.bold.red,o=e[Ae]||{},s={errors:[]};if(o.sourcemaps){o.sourcemaps.releaseVersion||s.errors.push(`${n("sourcemaps.releaseVersion")} is required.`),o.sourcemaps.service||s.errors.push(`${n("sourcemaps.service")} is required.`),o.sourcemaps.minifiedPathPrefix||s.errors.push(`${n("sourcemaps.minifiedPathPrefix")} is required.`),o.sourcemaps.minifiedPathPrefix&&((e=>{let t;try{t=new URL(e).host}catch{}return!(!t&&!e.startsWith("/"))})(o.sourcemaps.minifiedPathPrefix)||s.errors.push(`${n("sourcemaps.minifiedPathPrefix")} must be a valid URL or start with '/'.`));const e={bailOnError:!1,dryRun:!1,maxConcurrency:20,...o.sourcemaps};s.config=e}return s},Be=({options:e,context:t})=>{const n=t.getLogger(Te),o=n.time("validate options"),s=((e,t)=>{const n=[],o=He(e);if(n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Te}.`);const s={enable:!!e[Ae],...e[Ae],sourcemaps:void 0};return o.config&&(s.sourcemaps=o.config),s})(e,n);if(o.end(),!s.enable)return[];let r,i,a=!1;const u=async()=>{if(!s.sourcemaps||a)return;a=!0;const e=n.time("sourcemaps process");await Ke(s,{apiKey:t.auth.apiKey,bundlerName:t.bundler.name,git:r,outDir:t.bundler.outDir,outputs:i?.outputs||[],site:t.auth.site,version:t.version},n),e.end()};return[{name:Te,enforce:"post",async git(e){r=e,i&&await u()},async buildReport(t){i=t,!r&&_(e)||await u()},async asyncTrueEnd(){a||await u()}}]},Ue=[e=>/modules\.tree\.(count|size)$/.test(e.metric)?null:e,e=>e.tags.some((e=>/^assetName:.*\.map$/.test(e)||/^moduleName:\/node_modules/.test(e)))?null:e,e=>{const t={size:1e5,count:10,duration:1e3};/(entries|loaders|warnings|errors)\.count$/.test(e.metric)&&(t.count=0),/(modules\.(dependencies|dependents)$)/.test(e.metric)&&(t.count=30),/modules\.tree\.count$/.test(e.metric)&&(t.count=150),/modules\.tree\.size$/.test(e.metric)&&(t.size=15e5),/entries\.size$/.test(e.metric)&&(t.size=0),/entries\.modules\.count$/.test(e.metric)&&(t.count=0);return(e.points.length?e.points.reduce(((e,t)=>e+t[1]),0)/e.points.length:0)>t[e.type]?e:null}],We="metrics",Je="datadog-metrics-plugin",Ge=e=>Math.floor((e||Date.now())/1e3),Ve=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),Ye=(e="")=>e.endsWith("/")?e:`${e}/`,Qe=(e,t)=>{let n=e;return e.split(Ye(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},Xe=(e,t)=>e.split("!").pop().replace(Ye(t),"./"),Ze=(e,t,n)=>{let o=e.name||e.userRequest;return o||(o=((e,t)=>{let n=e.userRequest;if(!n){let o;o=t.moduleGraph&&"function"==typeof t.moduleGraph.getIssuer?t.moduleGraph.getIssuer(e):e.issuer,n=o?.userRequest,n||(n=e._identifier?.split("!").pop())}return n||"unknown"})(e,t)),Xe(o||"no-name",n)},et=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),tt=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),nt=t.bold.red,ot=t.bold.cyan,st=e=>(t,n)=>{let o,s;return"function"==typeof e?(o=e(t),s=e(n)):(o=t[e],s=n[e]),o>s?-1:o<s?1:0},rt=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort(st("duration"));const o={name:`${e} duration`,values:n.map((e=>({name:e.name,value:F(e.duration)}))),top:!0};n.sort(st("increment"));return[o,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},it=(e,t,n)=>{const o=[];var s;n&&(o.push(...rt("Loader",n.loaders)),o.push(...rt("Tapable",n.tapables)),o.push(...rt("Module",n.modules))),o.push(...(e=>{const t={name:"Module total dependents",values:[],top:!0},n={name:"Module total dependencies",values:[],top:!0},o={name:"Module size",values:[],top:!0},s={name:"Module aggregated size",values:[],top:!0},r=new Set,i=I(e.build),a=new Map,u=new Map,p=new Map;for(const e of i.inputs||[]){if("map"===e.type)continue;const t=new Set(e.dependencies),n=new Set(e.dependents);for(const n of t)p.has(n)||p.set(n,new Set),p.get(n).add(e.filepath);for(const t of n)u.has(t)||u.set(t,new Set),u.get(t).add(e.filepath);if(u.has(e.filepath)){const n=u.get(e.filepath);for(const e of n)t.add(e)}if(p.has(e.filepath)){const t=p.get(e.filepath);for(const e of t)n.add(e)}u.set(e.filepath,t),p.set(e.filepath,n),a.set(e.filepath,{name:e.name,size:e.size,dependencies:t,dependents:n})}for(const[e,t]of a){const n=u.get(e)||new Set,o=p.get(e)||new Set;let s=t.size;for(const e of n)s+=a.get(e)?.size||0;r.add({name:t.name,size:t.size,aggregatedSize:s,dependents:o,dependencies:n})}if(!r.size)return[t,n,o];const c=Array.from(r);return c.sort(st((e=>e.dependents.size))),t.values=c.map((e=>({name:e.name,value:e.dependents.size.toString()}))),c.sort(st((e=>e.dependencies.size))),n.values=c.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),c.sort(st("size")),o.values=c.map((e=>({name:e.name,value:f(e.size)}))),c.sort(st("aggregatedSize")),s.values=c.map((e=>({name:e.name,value:f(e.aggregatedSize||e.size)}))),[t,n,o,s]})(e)),o.push(...(s=e,[{name:"Asset size",values:(s.build.outputs||[]).filter((e=>"map"!==e.type)).sort(st((e=>e.size))).map((e=>({name:e.name,value:f(e.size)}))),top:!0},{name:"Entry aggregated size",values:(s.build.entries||[]).sort(st((e=>e.size))).map((e=>({name:e.name,value:f(e.size)}))),top:!0},{name:"Entry number of modules",values:(s.build.entries||[]).sort(st((e=>e.size))).map((e=>({name:e.name,value:e.inputs.length.toString()})))||[],top:!0}])),o.push(...(e=>{const t={name:"General Numbers",values:[],top:!1},n=e.build.inputs?e.build.inputs.length:0,o=e.build.outputs?e.build.outputs.length:0,s=e.build.warnings.length,r=e.build.errors.length,i=e.build.entries?e.build.entries.length:0;return e.build.start&&t.values.push({name:"Overhead duration",value:F(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:F(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:F(e.build.writeDuration)}),t.values.push({name:"Number of modules",value:n.toString()},{name:"Number of assets",value:o.toString()},{name:"Number of entries",value:i.toString()},{name:"Number of warnings",value:s.toString()},{name:"Number of errors",value:r.toString()}),[t]})(e));const r=(e=>{let t="";for(const t of e){t.top&&t.values.length>=5&&(t.values=t.values.slice(0,5),t.name=`Top 5 ${t.name}`);for(const e of t.values)e.name=L(e.name,60)}const n=Math.max(...e.map((e=>e.name.length))),o=Math.max(...e.flatMap((e=>e.values.map((e=>e.name.length))))),s=Math.max(...e.flatMap((e=>e.values.map((e=>e.value.length))))),r=Math.max(n+4,o+s+4);for(const n of e){if(0===n.values.length)continue;const e=r-(n.name.length+4);t+=`\n== ${n.name} ${"=".repeat(e)}=\n`;for(const e of n.values){const n=s-e.value.length;t+=` [${nt(e.value)}] ${" ".repeat(n)}${ot(e.name)}\n`}}return t})(o);t.info(r)},at="api/v1/series",ut=t.bold.green,pt=["onStart","onLoad","onResolve","onEnd"],ct=new Map,lt=new Map,dt=new Map,mt=(e,t,n)=>{const o=Object.assign({},e);for(const s of pt)o[s]=async(o,r)=>{const i=lt.get(t)||{name:t,increment:0,duration:0,events:{}};i.events[s]=i.events[s]||{name:s,values:[]};const a="onLoad"===s;return(0,e[s])(o,(async(...e)=>{const o=Xe(e[0].path,n),u=dt.get(o)||{name:o,increment:0,duration:0,events:{}};u.events[s]=u.events[s]||{name:s,values:[]};const p=g.performance.now();try{return await r(...e)}finally{const n=g.performance.now(),r=n-p,c={start:p,end:n,duration:r,context:tt(e)};if(i.events[s].values.push(c),i.duration+=r,i.increment+=1,lt.set(t,i),u.events[s].values.push(c),u.duration+=r,u.increment+=1,dt.set(o,u),a){const e=ct.get(t)||{name:t,increment:0,duration:0,events:{}};e.events[s]=e.events[s]||{name:s,values:[]},e.events[s].values.push(c),e.duration+=r,e.increment+=1,ct.set(t,e)}}}))};return o},ft=(e,t)=>({setup:n=>{n.initialOptions.metafile=!0;const o=t.time("wrapping plugins");((e,t)=>{const n=e.initialOptions.plugins;if(n){const e=n.map((e=>({...e})));for(const o of n){const n=o.setup;o.setup=async s=>{const r=mt(s,o.name,t);await n({...r,initialOptions:{...r.initialOptions,plugins:e}})}}}})(n,e.buildRoot),o.end(),n.onEnd((async n=>{if(!n.metafile)return void t.warn("Missing metafile, can't proceed with modules data.");const o=t.time("getting plugins results"),{plugins:s,loaders:r,modules:i}={plugins:lt,modules:dt,loaders:ct};o.end(),await e.asyncHook("timings",{tapables:s,loaders:r,modules:i})}))}});class ht{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=Ze(e,t,this.cwd),o=(e=>(e.loaders||[]).map((e=>e.loader||e)).map(et))(e);o.length||o.push("no-loader"),this.started[n]={module:Qe(n),timings:{start:g.performance.now(),duration:0,end:0},loaders:o}}doneModule(e,t){const n=Ze(e,t,this.cwd),o=this.started[n];o&&(o.timings.end=g.performance.now(),o.timings.duration=o.timings.end-o.timings.start,this.finished.push(o),delete this.started[n])}getResults(){const e=new Map,t=new Map;for(const n of this.finished){const o=n.timings.end-n.timings.start,s=t.get(n.module)||{name:n.module,increment:0,duration:0,events:{}},r=n.loaders.join(",");s.events[r]=s.events[r]||{name:r,values:[]},s.events[r].values.push(n.timings),s.increment+=1,s.duration+=o,t.set(n.module,s);for(const t of n.loaders){const n=e.get(t)||{name:t,increment:0,duration:0,events:{}};n.increment+=1,n.duration+=o,e.set(t,n)}}return{loaders:e,modules:t}}}class gt{constructor(e){this.monitoredTaps={},this.tapables=[],this.hooks={},this.timings=new Map,this.ignoredHooks=["normalModuleLoader"],this.cwd=e}saveResult(e,t,n,o,s,r){const i=this.timings.get(t)||{name:t,duration:0,increment:0,events:{}};i.events[n]||(i.events[n]={name:n,values:[]}),i.events[n].values.push({start:s,end:r,duration:r-s,context:o,type:e}),i.duration+=r-s,i.increment+=1,this.timings.set(t,i)}getResults(){const e=this.timings;for(const[t,n]of this.timings){const o=n;o.duration=Object.values(n.events).map((e=>e.values.reduce(((e,t)=>e+t.end-t.start),0))).reduce(((e,t)=>e+t),0),e.set(t,o)}return{monitoredTaps:this.monitoredTaps,tapables:this.tapables,hooks:this.hooks,timings:e}}getPromiseTapPatch(e,t,n,o){return(...s)=>{this.checkNewHooks();const r=g.performance.now(),i=t.apply(this,s),a=()=>{this.saveResult(e,n,o,tt(s),r,g.performance.now())};return i.then(a,a),i}}getAsyncTapPatch(e,t,n,o){return(...s)=>{this.checkNewHooks();const r=g.performance.now(),i=s.pop();return t.apply(this,[...s,(...t)=>(this.saveResult(e,n,o,tt(s),r,g.performance.now()),i(...t))])}}getDefaultTapPatch(e,t,n,o){return(...s)=>{this.checkNewHooks();const r=g.performance.now(),i=t.apply(this,s);return this.saveResult(e,n,o,tt(s),r,g.performance.now()),i}}getTapPatch(e,t,n,o){switch(e){case"promise":return this.getPromiseTapPatch(e,t,n,o);case"async":return this.getAsyncTapPatch(e,t,n,o);default:return this.getDefaultTapPatch(e,t,n,o)}}newTap(e,t,n,o){return(s,r)=>{const i="string"==typeof(a=s)?a:a.name;var a;const u=`${t}-${i}`;if(this.monitoredTaps[u])return n.call(o,s,r);this.monitoredTaps[u]=!0;const p=this.getTapPatch(e,r,i,t);return n.call(o,s,p)}}replaceTaps(e,t){t.tap=this.newTap("default",e,t.tap,t),t.tapAsync=this.newTap("async",e,t.tapAsync,t),t.tapPromise=this.newTap("promise",e,t.tapPromise,t)}patchHook(e,t,n){n._fakeHook||e.includes(Je)||(this.hooks[e]||(this.hooks[e]=[]),this.hooks[e].includes(t)||(this.hooks[e].push(t),this.replaceTaps(t,n)))}patchHooks(e){const t=e.constructor.name,n=Object.keys(e.hooks).filter((e=>!this.ignoredHooks.includes(e)&&!this.hooks[t]?.includes(e)));for(const o of n)this.patchHook(t,o,e.hooks[o])}checkNewHooks(){for(const e of this.tapables)this.patchHooks(e)}throughHooks(e){this.tapables.includes(e)||this.tapables.push(e),this.patchHooks(e)}}const yt=e=>async t=>{const n=e.getLogger(Je),o={name:Je},s=new gt(e.buildRoot),r=new ht(e.buildRoot),i=n.time("parse compiler hooks");s.throughHooks(t),i.end(),t.hooks.thisCompilation.tap(o,(e=>{const t=n.time("parse compilation hooks");s.throughHooks(e),t.end(),e.hooks.buildModule.tap(o,(t=>{r.startModule(t,e)})),e.hooks.succeedModule.tap(o,(t=>{r.doneModule(t,e)})),e.hooks.failedModule&&e.hooks.failedModule.tap(o,(t=>{r.doneModule(t,e)}))})),t.hooks.afterEmit.tapPromise(o,(async()=>{const{timings:t}=s.getResults(),{loaders:n,modules:o}=r.getResults();await e.asyncHook("timings",{tapables:t,loaders:n,modules:o})}))},bt={filters:Ue},wt=({options:e,context:t})=>{const n=t.getLogger(Je);let o=0;const s=((e,t)=>{const n=e[We],o=Ge(n?.timestamp);let s=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(s+=s?`.${n.prefix}`:n.prefix),{enable:!!e[We],enableDefaultPrefix:!0,enableTracing:!1,filters:Ue,tags:[],...e[We],timestamp:o,prefix:s.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),r=[];if(!s.enable)return r;const i={name:Je,enforce:"pre",esbuild:ft(t,n),webpack:yt(t),rspack:yt(t)},a=n.time("build",{start:!1}),u=s.enableTracing&&["esbuild","webpack","rspack"].includes(t.bundler.name);let p,c;const l=async()=>{t.build.end=Date.now(),t.build.duration=t.build.end-t.build.start,t.build.writeDuration=t.build.end-o;const e=n.time("aggregating metrics"),r=s.timestamp,i=n.time("aggregate universal metrics"),a=((e,t)=>{const n=new Set,o=e.inputs||[],s=e.outputs||[],r=e.entries||[],i=e.warnings.length,a=e.errors.length,u=e.duration,p=new Map,c=new Map,l=new Map;for(const e of r){for(const t of e.inputs)p.has(t.filepath)||p.set(t.filepath,[]),p.get(t.filepath).push(e.name);for(const t of e.outputs){const n=t.filepath.replace(/\.map$/,"");l.has(n)||l.set(n,[]),l.get(n).push(e.name)}}for(const e of s)for(const t of e.inputs)c.has(t.filepath)||c.set(t.filepath,[]),c.get(t.filepath).push(e.name);n.add({metric:"assets.count",type:"count",points:[[t,s.length]],tags:[]}).add({metric:"entries.count",type:"count",points:[[t,r.length]],tags:[]}).add({metric:"errors.count",type:"count",points:[[t,a]],tags:[]}).add({metric:"modules.count",type:"count",points:[[t,o.length]],tags:[]}).add({metric:"warnings.count",type:"count",points:[[t,i]],tags:[]}),u&&n.add({metric:"compilation.duration",type:"duration",points:[[t,u]],tags:[]});for(const e of o){const o=[`moduleName:${e.name}`,`moduleType:${e.type}`];p.has(e.filepath)&&o.push(...p.get(e.filepath).map((e=>`entryName:${e}`))),c.has(e.filepath)&&o.push(...c.get(e.filepath).map((e=>`assetName:${e}`))),n.add({metric:"modules.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"modules.dependencies",type:"count",points:[[t,e.dependencies.size]],tags:o}).add({metric:"modules.dependents",type:"count",points:[[t,e.dependents.size]],tags:o})}for(const e of s){const o=[`assetName:${e.name}`,`assetType:${e.type}`],s=e.filepath.replace(/\.map$/,"");l.has(s)&&o.push(...l.get(s).map((e=>`entryName:${e}`))),n.add({metric:"assets.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"assets.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o})}for(const e of r){const o=[`entryName:${e.name}`];n.add({metric:"entries.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"entries.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o}).add({metric:"entries.assets.count",type:"count",points:[[t,e.outputs.length]],tags:o})}return n})(c,r);i.end();const u=n.time("aggregate plugins metrics"),l=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"plugins.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values()){let e=0,s=0;for(const r of Object.values(o.events)){let i=0;s+=r.values.length;for(const t of r.values){const n=t.end-t.start;i+=n,e+=n}n.add({metric:"plugins.hooks.duration",type:"duration",points:[[t,i]],tags:[`pluginName:${o.name}`,`hookName:${r.name}`]}).add({metric:"plugins.hooks.increment",type:"count",points:[[t,r.values.length]],tags:[`pluginName:${o.name}`,`hookName:${r.name}`]})}n.add({metric:"plugins.duration",type:"duration",points:[[t,e]],tags:[`pluginName:${o.name}`]}).add({metric:"plugins.increment",type:"count",points:[[t,s]],tags:[`pluginName:${o.name}`]})}return n})(p?.tapables,r);u.end();const d=n.time("aggregate loaders metrics"),m=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"loaders.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values())n.add({metric:"loaders.duration",type:"duration",points:[[t,o.duration]],tags:[`loaderName:${o.name}`]}).add({metric:"loaders.increment",type:"count",points:[[t,o.increment]],tags:[`loaderName:${o.name}`]});return n})(p?.loaders,r);d.end();const f=((e,t,n,o,s)=>{const r=new Set;for(const t of e){let e={...t,toSend:!0};if(n?.length)for(const t of n){const n=t({metric:e.metric,type:e.type,points:e.points,tags:e.tags});n?e={...n,toSend:e.toSend}:e.toSend=!1}r.add(Ve(e,o,s))}const i=Array.from(r).filter((e=>e.toSend)).length;return r.add(Ve({metric:"metrics.count",type:"count",points:[[t,i+1]],tags:[],toSend:!0},o,s)),r})(new Set([...a,...l,...m]),r,s.filters,s.tags,s.prefix);await t.asyncHook("metrics",f),e.end();const h=n.time("outputing report");it(t,n,p),h.end();const g=n.time("sending metrics to Datadog");await((e,t,n)=>{if(!t.apiKey)return void n.info("Won't send metrics to Datadog: missing API Key.");if(!e.size)return void n.debug("No metrics to send.");const o=Array.from(e).filter((e=>e.toSend)).map((e=>({...e,toSend:void 0}))),s=new Map;for(const e of o)s.has(e.metric)||s.set(e.metric,0),s.set(e.metric,s.get(e.metric)+1);const r=Array.from(s.entries()).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>`${e} - ${t}`));return n.debug(`\nSending ${o.length} metrics with configuration:\n - intake: ${ut(`https://api.${t.site}/${at}`)}\n\nMetrics:\n - ${r.join("\n - ")}`),O({method:"POST",url:`https://api.${t.site}/${at}?api_key=${t.apiKey}`,getData:()=>({data:JSON.stringify({series:o})})}).catch((e=>{n.error(`Error sending metrics ${e}`)}))})(f,{apiKey:t.auth.apiKey,site:t.auth.site},n),g.end()},d={name:"datadog-universal-metrics-plugin",enforce:"post",buildStart(){a.resume(),t.build.start=t.build.start||Date.now(),e[We]?.timestamp||(s.timestamp=Ge(t.build.start))},buildEnd(){a.end(),o=Date.now()},async timings(e){p=e,c&&await l()},async buildReport(e){c=e,!p&&u||await l()}};return s.enableTracing&&r.push(i),r.push(d),r},vt="output",$t="datadog-output-plugin",kt=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,St=e=>{const t=void 0===e;return{build:kt("build",e?.build??t),bundler:kt("bundler",e?.bundler??t),dependencies:kt("dependencies",e?.dependencies??t),errors:kt("errors",e?.errors??t),logs:kt("logs",e?.logs??t),metrics:kt("metrics",e?.metrics??t),timings:kt("timings",e?.timings??t),warnings:kt("warnings",e?.warnings??t)}},Et=(e,t)=>n=>{n.hooks.done.tap("bundler-outputs",(n=>{t((()=>{const t=e.time("stats serialization"),o=n.toJson({all:!1,assets:!0,children:!0,chunks:!0,chunkGroupAuxiliary:!0,chunkGroupChildren:!0,chunkGroups:!0,chunkRelations:!0,entrypoints:!0,errors:!0,ids:!0,modules:!0,nestedModules:!0,relatedAssets:!0,warnings:!0,reasons:!1,chunkModules:!1});return t.end(),o}))}))},Pt=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},xt=({options:e,context:t})=>{const n=(e=>({enable:!!e[vt],path:"./",...e[vt],files:St(e[vt]?.files)}))(e),o=t.getLogger($t);if(!n.enable)return[];const s=(e,s)=>{const r=n.files[e];if(!s||!1===r)return;t.queue((async()=>{const e=o.time(`output ${r}`),i=((e,t,n)=>{const o=p.isAbsolute(t)?t:p.resolve(e,t);return p.resolve(o,n)})(t.bundler.outDir,n.path,r);let c;try{const e="function"==typeof s?await s():s;await(async(e,t)=>{await X(p.dirname(e));const n=a.createWriteStream(e),o=new u.JsonStreamStringify(t,void 0,2),s=new Promise(((e,t)=>{o.on("end",(()=>{e()})),o.on("error",(e=>{t(e)}))}));return o.pipe(n),s})(i,e)}catch(e){c=e}c?o.error(`Failed writing ${r}: ${c}`):o.debug(`Wrote "./${p.relative(t.buildRoot,i)}"`),e.end()})())};return[{name:$t,buildReport(e){const t=o.time("serialize report"),n=I(e);t.end(),s("build",{bundler:n.bundler,metadata:n.metadata,start:n.start,end:n.end,duration:n.duration,writeDuration:n.writeDuration,entries:n.entries,outputs:n.outputs}),s("logs",n.logs),s("timings",n.timings),s("dependencies",n.inputs),s("errors",n.errors),s("warnings",n.warnings)},metrics(e){s("metrics",(()=>Array.from(e)))},esbuild:{setup(e){e.onEnd((e=>{s("bundler",e.metafile)}))}},rspack:Et(o,(e=>{s("bundler",e)})),rollup:Pt((e=>{s("bundler",e)})),vite:Pt((e=>{s("bundler",e)})),webpack:Et(o,(e=>{s("bundler",e)}))}]};var Dt=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(Dt||{});const Rt="rum",jt="datadog-rum-plugin",At=e=>`(function(c,n){try{if(typeof window==='undefined')return;var w=window,m=w[n]=w[n]||{},s=new Error().stack;s&&(m[s]=c)}catch(e){}})(${JSON.stringify(e)},${JSON.stringify("DD_SOURCE_CODE_CONTEXT")});`,Tt="datadog-rum-privacy-plugin";const Mt=(e,t)=>{const n=t.getLogger(Tt),o=function(e,t){const n={privacy:{addToDictionaryHelper:{expression:{code:e}}}};return["esbuild","webpack","rspack"].includes(t)&&(n.output={...n.output,inlineSourceMap:!1,embedCodeInSourceMap:!0}),n}(e.helperCodeExpression,t.bundler.name);let s=0,r=0;return{name:Tt,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(e,t){try{const n=function(e){if("rspack"===e?.framework||"webpack"===e?.framework)switch(typeof e.inputSourceMap){case"undefined":return;case"string":return e.inputSourceMap;default:return JSON.stringify(e.inputSourceMap)}}(this.getNativeBuildContext?.()),i=y.instrument({id:t,code:e,map:n},o);return 0===i.privacyDictionarySize?{code:e}:(s+=i.privacyDictionarySize,r++,i)}catch(t){return n.error(`Instrumentation Error: ${t}`,{forward:!0}),{code:e}}}},buildEnd:()=>{n.debug(`Privacy dictionary will include ${s} entries across ${r} files`,{forward:!0,context:{dictionaryEntryCount:s,fileCount:r}})}}},Ot=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,Nt=(e,t)=>{const n=e.sdk;if(n.clientToken)return Ot(e);if(!t.auth.apiKey||!t.auth.appKey)throw new Error('Missing "auth.apiKey" and/or "auth.appKey" to fetch "rum.sdk.clientToken".');return async()=>{let o;try{const e=await O({url:`https://api.${t.auth.site}/api/v2/rum/applications/${n.applicationId}`,type:"json",auth:t.auth});o=e.data?.attributes?.client_token}catch(e){throw new Error(`Could not fetch the clientToken: ${e.message}`)}if(!o)throw new Error("Missing clientToken in the API response.");return Ot({...e,sdk:{clientToken:o,...n}})}},Ct=e=>{const n=t.bold.red,o=e[Rt]||{},s={errors:[]};if(!o.sdk)return s;o.sdk.applicationId||s.errors.push(`Missing ${n("applicationId")} in the SDK configuration.`),e.auth.apiKey&&e.auth.appKey||o.sdk.clientToken||s.errors.push(`Missing ${n('"auth.apiKey"')} and/or ${n('"auth.appKey"')} to fetch missing client token.`);const r={applicationId:"unknown_application_id",allowUntrustedEvents:!1,compressIntakeRequests:!1,defaultPrivacyLevel:"mask",enablePrivacyForActionName:!1,sessionReplaySampleRate:0,sessionSampleRate:100,silentMultipleInit:!1,site:e.auth.site||"datadoghq.com",startSessionReplayRecordingManually:!1,storeContextsAcrossPages:!1,telemetrySampleRate:20,traceSampleRate:100,trackingConsent:"granted",trackLongTasks:!1,trackResources:!1,trackUserInteractions:!1,trackViewsManually:!1};return s.config={...r,...o.sdk},s},zt=e=>{const t=e[Rt]||{},n={errors:[]};if(t.privacy){const e={exclude:[/\/node_modules\//,/\.preval\./,/^[!@#$%^&*()=+~`-]/],include:[/\.(?:c|m)?(?:j|t)sx?$/],addToDictionaryFunctionName:"$",helperCodeExpression:"/*__PURE__*/((q='$DD_A_Q',g=globalThis)=>(g[q]=g[q]||[],(v=>(g[q].push(v),v))))()"};n.config={...e,...t.privacy}}return n},It=e=>{const n=t.bold.red,o=e[Rt]||{},s={errors:[]};if(!o.sourceCodeContext)return s;const r=o.sourceCodeContext;return r?.service&&"string"==typeof r.service||s.errors.push(`Missing ${n('"rum.sourceCodeContext.service"')}.`),s.config=r,s},_t=({options:e,context:t})=>{const n=((e,t)=>{const n=[],o=Ct(e),s=zt(e),r=It(e);if(n.push(...o.errors),n.push(...s.errors),n.push(...r.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${jt}.`);const i={enable:!!e[Rt],...e[Rt],sdk:void 0,privacy:void 0,sourceCodeContext:void 0};return o.config&&(i.sdk=o.config),s.config&&(i.privacy=s.config,t.debug(`datadog-rum-privacy plugin options: ${JSON.stringify(i.privacy,((e,t)=>t instanceof RegExp?t.toString():t))}`,{forward:!0})),r.config&&(i.sourceCodeContext=r.config),i})(e,t.getLogger(jt)),o=[];if(!n.enable)return o;if(n.sourceCodeContext&&t.inject({type:"code",position:Dt.BEFORE,injectIntoAllChunks:!0,value:At(n.sourceCodeContext)}),n.sdk&&(t.inject({type:"file",position:Dt.MIDDLE,value:p.join(__dirname,"./rum-browser-sdk.js")}),t.inject({type:"code",position:Dt.MIDDLE,value:Nt(n,t)})),n.privacy){t.inject({type:"file",position:Dt.BEFORE,value:p.join(__dirname,"./privacy-helpers.js")});const e=Mt(n.privacy,t);o.push(e)}return o},Ft="datadog-analytics-plugin",Lt=({context:e})=>{const t=e.getLogger(Ft);return[{name:Ft,async buildStart(){"production"===e.env&&e.queue((async()=>{try{await e.sendLog({message:"Build started",context:{plugins:e.pluginNames}})}catch(e){t.debug(`Could not submit data to Datadog: ${e}`)}})())}}]},qt="datadog-async-queue-plugin",Kt=e=>{const{context:t,stores:n}=e,o=t.getLogger(qt),s=[];return t.queue=e=>{const t=e.catch((e=>{s.push(e.message||e.toString())}));n.queue.push(t)},[{name:qt,asyncTrueEnd:async()=>{await Promise.all(n.queue),s.length>0&&o.error(`Error occurred while processing async queue:\n ${s.join("\n ")}`)}}]},Ht=async(e,t,n)=>{const o=[],s=e.initialOptions.entryPoints,r=[],i=[];if(Array.isArray(s))for(const e of s){const t=e&&"object"==typeof e?e.in:e;r.push({path:t})}else s&&"object"==typeof s&&r.push(...Object.entries(s).map((([e,t])=>({name:e,path:t}))));const a=r.flatMap((e=>{return(t=e.path,t.includes("*")?d.glob.sync(t):[t]).map((t=>[e,t]));var t})).map((async([n,s])=>{const r=await e.resolve(s,{kind:"entry-point",resolveDir:t.buildRoot});r.errors.length&&i.push(...r.errors.map((e=>e.text))),r.path&&o.push({name:n.name,resolved:r.path,original:n.path})}));for(const e of i)n.error(e);return await Promise.all(a),o},Bt=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,Ut=/(\?|%3F|\|)+/gi,Wt=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=Vt(e),Bt.lastIndex=0,Bt.exec(t)?.[1]||"unknown");var t},Jt=["unknown","commonjsHelpers.js",`vite${p.sep}preload-helper.js`],Gt=(e,t,n)=>{const o=new Set;for(const n of e){const e=Vt(n);z(n)||e===t||Jt.includes(e)||o.add(e)}return o},Vt=e=>e.split("!").pop().split(Ut).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),Yt=(e,t)=>z(t)?x:"unknown"===t?t:t.includes("webpack/runtime")?t.replace("webpack/runtime/","").replace(/ +/g,"-"):((e,t)=>{const n=t.split(p.sep),o=e.split(p.sep).filter(((e,t)=>e===n[t])).join(p.sep);return e.replace(o,"")})(t.split("!").pop(),e).split("node_modules").pop().split(Ut).shift().replace(/^((\.\.?)?[/\\])+/g,""),Qt=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[fe(t,e),n]))),Xt=(e,t)=>({setup(n){const o=new Map;let s=[];const r=t.time("build report",{start:!1});n.onStart((async()=>{o.clear(),s=[],r.resume();const i=t.time("process entries");s.push(...await Ht(n,e,t));for(const t of s){const n=Yt(e.bundler.outDir,t.resolved);t.name?o.set(n,t.name):o.set(n,n)}i.end(),r.pause()})),n.onEnd((async n=>{r.resume();const s=t.time("collecting errors and warnings"),i=e.bundler.outDir,a=e.buildRoot;for(const t of n.errors)e.build.errors.push(t.text);for(const t of n.warnings)e.build.warnings.push(t.text);if(s.end(),!n.metafile){const n="Missing metafile from build report.";return e.build.warnings.push(n),void t.warn(n)}const u=[],c=[],l=[],d=[],m=[],f={},h={},g=t.time("indexing metafile data"),y=Qt(n.metafile.inputs,a),b=Qt(n.metafile.outputs,a);g.end();const w=e=>{if(!z(e))return e;const t=y[fe(a,e)];if(!t)return e;const n=t.imports.find((e=>!z(e.path)));return n?n.path:e},v=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(z(e))continue;const n=fe(a,e),o={name:Yt(i,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:Wt(e)};f[n]=o,u.push(o)}v.end();const $=t.time("looping through outputs");for(const[e,s]of Object.entries(n.metafile.outputs)){const n=fe(a,e),r=Yt(i,n),u=[];for(const e of Object.keys(s.inputs)){if(z(e))continue;const n=f[fe(a,e)];n?u.push(n):t.debug(`Input ${e} not found for output ${r}`)}if(s.entryPoint&&!u.length){const e=f[fe(a,s.entryPoint)];if(!e){t.debug(`Input ${s.entryPoint} not found for output ${r}`);continue}u.push(e)}const p={name:r,filepath:n,inputs:u,size:s.bytes,type:Wt(n)};if(h[n]=p,"map"===p.type&&d.push(p),c.push(p),!s.entryPoint)continue;const m=f[fe(a,w(s.entryPoint))];if(m){if(!o.get(m.name))continue;const e={...p,name:o.get(m.name)||m.name,outputs:[p],size:p.size};l.push(e)}}$.end();const k=t.time("looping through sourcemaps");for(const e of d){const n=h[e.filepath.replace(/\.map$/,"")];n?e.inputs.push(n):t.debug(`Could not find output for sourcemap ${e.name}`)}k.end();const S={inputs:{report:f,meta:y},outputs:{report:h,meta:b}},E=/(<runtime>|https:|file:|data:|#)/g,P=e=>!z(e)&&!e.match(E),x=(e,n,o={})=>{if(!P(e))return o;const s=n.report[e];if(!s)return t.debug(`Could not find report's ${e}`),o;if(o[s.filepath])return o;o[s.filepath]=s;const r=n.meta[e];if(!r)return t.debug(`Could not find metafile's ${e}`),o;if(!r.imports||!r.imports.length)return o;for(const t of r.imports){const r=t.path.match(/^\.\.?\//),c=r?p.dirname(e):a,l=fe(c,t.path);if(t.external){if(P(t.path)){const e=r?l:t.path,n=S.inputs.report[e]||{filepath:e,name:Yt(i,t.path),size:0,type:"external",dependencies:new Set,dependents:new Set};"dependencies"in s&&(n.dependents.add(s),s.dependencies.add(n)),"inputs"in s&&!s.inputs.includes(n)&&s.inputs.push(n),u.includes(n)||u.push(n),S.inputs.report[e]=n,o[n.filepath]=n}}else x(l,n,o)}return o},D=t.time("looping through entries");for(const e of l){const t={},n={};for(const n of e.inputs)x(n.filepath,S.inputs,t);for(const t of e.outputs)x(t.filepath,S.outputs,n);e.inputs=Object.values(t),e.outputs=Object.values(n),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),m.push(e)}D.end();const R=t.time("aggregate dependencies and dependents");for(const e of u){if("external"===e.type)continue;const n=S.inputs.meta[e.filepath];if(n)for(const o of n.imports){if(!P(o.path))continue;const n=o.path.match(/^\.?\.\//),s=n?p.dirname(e.filepath):a,r=fe(s,o.path);let i;if(o.external){const e=n?r:o.path;i=S.inputs.report[e]}else i=S.inputs.report[r];i?(e.dependencies.add(i),i.dependents.add(e)):t.debug(`Could not find input file of ${o.path} imported from ${e.name}`)}else t.debug(`Could not find metafile's ${e.name}`)}R.end(),e.build.outputs=c,e.build.inputs=u,e.build.entries=m,r.end(),await e.asyncHook("buildReport",e.build)}))}}),Zt=(e,t)=>{const n=t.time("module parsing",{start:!1}),o=t.time("build report",{start:!1}),s=t.time("filling entries",{start:!1}),r=t.time("filling inputs and outputs",{start:!1}),i=t.time("completing dependencies and dependents",{start:!1}),u=t.time("filling dependencies and dependents",{start:!1}),p=t.time("filling sourcemaps inputs",{start:!1}),c=new Map,l=new Map,d=new Map,m=new Map;return{buildStart(){m.clear(),c.clear(),l.clear(),d.clear()},onLog(t,n){"warn"===t&&e.build.warnings.push(n.message||n.toString())},renderError(t){t&&e.build.errors.push(t.message)},moduleParsed(e){n.resume();const t=Vt(e.id),o=m.get(t)||{dependencies:new Set,dependents:new Set},s=Gt(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),r=Gt(new Set([...e.dynamicImporters,...e.importers]),t);for(const e of r)o.dependents.add(e);for(const e of s)o.dependencies.add(e);m.set(t,o),n.tag([`module:${t}`],{span:!0}),n.pause()},writeBundle(n,f){o.resume();const h=n.dir?fe(e.buildRoot,n.dir):e.bundler.outDir,g=new Set,y=new Set,b=new Map;i.resume();for(const[e,{dependencies:t,dependents:n}]of m){for(const n of t){const t=Vt(n),o=m.get(t)||{dependencies:new Set,dependents:new Set};o.dependents.has(e)||(o.dependents.add(e),m.set(t,o))}for(const t of n){const n=Vt(t),o=m.get(n)||{dependencies:new Set,dependents:new Set};o.dependencies.has(e)||(o.dependencies.add(e),m.set(n,o))}}i.end(),r.resume();for(const[e,n]of Object.entries(f)){const o=fe(h,e),s="code"in n?Buffer.byteLength(n.code,"utf8"):Buffer.byteLength(n.source,"utf8"),r=l.get(o)||{name:e,filepath:o,inputs:[],size:s,type:Wt(e)};if("map"===r.type&&y.add(r),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(Vt(e)!==e)continue;let n=t.originalLength;if(!n&&0!==n)try{n=a.statSync(e).size}catch(e){n=t.renderedLength}const o=c.get(e)||{name:Yt(h,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:Wt(e)};r.inputs.push(o),c.set(o.filepath,o)}if("imports"in n)for(const e of n.imports){const n=Vt(e);if(!m.has(n)){b.set(fe(h,n),r);continue}if(c.has(n)){t.debug(`Input report already there for ${n} from ${r.name}.`);continue}const o=c.get(n)||{name:Yt(h,e),dependencies:new Set,dependents:new Set,filepath:n,size:0,type:"external"};r.inputs.push(o),c.set(o.filepath,o)}"isEntry"in n&&n.isEntry&&g.add({...r,name:n.name,size:0,outputs:[r]}),l.set(r.filepath,r)}r.end();for(const[e,n]of b){const o=l.get(e);o?n.inputs.includes(o)||n.inputs.push(o):t.debug(`Could not find the output report for ${e}.`)}u.resume();for(const[e,n]of c){const o=m.get(e);if(o){for(const e of o.dependencies){const o=c.get(e);o?n.dependencies.add(o):t.debug(`Could not find input for dependency ${Yt(h,e)} of ${n.name}`)}for(const e of o.dependents){const o=c.get(e);o?n.dependents.add(o):t.debug(`Could not find input for dependent ${Yt(h,e)} of ${n.name}`)}}else t.debug(`Could not find the import report for ${n.name}.`)}if(u.end(),y.size){p.resume();for(const e of y){const n=e.filepath.replace(/\.map$/,""),o=l.get(n);o?e.inputs.push(o):t.debug(`Could not find output for sourcemap ${e.name}`)}p.end()}const w=(e,n=new Map)=>{if(n.has(e))return n;const o=Yt(h,e),s=l.get(e);if(!s)return c.has(o)||t.debug(`Could not find output for ${o}`),n;n.set(e,s);const r=f[Yt(h,e)];if(!r)return t.debug(`Could not find asset for ${o}`),n;const i=[];"imports"in r&&i.push(...r.imports),"dynamicImports"in r&&i.push(...r.dynamicImports);for(const e of i)w(fe(h,e),n);return n};s.resume();for(const e of g){const n=w(e.filepath);e.outputs=Array.from(n.values()),e.inputs=Array.from(new Set(e.outputs.flatMap((e=>e.inputs)))),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),d.has(e.filepath)&&t.debug(`Entry "${e.name}":"${Yt(h,e.filepath)}" already reported.`),d.set(e.filepath,e)}s.pause(),o.pause()},async closeBundle(){e.build.inputs=Array.from(c.values()),e.build.outputs=Array.from(l.values()),e.build.entries=Array.from(d.values()),s.end(),o.end(),await e.asyncHook("buildReport",e.build)}}},en=(e,t,n)=>o=>{let s=[],r=[],i=[];const a=new Map,u=new Map,p=new Map,c=new Map,l=[],d=new Map,m=n.time("build report",{start:!1}),f=e=>!(!e||e.startsWith("webpack/runtime")||e.startsWith("multi ")||z(e)),h=e=>e.replace(/(^external[^"]+"|"$)/g,""),g=e=>{const t=(e=>{const t=e.identifier();return{identifier:()=>t,dependencies:"dependencies"in e?[...e.dependencies]:[],blocks:"blocks"in e?[...e.blocks]:[],externalType:"externalType"in e?e.externalType:void 0,external:"external"in e?e.external:void 0}})(e),n=(e=>{const t=new Set,n=["rawRequest","resource","request","userRequest"],o=e=>{const n=Vt(e);t.add(n),n.startsWith("external ")&&t.add(h(n))};o(e.identifier());for(const t of n){const n=e[t];t&&t in e&&"string"==typeof n&&o(n)}return t})(e);for(const e of n)if(c.has(e)){const n=c.get(e);n.dependencies.push(...t.dependencies||[]),n.blocks.push(...t.blocks||[])}else c.set(e,t)},y=(e,t=[])=>{if("dependencies"in e)for(const n of e.dependencies)t.push(n),y(n,t);if("blocks"in e)for(const n of e.blocks)y(n,t);return t},b=(e,t)=>{if("request"in t&&t.request){const n=Vt(t.request);if(c.has(n))return c.get(n);if(e.context){const t=fe(Vt(e.context),n);if(c.has(t))return c.get(t)}}},w=e=>!(!("externalType"in e)||!e.externalType)||(!(!("external"in e)||!e.external)||!!e.identifier?.().startsWith("external "));o.hooks.thisCompilation.tap(t,(o=>{s=[],r=[],i=[],a.clear(),u.clear(),c.clear(),d.clear(),o.hooks.finishModules.tap(t,(t=>{m.resume();const o=n.time("dependency graph"),r=n.time("indexing modules");for(const e of t)g(e);r.end();const i=n.time("building inputs");for(const n of t){const t=n.identifier(),o=Yt(e.bundler.outDir,t),r=new Set(y(n).map((e=>{const o=b(n,e);if(!o?.identifier())return!1;const s=o.identifier();return!!f(s)&&(s!==t&&(w(o)?h(s):s))})).filter(Boolean));if(!f(t))continue;const i=d.get(t)||{dependents:new Set,dependencies:new Set};for(const e of r){const n=d.get(e)||{dependencies:new Set,dependents:new Set};n.dependents.add(t),i.dependencies.add(e),d.set(e,n)}d.set(t,i);const u=w(n)?{size:0,name:h(o),dependencies:new Set,dependents:new Set,filepath:t,type:"external"}:{size:n.size()||0,name:o,dependencies:new Set,dependents:new Set,filepath:t,type:Wt(t)};s.push(u),a.set(t,u),w(n)&&a.set(h(t),u)}i.end();const u=n.time("assigning dependencies and dependents");for(const e of s){const t=d.get(e.filepath);if(t){for(const o of t.dependencies){const t=a.get(o);t?e.dependencies.add(t):n.debug(`Could not find input of dependency ${o}`)}for(const o of t.dependents){const t=a.get(o);t?e.dependents.add(t):n.debug(`Could not find input of dependent ${o}`)}}else n.debug(`Could not find dependency report for ${e.name}`)}u.end(),o.end(),m.pause()}))})),o.hooks.afterEmit.tapPromise(t,(async t=>{m.resume();const o=t.chunks,c=t.getAssets(),d=t=>[...t.files||[],...t.auxiliaryFiles||[]].map((t=>fe(e.bundler.outDir,t))),h=n.time("indexing chunks"),g=t.chunkGraph;for(const e of o){const t=d(e),n=(g?.getChunkModules(e)||[]).flatMap((e=>"modules"in e&&Array.isArray(e.modules)?e.modules.map((e=>e.identifier())):e.identifier())).filter(f);for(const e of t){if("map"===Wt(e))continue;const t=p.get(e)||new Set;for(const e of n)t.add(e);p.set(e,t)}}h.end();const y=n.time("building outputs");for(const t of c){const o={size:t.source.size()||0,name:t.name,inputs:[],filepath:fe(e.bundler.outDir,t.name),type:Wt(t.name)};if(u.set(o.filepath,o),r.push(o),"map"===o.type){l.push(o);continue}const s=p.get(o.filepath);if(s)for(const e of s){const t=a.get(e);t?o.inputs.push(t):n.debug(`Could not find input of ${e}`)}else n.debug(`Could not find modules for ${o.name}`)}y.end();const b=n.time("filling sourcemaps inputs");for(const e of l){const t=u.get(e.filepath.replace(/\.map$/,""));t?e.inputs.push(t):n.debug(`Output not found for sourcemap ${e.name}`)}b.end();const w=n.time("building entries"),v=(e,t=new Set)=>{if(t.has(e))return new Set;t.add(e);const n=new Set(e.chunks);for(const o of e.childrenIterable||[]){const e=v(o,t);for(const t of e)n.add(t)}return n};for(const[o,s]of t.entrypoints){const t=new Map,r=new Map;let a=0;const p=v(s),c=Array.from(p).flatMap(d),l=s.chunks.filter((e=>g.getChunkEntryModulesIterable(e)||!1)).flatMap((e=>Array.from(e.files))).filter((e=>e.includes(o)||s.name&&e.includes(s.name))).find((e=>"js"===Wt(e)));for(const e of c){const o=u.get(e);if(e&&o){if("map"!==o.type&&!t.has(o.name)){t.set(o.name,o);for(const e of o.inputs)r.has(e.filepath)||r.set(e.filepath,e);a+=o.size}}else n.debug(`Could not find output of ${JSON.stringify(e)}`)}const m={name:o,filepath:l?fe(e.bundler.outDir,l):"unknown",size:a,inputs:Array.from(r.values()),outputs:Array.from(t.values()),type:l?Wt(l):"unknown"};i.push(m)}w.end();for(const n of t.errors)e.build.errors.push(n.message);for(const n of t.warnings)e.build.warnings.push(n.message);e.build.inputs=s,e.build.outputs=r,e.build.entries=i,m.end(),await e.asyncHook("buildReport",e.build)}))},tn="datadog-build-report-plugin",nn=e=>{const{context:t}=e,n=t.getLogger(tn);return[{name:tn,enforce:"post",esbuild:Xt(t,n),rspack:en(t,tn,n),webpack:en(t,tn,n),vite:Zt(t,n),rollup:Zt(t,n)}]},on="datadog-bundler-report-plugin",sn=(e,t)=>t?p.isAbsolute(t)?t:p.resolve(e,t):"",rn=e=>{if(!e)return[];return(Array.isArray(e)?e:[e]).map((e=>e.dir?e.dir:e.file?p.dirname(e.file):void 0)).filter(Boolean)},an=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=sn(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},un=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const o=t.build?.rollupOptions?.output,s=rn(o);e.buildRoot=t.root??process.cwd(),o&&s.length&&(n=ge(s,process.cwd())),e.bundler.outDir=sn(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),pn=e=>{const{context:t}=e,n=t.getLogger(on);return[{name:on,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=sn(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=sn(t.buildRoot,p.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:an(t),rspack:an(t),vite:un(t),rollup:{options(e){let n;if("output"in e){const t=rn(e.output);n=ge(t,process.cwd())}const o=(e=>{const t=new Set;if(e.input){const n=Array.isArray(e.input)?e.input:"object"==typeof e.input?Object.values(e.input):[e.input];for(const e of n){if("string"!=typeof e)throw new Error("Invalid input type");t.add(p.dirname(e))}}return Array.from(t)})(e);if(n){t.bundler.outDir=fe(process.cwd(),n);const e=ge([n,...o],process.cwd());t.buildRoot=e===p.sep?process.cwd():e}else t.buildRoot=ge(o,process.cwd()),t.bundler.outDir=p.resolve(process.cwd(),"dist");t.hook("buildRoot",t.buildRoot)},buildStart(e){t.bundler.rawConfig=e},renderStart(e){t.bundler.rawConfig.outputs=t.bundler.rawConfig.outputs||[],t.bundler.rawConfig.outputs.push(e),t.hook("bundlerReport",t.bundler);const o=rn(e);ge(o,process.cwd()).startsWith(t.bundler.outDir)||n.warn("The output directory has been changed by a plugin and may introduce some inconsistencies in the build report.")}}}]},cn="datadog-custom-hooks-plugin",ln=e=>{const{context:t}=e,n=t.getLogger(cn),o=e=>(o,...s)=>{const r=n.time(`execution | ${o}`,{tags:["type:custom-hook",`hook:${o}`]}),i=[],a=[];for(const n of t.plugins){if(!(o in n))continue;const t=n[o];if("function"==typeof t)try{const r=t(...s);r instanceof Promise&&(e||i.push(`Plugin "${n.name}" returned a promise on the non async hook "${o}".`),a.push(r))}catch(e){i.push(`Plugin "${n.name}" errored on hook "${o}". [${e}]`)}else i.push(`Plugin "${n.name}" has an invalid hook type for "${o}". [${typeof t}]`)}if(i.length>0){for(const e of i)n.error(e);throw new Error("Some plugins errored during the hook execution.")}return Promise.all(a).finally((()=>r.end()))};return t.hook=o(!1),t.asyncHook=o(!0),[{name:cn,enforce:"pre"}]};class dn{constructor(e){this.trackedFilenames=new Map;for(const t of e){const e=this.getFilename(t),n=this.trackedFilenames.get(e);n?n.push(t):this.trackedFilenames.set(e,new Array(t))}}displaySource(e){return e.length<=40?e:`[...]${e.slice(-35)}`}matchSourcemap(e,t){const n=ee(e),o=JSON.parse(n);if(!o.sources)return void t("Missing 'sources' field in sourcemap.");const s=o.sources;if(0===s.length)return void t("Empty 'sources' field in sourcemap.");const r=this.matchSources(s);if(0!==r.length)return r;t(`${s.map(this.displaySource).join(", ")} not in the tracked files.`)}matchSources(e){let t=[];const n=new Set;for(const o of e){const e=this.getFilename(o);if(n.has(e))continue;n.add(e);const s=this.trackedFilenames.get(e);s&&(t=t.concat(s))}return t}rawTrackedFilesList(){let e=[];return this.trackedFilenames.forEach((t=>{e=e.concat(t)})),e}getFilename(e){let t=e.lastIndexOf("/");-1===t?t=0:t++;let n=e.lastIndexOf("?");return(-1===n||n<=t)&&(n=e.length),e.substring(t,n)}}const mn=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await fn(e);for(const e of t)if(e.name===n)return q(e.refs.push);return q(t[0].refs.push)},fn=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},hn=async e=>e.revparse("HEAD"),gn=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),yn=async e=>e.branch(),bn=async e=>e.show(["-s","--format=%s"]),wn=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),vn="datadog-git-plugin",$n=e=>{const{options:t,context:n}=e,o=n.getLogger(vn),s=o.time("get git information",{start:!1}),r=async e=>{try{const t=await(async e=>{const t=[hn(e),yn(e),bn(e),wn(e),gn(e),mn(e)],[n,o,s,r,i,a]=await Promise.all(t),[u,p,c,l,d,m]=r.split(",").map((e=>e.trim()));return{commit:{author:{name:u,email:p,date:c},committer:{name:l,email:d,date:m},message:s.trim(),hash:n},hash:n,branch:o.current,remote:a.trim(),trackedFilesMatcher:new dn(i)}})(await(async e=>{const t={baseDir:e||process.cwd(),binary:"git",maxConcurrentProcesses:3};try{const e=b.simpleGit(t),n=await e.revparse("--show-toplevel");t.baseDir=n}catch{}return b.simpleGit(t)})(p.dirname(e)));n.git=t,s.end(),await n.asyncHook("git",n.git)}catch(e){o.error(`Could not get git information: ${e.message}`)}};return[{name:vn,enforce:"pre",buildRoot(e){if(_(t))try{s.resume();const t=he(e,".git");if(!t)return o.warn("No .git directory found, skipping git plugin."),void s.end();n.queue(r(t))}catch(e){o.error(`Could not get git information: ${e.message}`)}}}]},kn="datadog-injection-plugin",Sn=/^https?:\/\//,En=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],Pn=t.bold.yellow,xn=async(e,t=process.cwd())=>(e=>i.readFile(e,{encoding:"utf-8"}))(fe(t,e)),Dn=async(e,t,n=process.cwd())=>{let o;const s=await(async e=>"function"==typeof e.value?e.value():e.value)(e);try{if("file"===e.type)o=s.match(Sn)?await(async(e,t=5e3)=>{let n;return Promise.race([O({retries:2,minTimeout:100,url:e}).finally((()=>{t&&clearTimeout(n)})),new Promise(((e,o)=>{n=setTimeout((()=>{o(new Error("Timeout"))}),t)}))])})(s):await xn(s,n);else{if("code"!==e.type)throw new Error(`Invalid item type "${e.type}", only accepts "code" or "file".`);o=s}}catch(r){const i=`${e.type} - ${L(s)}`;e.fallback?(t.debug(`Fallback for "${i}": ${r.toString()}`),o=await Dn(e.fallback,t,n)):t.warn(`Failed "${i}": ${r.toString()}`)}return o},Rn=(e,t)=>{const n=e.filter((e=>e.position===t.position&&(!t.onAllChunks||e.injectIntoAllChunks)));if(0===n.length)return"";return`// begin injection by Datadog build plugins\n${n.map((e=>`(() => {${e.value}})();`)).join("\n\n")}\n// end injection by Datadog build plugins`},jn=async(e,t,n,o=process.cwd())=>{const s=await(async(e,t,n=process.cwd())=>{const o=new Map;for(const[s,r]of e.entries()){const e=await Dn(r,t,n);if(e){const t=r.position||Dt.BEFORE;o.set(s,{value:e,injectIntoAllChunks:"injectIntoAllChunks"in r&&r.injectIntoAllChunks,position:t})}}return o})(t,e,o);for(const e of s.values())n.push(e)},An=e=>e instanceof Error&&"code"in e,Tn=e=>En.includes(e),Mn=(e,t,n)=>{e.warn(`"${Pn(t)}" files are not supported (${Pn(n)}).`)},On=a.promises,Nn=(e,t,n)=>({setup(o){const{onStart:s,onResolve:r,onLoad:u,onEnd:c,esbuild:d,initialOptions:m}=o,f=[],h=`${t.bundler.name}.${Dt.MIDDLE}.${x}.js`,g=a.realpathSync(l.tmpdir()),y=p.resolve(g,h),b=new RegExp(`${h}$`),w=m.inject;m.inject=w?[...w]:[],m.inject.push(y),s((async()=>{f.push(...await Ht(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await X(p.dirname(e)),await i.writeFile(e,t,{encoding:"utf-8"})})(y,"")}catch(t){e.error(`Could not create the files: ${t.message}`)}})),r({filter:b},(async e=>({path:e.path,namespace:kn}))),u({filter:b,namespace:kn},(async()=>({contents:Rn(n,{position:Dt.MIDDLE})||" ",resolveDir:t.buildRoot,loader:"js"}))),c((async o=>{if(!o.metafile)return void e.warn("Missing metafile from build result.");const s=Rn(n,{position:Dt.BEFORE}),r=Rn(n,{position:Dt.AFTER}),i=Rn(n,{position:Dt.BEFORE,onAllChunks:!0}),a=Rn(n,{position:Dt.AFTER,onAllChunks:!0});if(!(s||r||i||a))return;const u=[];for(const[n,c]of Object.entries(o.metafile.outputs)){const o=c.entryPoint&&f.some((e=>e.resolved.endsWith(c.entryPoint))),l=o?s:i,m=o?r:a;if(!l&&!m)continue;const h=fe(t.buildRoot,n),{base:g,ext:y}=p.parse(h);Tn(y)?u.push((async()=>{try{const e=await On.readFile(h,"utf-8"),t=await d.transform(e,{loader:"default",banner:l,footer:m});await On.writeFile(h,t.code)}catch(t){if(!An(t)||"ENOENT"!==t.code)throw t;e.warn(`Could not inject content in ${h}: ${t}`)}})()):Mn(e,y,g)}await Promise.all(u)}))}}),Cn=x,zn="?inject-proxy",In=(e,t)=>({banner(n){const o=Rn(t,{position:Dt.BEFORE,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:s,ext:r}=p.parse(n.fileName);return Tn(r)?o:(Mn(e,r,s),"")},async resolveId(e,n,o){if(z(e))return{id:e,moduleSideEffects:!0};if(o.isEntry&&Rn(t,{position:Dt.MIDDLE})){if(e.endsWith(".html"))return null;const t=await this.resolve(e,n,o);if(!t||t.external)return t;return(await this.load(t)).moduleSideEffects=!0,`${t.id}${zn}`}return null},load(e){if(z(e))return Rn(t,{position:Dt.MIDDLE});if(e.endsWith(zn)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let o=`import ${JSON.stringify(Cn)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(o+=`export { default } from ${JSON.stringify(t)};`),o}return null},footer(n){const o=Rn(t,{position:Dt.AFTER,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:s,ext:r}=p.parse(n.fileName);return Tn(r)?o:(Mn(e,r,s),"")}}),_n=(e,t,n,o,s)=>r=>{const i=new WeakMap,u=e.sources.ConcatSource,c=n.bundler.name,l=p.resolve(n.bundler.outDir,`${c}.${Dt.MIDDLE}.${x}.js`);Z(l,"");r.hooks.shutdown.tap(kn,(()=>{var e;e=l,a.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));const d=async()=>{await jn(t,o,s,n.buildRoot)};r.hooks.beforeRun.tapPromise(kn,d),r.hooks.watchRun.tapPromise(kn,d),r.hooks.compilation.tap(kn,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:kn,stage:o},(()=>{const e=Rn(s,{position:Dt.BEFORE}),o=Rn(s,{position:Dt.AFTER}),r=Rn(s,{position:Dt.BEFORE,onAllChunks:!0}),a=Rn(s,{position:Dt.AFTER,onAllChunks:!0});for(const s of n.chunks){let c=e,l=o;if(s.canBeInitial()||(c=r,l=a),""!==c||""!==l)for(const e of s.files){const{base:o,ext:s}=p.parse(e);Tn(s)?n.updateAsset(e,(e=>{const t=i.get(e);if(!t||t.banner!==c||t.footer!==l){const t=new u(c,"\n",e,"\n",l);return i.set(e,{source:t,banner:c,footer:l}),t}return t.source})):Mn(t,s,o)}}}))}));const m=(e=>{const n={import:[l]},o=e=>{for(const[n,o]of Object.entries(e))"object"==typeof o?(o.import=o.import||[],o.import.unshift(l)):"string"==typeof o?e[n]=[l,o]:Array.isArray(o)?o.unshift(l):t.error("Invalid entry type: "+typeof o)};return e?"function"==typeof e?async()=>{const t=await e();return o(t),t}:"object"!=typeof e?"string"==typeof e?[n,e]:(t.error("Invalid entry type: "+typeof e),e):(o(e),e):{ddHelper:n}})(r.options.entry);r.options.entry=m},Fn=e=>{const{bundler:t,context:n}=e,o=n.getLogger(kn),s=new Map,r=[];n.inject=e=>{s.set(`${Date.now()}.${performance.now()}.${++H}`,e)};const i={name:kn,enforce:"post",esbuild:Nn(o,n,r),webpack:_n(t,o,n,s,r),rspack:_n(t,o,n,s,r),rollup:In(o,r),vite:{...In(o,r),enforce:"pre",transformIndexHtml:{order:"pre",handler:()=>Rn(r,{position:Dt.MIDDLE})?[{tag:"script",attrs:{type:"module",src:"/@id/__datadog-helper-file"},injectTo:"head-prepend"}]:[]}}};var a;return a=n.bundler.name,["rspack","webpack"].includes(a)?i.load={filter:{id:D},handler:()=>({code:Rn(r,{position:Dt.MIDDLE})})}:i.buildStart=async()=>{await jn(o,s,r,n.buildRoot)},[i]},Ln="datadog-true-end-plugin",qn=e=>{const{context:t}=e,n=async()=>{await t.asyncHook("asyncTrueEnd")},o=()=>{t.hook("syncTrueEnd")},s=async()=>{o(),await n()},r=e=>{e.hooks.shutdown.tapPromise(Ln,s)},i={async writeBundle(){},async closeBundle(){await s()}};return[{name:Ln,enforce:"post",webpack:r,esbuild:{setup(e){e.onEnd((async()=>{await n()})),e.onDispose((()=>{o()}))}},vite:i,rollup:i,rspack:r}]},Kn={[We]:bt},Hn=t.bold.red;var Bn="3.1.2";const Un=(({bundler:t,version:n})=>{const o=Date.now();return e.createUnplugin(((e,s)=>{const r=Date.now(),i=((e={})=>{const t={site:E("SITE")||e.auth?.site||"datadoghq.com"};return Object.defineProperty(t,"apiKey",{value:E("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(t,"appKey",{value:E("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:t}})(e);"esbuild"===s.framework&&(s.esbuildHostName=j);const a=process.env.BUILD_PLUGINS_ENV||"production",u=R.includes(a)?a:"development",p=t.rspackVersion||t.version||t.VERSION,c=s.framework,l={bundler:{name:c,version:p},env:u,metadata:i.metadata||{},packageName:`@datadog/${c}-plugin`,version:n},d={errors:[],logs:[],queue:[],timings:[],warnings:[]},m=(({start:e,options:t,data:n,stores:o})=>{const s=process.cwd(),r={errors:o.errors,warnings:o.warnings,logs:o.logs,metadata:n.metadata,timings:o.timings,bundler:n.bundler};return{auth:t.auth,pluginNames:[],bundler:{...r.bundler,outDir:s},build:r,buildRoot:s,env:n.env,getLogger:G(n,o,t.logLevel),asyncHook:()=>{throw new Error("AsyncHook function called before it was initialized.")},hook:()=>{throw new Error("Hook function called before it was initialized.")},inject:()=>{throw new Error("Inject function called before it was initialized.")},plugins:[],queue:()=>{throw new Error("Queue function called before it was initialized.")},sendLog:N(n),start:e,version:n.version}})({start:o,options:i,data:l,stores:d}),f=m.getLogger("factory"),h=f.time("Plugins initialization",{start:r});m.pluginNames.push(j);const g=[];g.push(["analytics",Lt],["async-queue",Kt],["build-report",nn],["bundler-report",pn],["custom-hooks",ln],["git",$n],["injection",Fn],["true-end",qn]),i.customPlugins&&g.push(["custom",i.customPlugins]),g.push(["apps",je],["error-tracking",Be],["metrics",wt],["output",xt],["rum",_t]);for(const[e,n]of g)m.plugins.push(...Q(m,n,e)({bundler:t,context:m,options:i,data:l,stores:d}));return(e=>{const t=[];for(const n of S){const o=P(n);if(o.length>1&&!o.every((e=>process.env[e]===process.env[o[0]]))){const s=o.map((e=>k(e))).join(" and "),r=k(`DATADOG_${n}`);e.warn(`Conflicting keys ${s}, will use ${r}`),t.push(`${s} (using ${r})`)}else if(o.length){const e=o.map((e=>$(e))).join(" and ");t.push(`${e} (same value)`)}}t.length&&e.info(`Overrides from environment:\n - ${t.join("\n - ")}`)})(f),m.pluginNames.push(...m.plugins.map((e=>e.name))),(e=>{const t=new Set(e.filter((t=>e.filter((e=>e===t)).length>1)));if(t.size>0)throw new Error(`Duplicate plugin names: ${Hn(Array.from(t).join(", "))}`)})(m.pluginNames),m.hook("init",m),h.end(),m.plugins}))})({bundler:v,version:Bn}).rollup,Wn=Bn,Jn=Kn;exports.datadogRollupPlugin=Un,exports.helpers=Jn,exports.version=Wn;
|
|
1
|
+
"use strict";var e=require("unplugin"),t=require("chalk"),n=require("async-retry"),o=require("stream"),r=require("zlib"),s=require("buffer"),i=require("fs/promises"),a=require("fs"),u=require("json-stream-stringify"),c=require("path"),d=require("jszip"),p=require("os"),l=require("glob"),f=require("crypto"),m=require("pretty-bytes"),h=require("p-queue"),g=require("@babel/types"),y=require("perf_hooks"),b=require("@datadog/js-instrumentation-wasm"),w=require("simple-git"),$=require("rollup");function v(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var k=v(g),S=v($);const E=t.bold.green,x=t.bold.yellow,P=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","APPS_INTAKE_URL","APPS_UPLOAD_ASSETS","APPS_VERSION_NAME","SITE"],D=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],j=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},C="__datadog-helper-file",R=new RegExp(C),A=["development","production","test"],O="datadog-build-plugins",T=e=>({"DD-EVP-ORIGIN":`${e.bundler}-build-plugin_${e.plugin}`,"DD-EVP-ORIGIN-VERSION":e.version}),M=async e=>{const{getForm:t,defaultHeaders:n={},zip:s=!0}=e,i=await t(),a=new Request("fake://url",{method:"POST",body:i}),u=o.Readable.fromWeb(a.body);return{data:s?u.pipe(r.createGzip()):u,headers:{"Content-Encoding":s?"gzip":"multipart/form-data",...n,...Object.fromEntries(a.headers.entries())}}},N=[400,401,403,404,405,409,413],I=e=>{const{auth:t,url:o,method:r="GET",getData:s,type:i="text"}=e,a={retries:0===e.retries?0:e.retries||5,onRetry:e.onRetry,maxTimeout:e.maxTimeout,minTimeout:e.minTimeout};return n((async(e,n)=>{let a;try{const e={method:r,duplex:"half"};let n={"X-Datadog-Origin":"build-plugins"};if(t?.apiKey&&(n["DD-API-KEY"]=t.apiKey),t?.appKey&&(n["DD-APPLICATION-KEY"]=t.appKey),"function"==typeof s){const{data:t,headers:o}=await s();e.body=t,n={...n,...o}}a=await fetch(o,{...e,headers:n})}catch(t){return e(t),{}}if(!a.ok){let t=`HTTP ${a.status} ${a.statusText}`;try{const e=await a.json(),n=e?.errors?.map((e=>e.title&&e.detail?`${e.title}: ${e.detail}`:e.title?e.title:e.detail?`detail: ${e.detail}`:"")).filter((e=>e.length>0)).join("\n");n&&(t+=`\n${n}`)}catch{}if(N.includes(a.status))return e(new Error(t)),{};throw new Error(t)}try{let e;return e="json"===i?await a.json():await a.text(),e}catch(t){return e(t),{}}}),a)},_=e=>({message:t,context:n})=>I({retries:2,minTimeout:100,url:"https://browser-http-intake.logs.datadoghq.com/v1/input/pub44d5f4eb86e1392037b7501f7adc540e",method:"POST",type:"json",getData:async()=>{const o={ddsource:e.packageName||O,message:t,service:"build-plugins",team:"language-foundations",env:e.env,version:e.version,bundler:{name:e.bundler.name,version:e.bundler.version},metadata:e.metadata,...n};return{data:JSON.stringify(o),headers:{"Content-Type":"application/json"}}}}),F=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),z=e=>e.includes(C),L=e=>{const t={bundler:e.bundler,errors:e.errors,metadata:e.metadata,warnings:e.warnings,logs:e.logs,timings:e.timings,start:e.start,end:e.end,duration:e.duration,writeDuration:e.writeDuration,entries:[],inputs:[],outputs:[]};for(const n of e.entries||[]){const e={...n,inputs:[],outputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),n.outputs&&(e.outputs=n.outputs.map((e=>e.filepath))),t.entries.push(e)}for(const n of e.inputs||[]){const e={...n,dependencies:[],dependents:[]};if(n.dependencies)for(const t of n.dependencies)e.dependencies.push(t.filepath);if(n.dependents)for(const t of n.dependents)e.dependents.push(t.filepath);t.inputs.push(e)}for(const n of e.outputs||[]){const e={...n,inputs:[]};n.inputs&&(e.inputs=n.inputs.map((e=>e.filepath))),t.outputs.push(e)}return t},q=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},K=e=>{const t=Math.floor(e/1e3/60/60/24),n=new Date(e-24*t*60*60*1e3),o=n.getUTCHours(),r=n.getUTCMinutes(),s=n.getUTCSeconds(),i=n.getUTCMilliseconds(),a=`${t?`${t}d `:""}${o?`${o}h `:""}${r?`${r}m `:""}${s?`${s}s`:""}`.trim();return`${a}${!a||i?` ${i}ms`:""}`.trim()},B=(e,t=60,n="[...]")=>{if(e.length<=t)return e;const o=Math.max(4,t-n.length),r=Math.min(10,Math.floor(o/2)),s=o-r;return`${e.slice(0,r)}${n}${e.slice(-s)}`},U=(e="")=>{try{if(!e||e.startsWith("git@"))return e;const t=new URL(e),n="/"===t.pathname?"":t.pathname;return`${t.protocol?`${t.protocol}//`:""}${t.host}${n}`}catch{return e}},H=e=>Object.entries(e).map((([e,n])=>` - ${e}: ${t.bold.green((e=>{if(void 0===e)return"undefined";if(null===e)return"null";if(Array.isArray(e))return e.join(", ");if("object"==typeof e)try{return JSON.stringify(e,null,2)}catch{return String(e)}return e?.toString()??""})(n))}`)).join("\n");let W=0;const J={debug:0,info:1,warn:2,error:3,none:4},V=e=>e.split(">").map(F).join(">"),G=(e,n,o,r)=>{const s=V(e);return(i,a="debug",{forward:u,context:c}={})=>{let d=t.dim,p=console.log;"error"===a?(d=t.red,p=console.error):"warn"===a?(d=t.yellow,p=console.warn):"info"===a&&(d=t.cyan,p=console.log);const l=`[${n.metadata?.name?`${n.metadata.name}|`:""}${a}|${n.bundler.name}|${s}]`,f="string"==typeof i?i:JSON.stringify(i,null,2);if(o.logs.push({bundler:n.bundler.name,pluginName:e,type:a,message:f,time:Date.now()}),"error"===a&&o.errors.push(f),"warn"===a&&o.warnings.push(f),u){const t=async()=>{try{const t=_(n);await t({message:f,context:{plugin:e,status:a,...c}})}catch(t){G(e,n,o,r)(`Error forwarding log: ${t}`,"debug")}};o.queue.push(t())}J[a]>=J[r]&&p(`${d(l)} ${f}`)}},Y=(e,n,o)=>(r,s={})=>{const{level:i="debug",start:a=!0,log:u=!0,tags:c=[]}=s,d={pluginName:e,label:r,spans:[],tags:[...c,`plugin:${e}`,`level:${i}`],logLevel:i,total:0};n.push(d);const p=()=>d.spans.filter((e=>!e.end)),l=n=>{p().length||(!d.spans.length&&u&&o(t.dim(`[${t.cyan(r)}] : start`),"debug"),d.spans.push({start:n||Date.now(),tags:[`plugin:${e}`]}))},f=(e,n=!0)=>{const s=p();if(s?.length){s.length>1&&o(`Timer ${t.cyan(r)} has more than one ongoing span.`,"debug");for(const t of s)t.end=e||Date.now()}else n&&o(`Timer ${t.cyan(r)} cannot be paused, no ongoing span.`,"debug")};if(a){let e;"number"==typeof a&&(e=a),l(e)}return{timer:d,resume:l,end:e=>{f(e,!1);const n=d.spans.reduce(((e,t)=>e+(t.end-t.start)),0);d.total=n,u&&o(`[${t.cyan(r)}] : ${t.cyan(K(n))}`,i)},pause:f,tag:(e,t={})=>{const{span:n=!1}=t;if(n){const t=p();for(const n of t)n.tags.push(...e)}else d.tags.push(...e)}}},Q=(e,t,n="warn")=>o=>{const r=G(o,e,t,n);return{getLogger:r=>Q(e,t,n)(`${V(o)}>${r}`),time:Y(o,t.timings,r),error:(e,t)=>r(e,"error",t),warn:(e,t)=>r(e,"warn",t),info:(e,t)=>r(e,"info",t),debug:(e,t)=>r(e,"debug",t)}},X=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],Z=(e,t,n,o)=>{const r=n=>function(...r){const s=o.time(`${e} | ${t}`,{log:!1,tags:["type:hook",`hook:${t}`]}),i=n.apply(this,r);return i instanceof Promise?i.finally((()=>{s.end()})):(s.end(),i)};return"object"==typeof n&&null!==n&&"handler"in n?{...n,handler:r(n.handler)}:r(n)},ee=(e,t,n)=>{const o=e.getLogger(O);return e=>{const r=o.time(`hook | init ${n}`,{log:!1}),s=t(e).map((e=>((e,t)=>{const n={...e},o=F(e.name);for(const r of X){const s=e[r];s&&(n[r]=Z(o,r,s,t))}return n})(e,o))),i=s.map((e=>`plugin:${e.name}`));return r.tag(i),r.end(),s}},te=async e=>i.rm(e,{force:!0,maxRetries:3,recursive:!0}),ne=async e=>i.mkdir(e,{recursive:!0}),oe=(e,t)=>{var n;n=c.dirname(e),a.mkdirSync(n,{recursive:!0}),a.writeFileSync(e,t,{encoding:"utf-8"})},re=e=>a.readFileSync(e,{encoding:"utf-8"}),se=e=>{try{return a.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},ie=async(e,t)=>{if("function"==typeof a.openAsBlob){const n=await a.openAsBlob(e,{type:t.contentType});return new s.File([n],t.filename)}{const n=o.Readable.toWeb(a.createReadStream(e)),r=await new Response(n).blob();return new s.File([r],t.filename,{type:t.contentType})}},ae=async e=>{const t={empty:!1,exists:!0};try{const{size:n}=await i.stat(e);0===n&&(t.empty=!0)}catch(e){if("ENOENT"!==e.code)throw e;t.exists=!1}return t},ue="apps",ce="datadog-apps-plugin",de="api/unstable/app-builder-code/apps",pe="datadog-apps-assets.zip",le=async(e,t)=>{const n=(await Promise.all(e.map((e=>l.glob(e,{absolute:!0,cwd:t,nodir:!0}))))).flat(),o=Array.from(new Set(n)).map((e=>c.relative(t,e))),r=(e=>{if(0===e.length)return"";const t=e[0].split(c.sep);let n="";for(let o=0;o<t.length-1;o++){const r=t.slice(0,o+1).join(c.sep);if(!e.every((e=>e.startsWith(`${r}${c.sep}`))))break;n=r}return n})(o),s=o.map(((e,t)=>{const o=r?e.slice(r.length+1):e;return{absolutePath:n[t],relativePath:o}}));return s},fe=[".ts",".js",".tsx",".jsx"];const me=(e,t)=>z(t)?C:t.startsWith(e)||c.isAbsolute(t)?t:c.resolve(e,t),he=(e,t)=>{let n,o=me(process.cwd(),e);for(;!n;){const e=c.resolve(o,t);if(se(e)&&(n=e),o=o.split(c.sep).slice(0,-1).join(c.sep),[c.sep,""].includes(o))break}return n},ge=(e,t)=>{const n=[...e].map((e=>me(t||process.cwd(),e).split(c.sep))),o=n.length?Math.min(...n.map((e=>e.length))):0,r=[];for(let e=0;e<o;e++){const t=n[0][e];if(!n.every((n=>n[e]===t)))break;r.push(t)}return r.length>0&&r.join(c.sep)||c.sep},ye=t.bold.red,be=t.bold.yellow,we=e=>{const t=he(e,"package.json");if(t)try{const e=re(t);return JSON.parse(e)}catch(e){return}},$e=(e,t,n)=>{if(n?.name&&n?.identifier)return{identifier:n?.identifier,name:n.name};const o=we(e);o||t.warn(be("No package.json found to infer the app name."));const r=n?.name||o?.name?.trim();r||t.error(ye("Unable to determine the app name to compute the app identifier."));const s=((e,t)=>{const n=e||(e=>{if(e&&e.repository)return"string"==typeof e.repository?e.repository:"url"in e.repository?e.repository.url:void 0})(t);if(!n)return;const o=U(n.trim());return o?o.replace(/\.git$/,""):void 0})(n?.url,o);s||t.error(ye("Unable to determine the git remote to compute the app identifier."));const i=n?.identifier||((e,t)=>{if(!e||!t)return;const n=`${e}:${t}`;return f.createHash("md5").update(n).digest("hex")})(s,r);return i&&r||t.error(ye("Unable to compute the app identifier.")),{identifier:i,name:r}},ve=t.green.bold,ke=t.yellow.bold,Se=t.cyan.bold,Ee=t.bold,xe=(e,t={},n)=>async()=>{const o=await ie(e,{contentType:"application/zip",filename:pe});return M({getForm:()=>{const e=new FormData;e.append("name",n),e.append("bundle",o,pe);const t=D("APPS_VERSION_NAME")?.trim();return t&&e.append("version",t),e},defaultHeaders:t,zip:!1})},Pe=async(e,t,n)=>{const r=[],s=[];if(!t.apiKey||!t.appKey)return r.push(new Error("Missing authentication token, need both app and api keys.")),{errors:r,warnings:s};if(!t.identifier)return r.push(new Error("No app identifier provided")),{errors:r,warnings:s};const i=(a=t.site,u=t.identifier,D("APPS_INTAKE_URL")||`https://api.${a}/${de}/${u}/upload`);var a,u;const c=T({bundler:t.bundlerName,plugin:"apps",version:t.version}),d=H({identifier:t.identifier,intakeUrl:i,defaultHeaders:`\n${JSON.stringify(c,null,2)}`}),p=`an archive of:\n - ${ve(e.assets.length.toString())} files\n - ${ve(m(e.size))}\n\nWith the configuration:\n${d}`;if(t.dryRun)return n.error(`\n${Se("Dry run enabled")}\n\nSkipping assets upload.\nWould have uploaded ${p}`),{errors:r,warnings:s};try{const r=await I({auth:{apiKey:t.apiKey,appKey:t.appKey},url:i,method:"POST",type:"json",getData:xe(e.archivePath,c,t.name),onRetry:(e,t)=>{const o=`Failed to upload archive (attempt ${ke(`${t}/5`)}): ${e.message}`;s.push(o),n.warn(o)}});if(n.debug(`Uploaded ${p}\n`),r.version_id&&r.application_id&&r.app_builder_id){const{version_id:e,application_id:o,app_builder_id:s}=r,i=`https://api.${t.site}/api/unstable/app-builder-code/apps/serve/${o}/v/${e}/index.html`,a=`https://app.${t.site}/app-builder/apps/${s}`;n.info(`Your application is available at:\n${Ee("Standalone :")}\n ${Se(i)}\n\n${Ee("AppBuilder :")}\n ${Se(a)}`)}const a=D("APPS_VERSION_NAME")?.trim();if(a){const e=((e,t)=>`https://api.${e}/${de}/${t}/release/live`)(t.site,t.identifier);await I({auth:{apiKey:t.apiKey,appKey:t.appKey},url:e,method:"PUT",type:"json",getData:async()=>({data:o.Readable.from(JSON.stringify({version_id:a})),headers:{"Content-Type":"application/json",...c}}),onRetry:(e,t)=>{const o=`Failed to release version (attempt ${ke(`${t}/5`)}): ${e.message}`;s.push(o),n.warn(o)}}),n.info(`Released version ${Ee(a)} to live.`)}}catch(e){const t=e instanceof Error?e:new Error(String(e));r.push(t)}return{errors:r,warnings:s}};function De(e){try{return require.resolve("@datadog/action-catalog/action-execution",{paths:[e]}),!0}catch{return!1}}const je="import { setExecuteActionImplementation } from '@datadog/action-catalog/action-execution';",Ce=" if (typeof setExecuteActionImplementation === 'function') {\n setExecuteActionImplementation(async (actionId, request) => {\n const actionPath = actionId.replace(/^com\\.datadoghq\\./, '');\n const pathParts = actionPath.split('.');\n let actionFn = $.Actions;\n for (const part of pathParts) {\n if (!actionFn) throw new Error('Action not found: ' + actionId);\n actionFn = actionFn[part];\n }\n if (typeof actionFn !== 'function') throw new Error('Action is not a function: ' + actionId);\n return actionFn(request);\n });\n }";function Re(e,t,n){const o=[];return o.push(`import { ${e} } from ${JSON.stringify(t)};`),De(n)&&o.push(je),o.push(""),o.push('/** @param {import("./context.types").Context} $ */'),o.push("export async function main($) {"),o.push(" globalThis.$ = $;"),o.push(""),o.push(" // Register the $.Actions-based implementation for executeAction"),o.push(Ce),o.push(""),o.push(" // backendFunctionArgs is a template expression resolved at runtime by"),o.push(" // App Builder's executeBackendFunction client via template_params."),o.push(" const args = JSON.parse('${backendFunctionArgs}' || '[]');"),o.push(` const result = await ${e}(...args);`),o.push(" return result;"),o.push("}"),o.join("\n")}function Ae(e,t){return{name:e,enforce:"pre",resolveId:e=>t[e]?{id:e,moduleSideEffects:!0}:null,load:e=>t[e]?t[e]:null}}function Oe(e,t){return{configFile:!1,root:e,logLevel:"silent",build:{minify:!1,target:"esnext",rollupOptions:{output:{format:"es",exports:"named"},preserveEntrySignatures:"exports-only",treeshake:!1,onwarn(e,t){"MODULE_LEVEL_DIRECTIVE"!==e.code&&t(e)}}},resolve:{extensions:[".ts",".tsx",".js",".jsx",".mjs",".cjs",".json"]},plugins:[Ae("dd-backend-resolve",t)]}}async function Te(e,t,n,o,r){const s=`virtual:dd-backend-dev:${t.name}`,i=function(e,t,n,o){const r=[];return r.push(`import { ${e} } from ${JSON.stringify(t)};`),De(o??process.cwd())&&r.push(je),r.push(""),r.push('/** @param {import("./context.types").Context} $ */'),r.push("export async function main($) {"),r.push(" globalThis.$ = $;"),r.push(""),r.push(" // Register the $.Actions-based implementation for executeAction"),r.push(Ce),r.push(""),r.push(` const args = ${JSON.stringify(n)};`),r.push(` const result = await ${e}(...args);`),r.push(" return result;"),r.push("}"),r.join("\n")}(t.name,t.entryPath,n,o);r.debug(`Bundling backend function "${t.name}" from ${t.entryPath}`);const a=Oe(o,{[s]:i}),u=await e({...a,build:{...a.build,write:!1,rollupOptions:{...a.build.rollupOptions,input:s,output:{...a.build.rollupOptions.output,inlineDynamicImports:!0}}}}),c=Array.isArray(u)?u[0]:u;if(!("output"in c))throw new Error(`Unexpected vite.build result for "${t.name}"`);const d="chunk"===c.output[0].type?c.output[0].code:"";return r.debug(`Bundled "${t.name}" (${d.length} bytes)`),d}async function Me(e,t,n,o){const r=`https://${n.site}/api/v2/app-builder/queries/preview-async`;o.debug(`Calling Datadog API: ${r}`);const s=JSON.stringify({data:{type:"queries",attributes:{query:{id:f.randomUUID(),name:t,type:"action",properties:{spec:{fqn:"com.datadoghq.datatransformation.jsFunctionWithActions",inputs:{script:e}},onlyTriggerManually:!0}},template_params:{}}}}),i=await I({url:r,auth:n,method:"POST",type:"json",getData:()=>({data:s,headers:{"Content-Type":"application/json"}})}),a=i.data?.id;if(!a)throw new Error("No receipt ID returned from Datadog API");return o.debug(`Query execution started with receipt: ${a}`),async function(e,t,n){const o=`https://${t.site}/api/v2/app-builder/queries/execution-long-polling/${e}`,r=10;for(let e=0;e<r;e++){n.debug(`Long-poll attempt ${e+1}/${r}...`);const s=await I({url:o,auth:t,type:"json"});if(s.errors?.length){const e=s.errors.map((e=>e.detail||e.title)).join("; ");throw new Error(`Query execution failed: ${e}`)}const i=s.data?.attributes;if(n.debug(`Long-poll response, done: ${i?.done}`),i?.done)return i.outputs}throw new Error("Query execution timed out")}(a,n,o)}function Ne(e,t,n){e.statusCode=t,e.setHeader("Content-Type","application/json"),e.end(JSON.stringify({success:!1,error:n}))}class Ie extends Error{constructor(e,t){super(t),this.statusCode=e}}async function _e(e,t,n){const{functionName:o,args:r=[]}=await function(e){return new Promise(((t,n)=>{let o="";e.on("data",(e=>{o+=e.toString()})),e.on("end",(()=>{try{t(JSON.parse(o))}catch{n(new Error("Invalid JSON body"))}})),e.on("error",n)}))}(e);if(!o||"string"!=typeof o)throw new Ie(400,"Missing or invalid functionName");const s=t.get(o);if(!s)throw new Ie(404,`Backend function "${o}" not found`);return{functionName:o,code:await n(s,r)}}function Fe(e,t,n,o,r){const s=new Map(t.map((e=>[e.name,e]))),i=(t,n)=>Te(e,t,n,o,r);t.length>0&&r.info(`Dev server middleware active for ${t.length} backend function(s): ${t.map((e=>e.name)).join(", ")}`);const a=n.apiKey&&n.appKey?{apiKey:n.apiKey,appKey:n.appKey,site:n.site}:void 0;return a||r.warn("Auth credentials not configured. The /__dd/executeAction endpoint will be unavailable. Use dd-auth or set DD_API_KEY and DD_APP_KEY to enable remote execution."),(e,t,n)=>{if("POST"===e.method)if("/__dd/debugBundle"===e.url)(async function(e,t,n,o){try{const{code:r}=await _e(e,n,o);t.statusCode=200,t.setHeader("Content-Type","text/plain"),t.end(r)}catch(e){Ne(t,e instanceof Ie?e.statusCode:500,e instanceof Error?e.message:"Internal server error")}})(e,t,s,i).catch((()=>{Ne(t,500,"Unexpected error")}));else if("/__dd/executeAction"===e.url){if(!a)return void Ne(t,403,"Auth credentials not configured. Set DD_API_KEY and DD_APP_KEY to enable remote execution.");(async function(e,t,n,o,r,s){try{const{functionName:i,code:a}=await _e(e,n,o);s.debug(`Executing action: ${i} with args`);const u=await Me(a,i,r,s);t.statusCode=200,t.setHeader("Content-Type","application/json"),t.end(JSON.stringify({success:!0,result:u}))}catch(e){const n=e instanceof Ie?e.statusCode:500,o=e instanceof Error?e.message:"Internal server error";s.debug(`Error handling executeAction: ${o}`),Ne(t,n,o)}})(e,t,s,i,a,r).catch((()=>{Ne(t,500,"Unexpected error")}))}else n();else n()}}const ze=({viteBuild:e,buildRoot:t,functions:n,backendOutputs:o,handleUpload:r,log:s,auth:a})=>({async closeBundle(){let a;n.length>0&&(a=await async function(e,t,n,o,r){const s=await i.mkdtemp(c.join(p.tmpdir(),"dd-apps-backend-")),a={},u={};for(const e of t){const t=`\0dd-backend:${e.name}`;a[t]=Re(e.name,e.entryPath,o),u[e.name]=t}r.debug(`Building ${t.length} backend function(s) via vite.build()`);const d=Oe(o,a),l=await e({...d,build:{...d.build,write:!0,outDir:s,emptyOutDir:!1,rollupOptions:{...d.build.rollupOptions,input:u,output:{...d.build.rollupOptions.output,entryFileNames:"[name].js"}}}}),f=Array.isArray(l)?l[0]:l;if("output"in f)for(const e of f.output){if("chunk"!==e.type||!e.isEntry)continue;const t=e.name,o=c.resolve(s,e.fileName);n.set(t,o),r.debug(`Backend function "${t}" output: ${o}`)}return s}(e,n,o,t,s));try{await r()}finally{a&&await te(a)}},configureServer(o){o.middlewares.use(Fe(e,n,a,t,s))}}),Le=t.yellow.bold,qe=t.red.bold,Ke=({options:e,context:t,bundler:n})=>{const o=t.getLogger(ce);let r;const s=(e=>{const t=e[ue]||{};return{enable:t.enable??!!e[ue],include:t.include||[],dryRun:t.dryRun??!D("APPS_UPLOAD_ASSETS"),identifier:t.identifier?.trim(),name:t.name?.trim()||e.metadata?.name?.trim(),backendDir:t.backendDir?.trim()||"backend"}})(e);if(!s.enable)return[];const u=function(e,t){let n;try{n=a.readdirSync(e)}catch(n){if("ENOENT"===n.code)return t.debug(`No backend directory found at ${e}`),[];throw n}const o=[];for(const t of n){const n=c.join(e,t),r=a.statSync(n);if(r.isDirectory())for(const e of fe){const r=c.join(n,`index${e}`);try{a.statSync(r),o.push({name:t,entryPath:r});break}catch{}}else if(r.isFile()){const e=c.extname(t);if(fe.includes(e)){const r=c.basename(t,e);o.push({name:r,entryPath:n})}}}return t.debug(`Discovered ${o.length} backend function(s): ${o.map((e=>e.name)).join(", ")}`),o}(c.resolve(t.buildRoot,s.backendDir),o),l=new Map,f=u.length>0,m=[];return m.push({name:ce,enforce:"post",vite:ze({viteBuild:n.build,buildRoot:t.buildRoot,functions:u,backendOutputs:l,handleUpload:async()=>{const e=o.time("handle assets");let n;try{const e=o.time("resolve identifier"),{name:r,identifier:u}=$e(t.buildRoot,o,{url:t.git?.remote,name:s.name,identifier:s.identifier});if(!u||!r)throw new Error("Missing apps identification.\nEither:\n - pass an 'options.apps.identifier' and 'options.apps.name' to your plugin's configuration.\n - have a 'name' and a 'repository' in your 'package.json'.\n - have a valid remote url on your git project.\n");e.end();const m=c.relative(t.buildRoot,t.bundler.outDir),h=[...s.include,`${m}/**/*`],g=await le(h,t.buildRoot);if(!g.length)return void o.debug("No assets to upload.");const y=new Set(l.values()),b=(f?g.filter((e=>!y.has(e.absolutePath))):g).map((e=>({...e,relativePath:c.join("frontend",e.relativePath)})));if(f)for(const[e,t]of l)b.push({absolutePath:t,relativePath:`backend/${e}.js`});const w=o.time("archive assets"),$=await(async e=>{const t=await i.mkdtemp(c.join(p.tmpdir(),"dd-apps-")),n=c.join(t,pe),o=new d;for(const t of e)o.file(t.relativePath,a.createReadStream(t.absolutePath),{binary:!0,compression:"DEFLATE",compressionOptions:{level:9}});await new Promise(((e,t)=>{const r=a.createWriteStream(n),s=o.generateNodeStream({type:"nodebuffer",streamFiles:!0,compression:"DEFLATE",compressionOptions:{level:9}});s.on("error",t),r.on("error",t),r.on("close",e),s.pipe(r)}));const{size:r}=await i.stat(n);return{archivePath:n,size:r,assets:e}})(b);w.end(),n=c.dirname($.archivePath);const v=o.time("upload assets"),{errors:k,warnings:S}=await Pe($,{apiKey:t.auth.apiKey,appKey:t.auth.appKey,bundlerName:t.bundler.name,dryRun:s.dryRun,identifier:u,name:r,site:t.auth.site,version:t.version},o);if(v.end(),S.length>0&&o.warn(`${Le("Warnings while uploading assets:")}\n - ${S.join("\n - ")}`),k.length>0){const e=k.map((e=>e.cause||e.stack||e.message||e)).join("\n - ");throw new Error(` - ${e}`)}}catch(e){r=e,o.error(`${qe("Failed to upload assets:")}\n${e?.message||e}`)}if(n&&await te(n),e.end(),r)throw r},log:o,auth:t.auth})}),m},Be="errorTracking",Ue="datadog-error-tracking-plugin",He=(e,n,o)=>{if(".map"!==c.extname(o))throw new Error(`The file ${t.green.bold(o)} is not a sourcemap.`);const r=o.replace(/\.map$/,""),s=c.relative(n,r),i=((e,t)=>{if(e.startsWith("/"))return c.join(e,t);try{const n=e.replace(/\/*$/,"/"),o=new URL(n),r=t.replace(/^[\\/]*/,"");return new URL(r,o).href}catch{return`${e}${t}`}})(e,s);return{minifiedFilePath:r,minifiedUrl:i,relativePath:s}},We=/[/]+|[\\]+/g,Je=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,Ve=(e,t)=>{const n=e.replace(Je,"").split(We),o=t.replace(Je,"").split(We),r=n.join("/");let s="";for(let e=0;e<o.length;e+=1){const t=o.slice(-e).join("/");r.startsWith(t)&&(s=t)}return s},Ge=async(e,t,n,o)=>{const r=await(async(e,t)=>{const[n,o]=await Promise.all([ae(e.minifiedFilePath),ae(e.sourcemapFilePath)]);return{file:n,sourcemap:o,repeatedPrefix:Ve(e.relativePath,t)}})(e,n),s=[],i=[],a=new Map([["event",{type:"string",options:{contentType:"application/json",filename:"event"},value:JSON.stringify({...t,minified_url:e.minifiedUrl})}],["source_map",{type:"file",path:e.sourcemapFilePath,options:{filename:"source_map",contentType:"application/json"}}],["minified_file",{type:"file",path:e.minifiedFilePath,options:{filename:"minified_file",contentType:"application/javascript"}}]]);if(o)try{a.set("repository",{type:"string",options:{contentType:"application/json",filename:"repository"},value:JSON.stringify({data:[{files:o.trackedFilesMatcher.matchSourcemap(e.sourcemapFilePath,(t=>{i.push(`${c.basename(e.sourcemapFilePath)}: "${t}"`)})),hash:o.hash,repository_url:o.remote}],version:1})})}catch(t){i.push(`Could not attach git data for sourcemap ${e.sourcemapFilePath}: ${t.message}`)}return r.file.empty&&s.push(`Minified file is empty: ${e.minifiedFilePath}`),r.file.exists||s.push(`Minified file not found: ${e.minifiedFilePath}`),r.sourcemap.empty&&s.push(`Sourcemap file is empty: ${e.sourcemapFilePath}`),r.sourcemap.exists||s.push(`Sourcemap file not found: ${e.sourcemapFilePath}`),r.repeatedPrefix&&i.push(`The minified file path contains a repeated pattern with the minified path prefix: ${r.repeatedPrefix}`),{content:a,errors:s,warnings:i}},Ye=t.green.bold,Qe=t.yellow.bold,Xe=t.red.bold,Ze=(e,t={})=>async()=>M({getForm:async()=>{const t=new FormData;for(const[n,o]of e.content){const e="file"===o.type?await ie(o.path,o.options):new Blob([o.value],{type:o.options.contentType});t.append(n,e,o.options.filename)}return t},defaultHeaders:t,zip:!0}),et=async(e,t,n,o)=>{const r=[],s=[];if(!n.apiKey)return r.push({error:new Error("No authentication token provided")}),{errors:r,warnings:s};if(0===e.length)return s.push("No sourcemaps to upload"),{errors:r,warnings:s};const i=o.time("Queue uploads"),a=new(h.default?h.default:h)({concurrency:t.maxConcurrency}),u=(c=n.site,D("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${c}/api/v2/srcmap`);var c;const d=T({bundler:n.bundlerName,plugin:"sourcemaps",version:n.version}),p=H({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(d,null,2)}`}),l=`\nUploading ${Ye(e.length.toString())} sourcemaps with configuration:\n${p}`;o.debug(l);const f=[];for(const i of e){const e={sourcemap:i.content.get("source_map")?.path.replace(n.outDir,"."),file:i.content.get("minified_file")?.path.replace(n.outDir,".")};f.push(a.add((async()=>{try{await I({auth:{apiKey:n.apiKey},url:u,method:"POST",getData:Ze(i,d),onRetry:(t,n)=>{const r=`Failed to upload ${Qe(e.sourcemap)} | ${Qe(e.file)}:\n ${t.message}\nRetrying ${n}/5`;s.push(r),o.debug(r)}})}catch(n){if(r.push({metadata:e,error:n}),!0===t.bailOnError)throw n}})))}return i.end(),o.debug(`Queued ${Ye(e.length.toString())} uploads.`),await Promise.all(f),await a.onIdle(),{warnings:s,errors:r}},tt=async(e,t,n)=>{const o=n.time("get sourcemaps files"),r=((e,t)=>{if(!t.outputs||0===t.outputs.length)throw new Error("No output files found.");return t.outputs.filter((e=>e.filepath.endsWith(".map"))).map((e=>e.filepath)).map((n=>({...He(e.minifiedPathPrefix,t.outDir,n),sourcemapFilePath:n,minifiedPathPrefix:e.minifiedPathPrefix})))})(e.sourcemaps,{outDir:t.outDir,outputs:t.outputs});o.end();const s=n.time("send sourcemaps");await(async(e,t,n,o)=>{const r=Date.now(),s=t.minifiedPathPrefix,i={git_repository_url:n.git?.remote,git_commit_sha:n.git?.hash,plugin_version:n.version,project_path:n.outDir,service:t.service,type:"js_sourcemap",version:t.releaseVersion},a=o.time("Compute payloads"),u=await Promise.all(e.map((e=>Ge(e,i,s,n.git))));a.end();const c=u.map((e=>e.errors)).flat(),d=u.map((e=>e.warnings)).flat();if(d.length>0&&o.warn(`Warnings while preparing payloads:\n - ${d.join("\n - ")}`),c.length>0){const e=`Failed to prepare payloads, aborting upload :\n - ${c.join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e);return}const p=o.time("Upload sourcemaps"),{errors:l,warnings:f}=await et(u,t,{apiKey:n.apiKey,bundlerName:n.bundlerName,version:n.version,outDir:n.outDir,site:n.site},o);if(p.end(),o.debug(`Done uploading ${Ye(`${e.length-l.length}/${e.length}`)} sourcemaps in ${Ye(K(Date.now()-r))}.`),l.length>0){const e=`Failed to upload some sourcemaps:\n - ${l.map((({metadata:e,error:t})=>{const n=t.cause||t.stack||t.message;return e?`${Xe(e.file)} | ${Xe(e.sourcemap)} :\n${n}`:n})).join("\n - ")}`;if(o.error(e),!0===t.bailOnError)throw new Error(e)}f.length>0&&o.warn(`Warnings while uploading sourcemaps:\n - ${f.join("\n - ")}`)})(r,e.sourcemaps,{apiKey:t.apiKey,bundlerName:t.bundlerName,git:t.git,outDir:t.outDir,site:t.site,version:t.version},n),s.end()},nt=e=>{const n=t.bold.red,o=e[Be]||{},r={errors:[]};if(o.sourcemaps){o.sourcemaps.releaseVersion||r.errors.push(`${n("sourcemaps.releaseVersion")} is required.`),o.sourcemaps.service||r.errors.push(`${n("sourcemaps.service")} is required.`),o.sourcemaps.minifiedPathPrefix||r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} is required.`),o.sourcemaps.minifiedPathPrefix&&((e=>{let t;try{t=new URL(e).host}catch{}return!(!t&&!e.startsWith("/"))})(o.sourcemaps.minifiedPathPrefix)||r.errors.push(`${n("sourcemaps.minifiedPathPrefix")} must be a valid URL or start with '/'.`));const e={bailOnError:!1,dryRun:!1,maxConcurrency:20,...o.sourcemaps};r.config=e}return r},ot=({options:e,context:t})=>{const n=t.getLogger(Ue),o=n.time("validate options"),r=((e,t)=>{const n=[],o=nt(e);if(n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Ue}.`);const r={enable:!!e[Be],...e[Be],sourcemaps:void 0};return o.config&&(r.sourcemaps=o.config),r})(e,n);if(o.end(),!r.enable)return[];let s,i,a=!1;const u=async()=>{if(!r.sourcemaps||a)return;a=!0;const e=n.time("sourcemaps process");await tt(r,{apiKey:t.auth.apiKey,bundlerName:t.bundler.name,git:s,outDir:t.bundler.outDir,outputs:i?.outputs||[],site:t.auth.site,version:t.version},n),e.end()};return[{name:Ue,enforce:"post",async git(e){s=e,i&&await u()},async buildReport(t){i=t,!s&&q(e)||await u()},async asyncTrueEnd(){a||await u()}}]};var rt=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(rt||{});const st="datadog-live-debugger-plugin";function it(e){return"function"==typeof e?e:e.default}function at(e,t,n,o){const r=c.relative(t,e).replace(/\\/g,"/"),s=ut(n);if(s)return`${r};${s}`;const i=function(e){const t=e.node.loc?.start.line??0,n=e.node.loc?.start.column??0;return`${t}:${n}`}(n);return`${r};<anonymous>@${i}:${o}`}function ut(e){const t=e.node,n=e.parent;return"id"in t&&k.isIdentifier(t.id)?t.id.name:k.isObjectMethod(t)||k.isClassMethod(t)||k.isClassPrivateMethod(t)?pt(t.key):k.isVariableDeclarator(n)&&k.isIdentifier(n.id)?n.id.name:k.isAssignmentExpression(n)?function(e){if(k.isIdentifier(e))return e.name;if(k.isMemberExpression(e)||k.isOptionalMemberExpression(e)){const t=ct(e.object),n=dt(e.property,e.computed);if(t&&n)return`${t}.${n}`}return null}(n.left):k.isObjectProperty(n)||k.isClassProperty(n)||k.isClassPrivateProperty(n)?pt(n.key):null}function ct(e){if(k.isIdentifier(e))return e.name;if(k.isThisExpression(e))return"this";if(k.isMemberExpression(e)||k.isOptionalMemberExpression(e)){const t=ct(e.object),n=dt(e.property,e.computed);if(t&&n)return`${t}.${n}`}return null}function dt(e,t){return k.isPrivateName(e)&&k.isIdentifier(e.id)?`#${e.id.name}`:t?null:k.isIdentifier(e)?e.name:null}function pt(e){return k.isIdentifier(e)?e.name:k.isStringLiteral(e)||k.isNumericLiteral(e)||k.isBigIntLiteral(e)?String(e.value):k.isPrivateName(e)&&k.isIdentifier(e.id)?`#${e.id.name}`:null}function lt(e,t){if(e.node.leadingComments)for(const n of e.node.leadingComments)if(n.value.includes(t))return!0;return!1}function ft(e,t,n){const o=[];for(const t of e.params)for(const e of mt(t))"this"!==e&&o.push(e);if(n&&k.isBlockStatement(e.body)){const t=new Set(e.params.flatMap((e=>mt(e)))),n="id"in e&&k.isIdentifier(e.id)?e.id.name:"";for(const r of e.body.body)if(k.isVariableDeclaration(r))for(const e of r.declarations)for(const r of mt(e.id))t.has(r)||r===n||o.push(r)}return o.length>25?o.slice(0,25):o}function mt(e){return k.isIdentifier(e)?[e.name]:k.isRestElement(e)?k.isIdentifier(e.argument)?[e.argument.name]:mt(e.argument):k.isAssignmentPattern(e)?mt(e.left):k.isObjectPattern(e)?e.properties.flatMap((e=>k.isRestElement(e)?mt(e.argument):mt(e.value))):k.isArrayPattern(e)?e.elements.flatMap((e=>e?mt(e):[])):k.isTSParameterProperty(e)&&k.isIdentifier(e.parameter)?[e.parameter.name]:[]}let ht,gt,yt,bt,wt=!1;const $t=/\bfunction\b|=>|\bclass\b|\)\s*\{/;function vt(e){const{code:t,filePath:n,buildRoot:o,honorSkipComments:r,functionTypes:s,namedOnly:i}=e;let a=0,u=0,c=0,d=0,p=0;if(function(e){return/['"][^'"]*(?:@css-module:|\?worker\b|\?sprite\b|dynamic!)[^'"]*['"]/.test(e)}(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:1,skippedUnsupportedCount:d,totalFunctions:p};if(!$t.test(t))return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:p};(()=>{if(!wt){if(ht=require("@babel/parser").parse,gt=it(require("@babel/traverse")),yt=require("@babel/types"),bt=it(require("magic-string")),!(ht&>&&yt&&bt))throw new Error("Failed to load Live Debugger transform runtime.");wt=!0}})();const l=ht(t,{sourceType:"unambiguous",plugins:["jsx","typescript"],sourceFilename:n}),f=[],m=new Map;let h=0;if(gt(l,{Function(e){if(p++,!function(e){const t=e.node;return!(t.generator||k.isClassMethod(t)&&"constructor"===t.kind)}(e))return void d++;if(r&&function(e,t){let n=e;for(;n;){if(lt(n,t))return!0;if(k.isStatement(n.node)||k.isExportDeclaration(n.node)){if(n.parentPath&&k.isExportDeclaration(n.parentPath.node))return lt(n.parentPath,t);break}n=n.parentPath}return!1}(e,"@dd-no-instrumentation"))return void c++;if(s&&!s.includes(function(e,t){if(t.isFunctionDeclaration(e))return"functionDeclaration";if(t.isArrowFunctionExpression(e))return"arrowFunction";if(t.isObjectMethod(e))return"objectMethod";if(t.isClassPrivateMethod(e))return"classPrivateMethod";if(t.isClassMethod(e))return"classMethod";return"functionExpression"}(e.node,yt)))return void d++;if(i&&!ut(e))return void d++;let t=0;if(!ut(e)){const n=e.parentPath?.node;n&&(t=m.get(n)||0,m.set(n,t+1))}const l=at(n,o,e,t);try{const t=e.node,n=h++,o=`$dd_p${n}`,r=ft(t,0,!1),s=ft(t,0,!0),i=yt.isArrowFunctionExpression(t)&&!yt.isBlockStatement(t.body),a=[],c=i||!yt.isBlockStatement(t.body)||!Et(t.body.body,yt);let d;if(!i&&yt.isBlockStatement(t.body)&&St(t.body.body,a,yt),!i&&yt.isBlockStatement(t.body)&&t.body.directives.length>0){d=t.body.directives[t.body.directives.length-1].end}f.push({bodyStart:t.body.start,bodyEnd:t.body.end,functionEnd:t.end,isExpressionBody:i,needsTrailingReturn:c,bodyParenStart:i&&"number"==typeof t.body.extra?.parenStart?t.body.extra.parenStart:void 0,directivesEnd:d,functionId:l,probeVarName:o,probeIdx:String(n),entryVars:r,exitVars:s,returns:a}),u++}catch(e){a++}}}),0===u)return{code:t,failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:p};const g=new bt(t);for(let e=f.length-1;e>=0;e--)kt(g,t,f[e]);return{code:g.toString(),map:g.generateMap({source:n,hires:!1}),failedCount:a,instrumentedCount:u,skippedByCommentCount:c,skippedFileCount:0,skippedUnsupportedCount:d,totalFunctions:p}}function kt(e,t,n){const{probeVarName:o,probeIdx:r,functionId:s,entryVars:i,exitVars:a,returns:u,bodyStart:c,bodyEnd:d,functionEnd:p,isExpressionBody:l,bodyParenStart:f,directivesEnd:m}=n,h=`$dd_e${r}`,g=`$dd_l${r}`,y=`$dd_rv${r}`,b=i.join(", "),w=a.join(", "),$=b===w,v=$?h:g,k=`const ${o} = $dd_probes('${s}');`,S=`const ${h} = () => ({${b}});`,E=$?"":`const ${g} = () => ({${w}});`,x=`if (${o}) $dd_entry(${o}, this, ${h}());`,P=`catch(e) { if (${o}) $dd_throw(${o}, e, this, ${h}()); throw e; }`;if(l){if(null!=f){let n=-1;for(let e=d;e<p;e++)if(")"===t[e]){n=e;break}-1!==n&&(e.remove(f,f+1),e.remove(n,n+1))}const n=["{",k,S,E,"try {",x,`const ${y} = `].filter(Boolean).join("\n"),r=[";",`if (${o}) $dd_return(${o}, ${y}, this, ${h}(), ${v}());`,`return ${y};`,`} ${P}`,"}"].join("\n");e.appendLeft(c,n),e.appendLeft(d,r)}else{const t=["",k,S,"try {",E,`let ${y};`,x].filter(Boolean).join("\n"),r=[""];n.needsTrailingReturn&&r.push(`if (${o}) $dd_return(${o}, undefined, this, ${h}(), ${v}());`),r.push(`} ${P}`,"");const s=r.join("\n"),i=m??c+1;e.appendLeft(i,null!=m?`\n${t}`:t);for(const t of u)null!=t.argStart&&null!=t.argEnd?(e.appendLeft(t.argStart,`(${y} = `),e.appendLeft(t.argEnd,`, ${o} ? $dd_return(${o}, ${y}, this, ${h}(), ${v}()) : ${y})`)):e.appendLeft(t.start,`if (${o}) $dd_return(${o}, undefined, this, ${h}(), ${v}()); `);e.appendLeft(d-1,s)}}function St(e,t,n){for(const o of e)if(n.isReturnStatement(o))t.push({start:o.start,end:o.end,argStart:o.argument?.start??void 0,argEnd:o.argument?.end??void 0});else if(!n.isFunctionDeclaration(o)&&!n.isClassDeclaration(o))if(n.isBlockStatement(o))St(o.body,t,n);else if(n.isIfStatement(o))St([o.consequent],t,n),o.alternate&&St([o.alternate],t,n);else if(n.isForStatement(o)||n.isForInStatement(o)||n.isForOfStatement(o)||n.isWhileStatement(o)||n.isDoWhileStatement(o))St([o.body],t,n);else if(n.isSwitchStatement(o))for(const e of o.cases)St(e.consequent,t,n);else n.isTryStatement(o)?(St(o.block.body,t,n),o.handler&&St(o.handler.body.body,t,n),o.finalizer&&St(o.finalizer.body,t,n)):(n.isLabeledStatement(o)||n.isWithStatement(o))&&St([o.body],t,n)}function Et(e,t){if(0===e.length)return!1;const n=e[e.length-1];if(t.isReturnStatement(n))return!0;if(t.isIfStatement(n)&&n.alternate){const e=t.isBlockStatement(n.consequent)?n.consequent.body:[n.consequent],o=t.isBlockStatement(n.alternate)?n.alternate.body:[n.alternate];return Et(e,t)&&Et(o,t)}return!1}const xt=["functionDeclaration","functionExpression","arrowFunction","objectMethod","classMethod","classPrivateMethod"],Pt=t.bold.red,Dt=Number(process.env.DD_LD_LIMIT)||1/0,jt=(e,t)=>{const n=t.getLogger(st);let o=0,r=0,s=0,i=0,a=0,u=0,c=0,d=0;return{name:st,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(p,l){if(e.include.length>0){if(!e.include.some((e=>"string"==typeof e?l.includes(e):e.test(l))))return{code:p}}for(const t of e.exclude){if("string"==typeof t?l.includes(t):t.test(l))return{code:p}}if(d>=Dt)return{code:p};try{const n=vt({code:p,filePath:l,buildRoot:t.buildRoot,honorSkipComments:e.honorSkipComments,functionTypes:e.functionTypes,namedOnly:e.namedOnly});return o+=n.instrumentedCount,c+=n.totalFunctions,r+=n.failedCount,s+=n.skippedByCommentCount,i+=n.skippedFileCount,a+=n.skippedUnsupportedCount,n.totalFunctions>0&&d++,0===n.instrumentedCount?{code:p}:(u++,{code:n.code,map:n.map})}catch(e){return n.error(`Instrumentation Error in ${l}: ${e}`,{forward:!0}),{code:p}}}},buildEnd:()=>{c>0&&n.info(`Live Debugger: ${o}/${c} functions instrumented across ${u}/${d} files`,{forward:!0,context:{failedCount:r,skippedByCommentCount:s,skippedFileCount:i,skippedUnsupportedCount:a,totalFilesWithFunctions:d,instrumentedCount:o,totalFunctions:c,transformedFileCount:u}})}}},Ct=({options:e,context:t})=>{const n=((e,t)=>{const n=e.liveDebugger||{},o=[];if(void 0!==n.include)if(Array.isArray(n.include)){for(const e of n.include)if("string"!=typeof e&&!(e instanceof RegExp)){o.push(`${Pt("include")} patterns must be strings or RegExp`);break}}else o.push(`${Pt("include")} must be an array of strings or RegExp`);if(void 0!==n.exclude)if(Array.isArray(n.exclude)){for(const e of n.exclude)if("string"!=typeof e&&!(e instanceof RegExp)){o.push(`${Pt("exclude")} patterns must be strings or RegExp`);break}}else o.push(`${Pt("exclude")} must be an array of strings or RegExp`);if(void 0!==n.honorSkipComments&&"boolean"!=typeof n.honorSkipComments&&o.push(`${Pt("honorSkipComments")} must be a boolean`),void 0!==n.functionTypes)if(Array.isArray(n.functionTypes)){for(const e of n.functionTypes)if(!xt.includes(e)){o.push(`${Pt("functionTypes")} contains invalid value "${e}". Valid values: ${xt.join(", ")}`);break}}else o.push(`${Pt("functionTypes")} must be an array of FunctionKind values`);if(void 0!==n.namedOnly&&"boolean"!=typeof n.namedOnly&&o.push(`${Pt("namedOnly")} must be a boolean`),o.length)throw t.error(`\n - ${o.join("\n - ")}`),new Error(`Invalid configuration for ${st}.`);return{enable:!!n.enable,include:n.include||[/\.[jt]sx?$/],exclude:n.exclude||[/\/node_modules\//,/\.min\.js$/,/\/pyodide-lib\//,/^vite\//,/\0/,/commonjsHelpers\.js$/,/__vite-browser-external/,/@datadog\/browser-/,/browser-sdk\/packages\//],honorSkipComments:n.honorSkipComments??!0,functionTypes:n.functionTypes,namedOnly:n.namedOnly??!1}})(e,t.getLogger(st));return n.enable?(t.inject({type:"code",position:rt.BEFORE,injectIntoAllChunks:!0,value:"if(typeof globalThis.$dd_probes==='undefined'){globalThis.$dd_probes=function(){}}"}),[jt(n,t)]):[]},Rt=[e=>/modules\.tree\.(count|size)$/.test(e.metric)?null:e,e=>e.tags.some((e=>/^assetName:.*\.map$/.test(e)||/^moduleName:\/node_modules/.test(e)))?null:e,e=>{const t={size:1e5,count:10,duration:1e3};/(entries|loaders|warnings|errors)\.count$/.test(e.metric)&&(t.count=0),/(modules\.(dependencies|dependents)$)/.test(e.metric)&&(t.count=30),/modules\.tree\.count$/.test(e.metric)&&(t.count=150),/modules\.tree\.size$/.test(e.metric)&&(t.size=15e5),/entries\.size$/.test(e.metric)&&(t.size=0),/entries\.modules\.count$/.test(e.metric)&&(t.count=0);return(e.points.length?e.points.reduce(((e,t)=>e+t[1]),0)/e.points.length:0)>t[e.type]?e:null}],At="metrics",Ot="datadog-metrics-plugin",Tt=e=>Math.floor((e||Date.now())/1e3),Mt=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),Nt=(e="")=>e.endsWith("/")?e:`${e}/`,It=(e,t)=>{let n=e;return e.split(Nt(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},_t=(e,t)=>e.split("!").pop().replace(Nt(t),"./"),Ft=(e,t,n)=>{let o=e.name||e.userRequest;return o||(o=((e,t)=>{let n=e.userRequest;if(!n){let o;o=t.moduleGraph&&"function"==typeof t.moduleGraph.getIssuer?t.moduleGraph.getIssuer(e):e.issuer,n=o?.userRequest,n||(n=e._identifier?.split("!").pop())}return n||"unknown"})(e,t)),_t(o||"no-name",n)},zt=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),Lt=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),qt=t.bold.red,Kt=t.bold.cyan,Bt=e=>(t,n)=>{let o,r;return"function"==typeof e?(o=e(t),r=e(n)):(o=t[e],r=n[e]),o>r?-1:o<r?1:0},Ut=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort(Bt("duration"));const o={name:`${e} duration`,values:n.map((e=>({name:e.name,value:K(e.duration)}))),top:!0};n.sort(Bt("increment"));return[o,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},Ht=(e,t,n)=>{const o=[];var r;n&&(o.push(...Ut("Loader",n.loaders)),o.push(...Ut("Tapable",n.tapables)),o.push(...Ut("Module",n.modules))),o.push(...(e=>{const t={name:"Module total dependents",values:[],top:!0},n={name:"Module total dependencies",values:[],top:!0},o={name:"Module size",values:[],top:!0},r={name:"Module aggregated size",values:[],top:!0},s=new Set,i=L(e.build),a=new Map,u=new Map,c=new Map;for(const e of i.inputs||[]){if("map"===e.type)continue;const t=new Set(e.dependencies),n=new Set(e.dependents);for(const n of t)c.has(n)||c.set(n,new Set),c.get(n).add(e.filepath);for(const t of n)u.has(t)||u.set(t,new Set),u.get(t).add(e.filepath);if(u.has(e.filepath)){const n=u.get(e.filepath);for(const e of n)t.add(e)}if(c.has(e.filepath)){const t=c.get(e.filepath);for(const e of t)n.add(e)}u.set(e.filepath,t),c.set(e.filepath,n),a.set(e.filepath,{name:e.name,size:e.size,dependencies:t,dependents:n})}for(const[e,t]of a){const n=u.get(e)||new Set,o=c.get(e)||new Set;let r=t.size;for(const e of n)r+=a.get(e)?.size||0;s.add({name:t.name,size:t.size,aggregatedSize:r,dependents:o,dependencies:n})}if(!s.size)return[t,n,o];const d=Array.from(s);return d.sort(Bt((e=>e.dependents.size))),t.values=d.map((e=>({name:e.name,value:e.dependents.size.toString()}))),d.sort(Bt((e=>e.dependencies.size))),n.values=d.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),d.sort(Bt("size")),o.values=d.map((e=>({name:e.name,value:m(e.size)}))),d.sort(Bt("aggregatedSize")),r.values=d.map((e=>({name:e.name,value:m(e.aggregatedSize||e.size)}))),[t,n,o,r]})(e)),o.push(...(r=e,[{name:"Asset size",values:(r.build.outputs||[]).filter((e=>"map"!==e.type)).sort(Bt((e=>e.size))).map((e=>({name:e.name,value:m(e.size)}))),top:!0},{name:"Entry aggregated size",values:(r.build.entries||[]).sort(Bt((e=>e.size))).map((e=>({name:e.name,value:m(e.size)}))),top:!0},{name:"Entry number of modules",values:(r.build.entries||[]).sort(Bt((e=>e.size))).map((e=>({name:e.name,value:e.inputs.length.toString()})))||[],top:!0}])),o.push(...(e=>{const t={name:"General Numbers",values:[],top:!1},n=e.build.inputs?e.build.inputs.length:0,o=e.build.outputs?e.build.outputs.length:0,r=e.build.warnings.length,s=e.build.errors.length,i=e.build.entries?e.build.entries.length:0;return e.build.start&&t.values.push({name:"Overhead duration",value:K(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:K(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:K(e.build.writeDuration)}),t.values.push({name:"Number of modules",value:n.toString()},{name:"Number of assets",value:o.toString()},{name:"Number of entries",value:i.toString()},{name:"Number of warnings",value:r.toString()},{name:"Number of errors",value:s.toString()}),[t]})(e));const s=(e=>{let t="";for(const t of e){t.top&&t.values.length>=5&&(t.values=t.values.slice(0,5),t.name=`Top 5 ${t.name}`);for(const e of t.values)e.name=B(e.name,60)}const n=Math.max(...e.map((e=>e.name.length))),o=Math.max(...e.flatMap((e=>e.values.map((e=>e.name.length))))),r=Math.max(...e.flatMap((e=>e.values.map((e=>e.value.length))))),s=Math.max(n+4,o+r+4);for(const n of e){if(0===n.values.length)continue;const e=s-(n.name.length+4);t+=`\n== ${n.name} ${"=".repeat(e)}=\n`;for(const e of n.values){const n=r-e.value.length;t+=` [${qt(e.value)}] ${" ".repeat(n)}${Kt(e.name)}\n`}}return t})(o);t.info(s)},Wt="api/v1/series",Jt=t.bold.green,Vt=["onStart","onLoad","onResolve","onEnd"],Gt=new Map,Yt=new Map,Qt=new Map,Xt=(e,t,n)=>{const o=Object.assign({},e);for(const r of Vt)o[r]=async(o,s)=>{const i=Yt.get(t)||{name:t,increment:0,duration:0,events:{}};i.events[r]=i.events[r]||{name:r,values:[]};const a="onLoad"===r;return(0,e[r])(o,(async(...e)=>{const o=_t(e[0].path,n),u=Qt.get(o)||{name:o,increment:0,duration:0,events:{}};u.events[r]=u.events[r]||{name:r,values:[]};const c=y.performance.now();try{return await s(...e)}finally{const n=y.performance.now(),s=n-c,d={start:c,end:n,duration:s,context:Lt(e)};if(i.events[r].values.push(d),i.duration+=s,i.increment+=1,Yt.set(t,i),u.events[r].values.push(d),u.duration+=s,u.increment+=1,Qt.set(o,u),a){const e=Gt.get(t)||{name:t,increment:0,duration:0,events:{}};e.events[r]=e.events[r]||{name:r,values:[]},e.events[r].values.push(d),e.duration+=s,e.increment+=1,Gt.set(t,e)}}}))};return o},Zt=(e,t)=>({setup:n=>{n.initialOptions.metafile=!0;const o=t.time("wrapping plugins");((e,t)=>{const n=e.initialOptions.plugins;if(n){const e=n.map((e=>({...e})));for(const o of n){const n=o.setup;o.setup=async r=>{const s=Xt(r,o.name,t);await n({...s,initialOptions:{...s.initialOptions,plugins:e}})}}}})(n,e.buildRoot),o.end(),n.onEnd((async n=>{if(!n.metafile)return void t.warn("Missing metafile, can't proceed with modules data.");const o=t.time("getting plugins results"),{plugins:r,loaders:s,modules:i}={plugins:Yt,modules:Qt,loaders:Gt};o.end(),await e.asyncHook("timings",{tapables:r,loaders:s,modules:i})}))}});class en{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=Ft(e,t,this.cwd),o=(e=>(e.loaders||[]).map((e=>e.loader||e)).map(zt))(e);o.length||o.push("no-loader"),this.started[n]={module:It(n),timings:{start:y.performance.now(),duration:0,end:0},loaders:o}}doneModule(e,t){const n=Ft(e,t,this.cwd),o=this.started[n];o&&(o.timings.end=y.performance.now(),o.timings.duration=o.timings.end-o.timings.start,this.finished.push(o),delete this.started[n])}getResults(){const e=new Map,t=new Map;for(const n of this.finished){const o=n.timings.end-n.timings.start,r=t.get(n.module)||{name:n.module,increment:0,duration:0,events:{}},s=n.loaders.join(",");r.events[s]=r.events[s]||{name:s,values:[]},r.events[s].values.push(n.timings),r.increment+=1,r.duration+=o,t.set(n.module,r);for(const t of n.loaders){const n=e.get(t)||{name:t,increment:0,duration:0,events:{}};n.increment+=1,n.duration+=o,e.set(t,n)}}return{loaders:e,modules:t}}}class tn{constructor(e){this.monitoredTaps={},this.tapables=[],this.hooks={},this.timings=new Map,this.ignoredHooks=["normalModuleLoader"],this.cwd=e}saveResult(e,t,n,o,r,s){const i=this.timings.get(t)||{name:t,duration:0,increment:0,events:{}};i.events[n]||(i.events[n]={name:n,values:[]}),i.events[n].values.push({start:r,end:s,duration:s-r,context:o,type:e}),i.duration+=s-r,i.increment+=1,this.timings.set(t,i)}getResults(){const e=this.timings;for(const[t,n]of this.timings){const o=n;o.duration=Object.values(n.events).map((e=>e.values.reduce(((e,t)=>e+t.end-t.start),0))).reduce(((e,t)=>e+t),0),e.set(t,o)}return{monitoredTaps:this.monitoredTaps,tapables:this.tapables,hooks:this.hooks,timings:e}}getPromiseTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const s=y.performance.now(),i=t.apply(this,r),a=()=>{this.saveResult(e,n,o,Lt(r),s,y.performance.now())};return i.then(a,a),i}}getAsyncTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const s=y.performance.now(),i=r.pop();return t.apply(this,[...r,(...t)=>(this.saveResult(e,n,o,Lt(r),s,y.performance.now()),i(...t))])}}getDefaultTapPatch(e,t,n,o){return(...r)=>{this.checkNewHooks();const s=y.performance.now(),i=t.apply(this,r);return this.saveResult(e,n,o,Lt(r),s,y.performance.now()),i}}getTapPatch(e,t,n,o){switch(e){case"promise":return this.getPromiseTapPatch(e,t,n,o);case"async":return this.getAsyncTapPatch(e,t,n,o);default:return this.getDefaultTapPatch(e,t,n,o)}}newTap(e,t,n,o){return(r,s)=>{const i="string"==typeof(a=r)?a:a.name;var a;const u=`${t}-${i}`;if(this.monitoredTaps[u])return n.call(o,r,s);this.monitoredTaps[u]=!0;const c=this.getTapPatch(e,s,i,t);return n.call(o,r,c)}}replaceTaps(e,t){t.tap=this.newTap("default",e,t.tap,t),t.tapAsync=this.newTap("async",e,t.tapAsync,t),t.tapPromise=this.newTap("promise",e,t.tapPromise,t)}patchHook(e,t,n){n._fakeHook||e.includes(Ot)||(this.hooks[e]||(this.hooks[e]=[]),this.hooks[e].includes(t)||(this.hooks[e].push(t),this.replaceTaps(t,n)))}patchHooks(e){const t=e.constructor.name,n=Object.keys(e.hooks).filter((e=>!this.ignoredHooks.includes(e)&&!this.hooks[t]?.includes(e)));for(const o of n)this.patchHook(t,o,e.hooks[o])}checkNewHooks(){for(const e of this.tapables)this.patchHooks(e)}throughHooks(e){this.tapables.includes(e)||this.tapables.push(e),this.patchHooks(e)}}const nn=e=>async t=>{const n=e.getLogger(Ot),o={name:Ot},r=new tn(e.buildRoot),s=new en(e.buildRoot),i=n.time("parse compiler hooks");r.throughHooks(t),i.end(),t.hooks.thisCompilation.tap(o,(e=>{const t=n.time("parse compilation hooks");r.throughHooks(e),t.end(),e.hooks.buildModule.tap(o,(t=>{s.startModule(t,e)})),e.hooks.succeedModule.tap(o,(t=>{s.doneModule(t,e)})),e.hooks.failedModule&&e.hooks.failedModule.tap(o,(t=>{s.doneModule(t,e)}))})),t.hooks.afterEmit.tapPromise(o,(async()=>{const{timings:t}=r.getResults(),{loaders:n,modules:o}=s.getResults();await e.asyncHook("timings",{tapables:t,loaders:n,modules:o})}))},on={filters:Rt},rn=({options:e,context:t})=>{const n=t.getLogger(Ot);let o=0;const r=((e,t)=>{const n=e[At],o=Tt(n?.timestamp);let r=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(r+=r?`.${n.prefix}`:n.prefix),{enable:!!e[At],enableDefaultPrefix:!0,enableTracing:!1,filters:Rt,tags:[],...e[At],timestamp:o,prefix:r.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),s=[];if(!r.enable)return s;const i={name:Ot,enforce:"pre",esbuild:Zt(t,n),webpack:nn(t),rspack:nn(t)},a=n.time("build",{start:!1}),u=r.enableTracing&&["esbuild","webpack","rspack"].includes(t.bundler.name);let c,d;const p=async()=>{t.build.end=Date.now(),t.build.duration=t.build.end-t.build.start,t.build.writeDuration=t.build.end-o;const e=n.time("aggregating metrics"),s=r.timestamp,i=n.time("aggregate universal metrics"),a=((e,t)=>{const n=new Set,o=e.inputs||[],r=e.outputs||[],s=e.entries||[],i=e.warnings.length,a=e.errors.length,u=e.duration,c=new Map,d=new Map,p=new Map;for(const e of s){for(const t of e.inputs)c.has(t.filepath)||c.set(t.filepath,[]),c.get(t.filepath).push(e.name);for(const t of e.outputs){const n=t.filepath.replace(/\.map$/,"");p.has(n)||p.set(n,[]),p.get(n).push(e.name)}}for(const e of r)for(const t of e.inputs)d.has(t.filepath)||d.set(t.filepath,[]),d.get(t.filepath).push(e.name);n.add({metric:"assets.count",type:"count",points:[[t,r.length]],tags:[]}).add({metric:"entries.count",type:"count",points:[[t,s.length]],tags:[]}).add({metric:"errors.count",type:"count",points:[[t,a]],tags:[]}).add({metric:"modules.count",type:"count",points:[[t,o.length]],tags:[]}).add({metric:"warnings.count",type:"count",points:[[t,i]],tags:[]}),u&&n.add({metric:"compilation.duration",type:"duration",points:[[t,u]],tags:[]});for(const e of o){const o=[`moduleName:${e.name}`,`moduleType:${e.type}`];c.has(e.filepath)&&o.push(...c.get(e.filepath).map((e=>`entryName:${e}`))),d.has(e.filepath)&&o.push(...d.get(e.filepath).map((e=>`assetName:${e}`))),n.add({metric:"modules.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"modules.dependencies",type:"count",points:[[t,e.dependencies.size]],tags:o}).add({metric:"modules.dependents",type:"count",points:[[t,e.dependents.size]],tags:o})}for(const e of r){const o=[`assetName:${e.name}`,`assetType:${e.type}`],r=e.filepath.replace(/\.map$/,"");p.has(r)&&o.push(...p.get(r).map((e=>`entryName:${e}`))),n.add({metric:"assets.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"assets.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o})}for(const e of s){const o=[`entryName:${e.name}`];n.add({metric:"entries.size",type:"size",points:[[t,e.size]],tags:o}).add({metric:"entries.modules.count",type:"count",points:[[t,e.inputs.length]],tags:o}).add({metric:"entries.assets.count",type:"count",points:[[t,e.outputs.length]],tags:o})}return n})(d,s);i.end();const u=n.time("aggregate plugins metrics"),p=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"plugins.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values()){let e=0,r=0;for(const s of Object.values(o.events)){let i=0;r+=s.values.length;for(const t of s.values){const n=t.end-t.start;i+=n,e+=n}n.add({metric:"plugins.hooks.duration",type:"duration",points:[[t,i]],tags:[`pluginName:${o.name}`,`hookName:${s.name}`]}).add({metric:"plugins.hooks.increment",type:"count",points:[[t,s.values.length]],tags:[`pluginName:${o.name}`,`hookName:${s.name}`]})}n.add({metric:"plugins.duration",type:"duration",points:[[t,e]],tags:[`pluginName:${o.name}`]}).add({metric:"plugins.increment",type:"count",points:[[t,r]],tags:[`pluginName:${o.name}`]})}return n})(c?.tapables,s);u.end();const l=n.time("aggregate loaders metrics"),f=((e,t)=>{const n=new Set;if(!e)return n;n.add({metric:"loaders.count",type:"count",points:[[t,e.size]],tags:[]});for(const o of e.values())n.add({metric:"loaders.duration",type:"duration",points:[[t,o.duration]],tags:[`loaderName:${o.name}`]}).add({metric:"loaders.increment",type:"count",points:[[t,o.increment]],tags:[`loaderName:${o.name}`]});return n})(c?.loaders,s);l.end();const m=((e,t,n,o,r)=>{const s=new Set;for(const t of e){let e={...t,toSend:!0};if(n?.length)for(const t of n){const n=t({metric:e.metric,type:e.type,points:e.points,tags:e.tags});n?e={...n,toSend:e.toSend}:e.toSend=!1}s.add(Mt(e,o,r))}const i=Array.from(s).filter((e=>e.toSend)).length;return s.add(Mt({metric:"metrics.count",type:"count",points:[[t,i+1]],tags:[],toSend:!0},o,r)),s})(new Set([...a,...p,...f]),s,r.filters,r.tags,r.prefix);await t.asyncHook("metrics",m),e.end();const h=n.time("outputing report");Ht(t,n,c),h.end();const g=n.time("sending metrics to Datadog");await((e,t,n)=>{if(!t.apiKey)return void n.info("Won't send metrics to Datadog: missing API Key.");if(!e.size)return void n.debug("No metrics to send.");const o=Array.from(e).filter((e=>e.toSend)).map((e=>({...e,toSend:void 0}))),r=new Map;for(const e of o)r.has(e.metric)||r.set(e.metric,0),r.set(e.metric,r.get(e.metric)+1);const s=Array.from(r.entries()).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>`${e} - ${t}`));return n.debug(`\nSending ${o.length} metrics with configuration:\n - intake: ${Jt(`https://api.${t.site}/${Wt}`)}\n\nMetrics:\n - ${s.join("\n - ")}`),I({method:"POST",url:`https://api.${t.site}/${Wt}?api_key=${t.apiKey}`,getData:()=>({data:JSON.stringify({series:o})})}).catch((e=>{n.error(`Error sending metrics ${e}`)}))})(m,{apiKey:t.auth.apiKey,site:t.auth.site},n),g.end()},l={name:"datadog-universal-metrics-plugin",enforce:"post",buildStart(){a.resume(),t.build.start=t.build.start||Date.now(),e[At]?.timestamp||(r.timestamp=Tt(t.build.start))},buildEnd(){a.end(),o=Date.now()},async timings(e){c=e,d&&await p()},async buildReport(e){d=e,!c&&u||await p()}};return r.enableTracing&&s.push(i),s.push(l),s},sn="output",an="datadog-output-plugin",un=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,cn=e=>{const t=void 0===e;return{build:un("build",e?.build??t),bundler:un("bundler",e?.bundler??t),dependencies:un("dependencies",e?.dependencies??t),errors:un("errors",e?.errors??t),logs:un("logs",e?.logs??t),metrics:un("metrics",e?.metrics??t),timings:un("timings",e?.timings??t),warnings:un("warnings",e?.warnings??t)}},dn=(e,t)=>n=>{n.hooks.done.tap("bundler-outputs",(n=>{t((()=>{const t=e.time("stats serialization"),o=n.toJson({all:!1,assets:!0,children:!0,chunks:!0,chunkGroupAuxiliary:!0,chunkGroupChildren:!0,chunkGroups:!0,chunkRelations:!0,entrypoints:!0,errors:!0,ids:!0,modules:!0,nestedModules:!0,relatedAssets:!0,warnings:!0,reasons:!1,chunkModules:!1});return t.end(),o}))}))},pn=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},ln=({options:e,context:t})=>{const n=(e=>({enable:!!e[sn],path:"./",...e[sn],files:cn(e[sn]?.files)}))(e),o=t.getLogger(an);if(!n.enable)return[];const r=(e,r)=>{const s=n.files[e];if(!r||!1===s)return;t.queue((async()=>{const e=o.time(`output ${s}`),i=((e,t,n)=>{const o=c.isAbsolute(t)?t:c.resolve(e,t);return c.resolve(o,n)})(t.bundler.outDir,n.path,s);let d;try{const e="function"==typeof r?await r():r;await(async(e,t)=>{await ne(c.dirname(e));const n=a.createWriteStream(e),o=new u.JsonStreamStringify(t,void 0,2),r=new Promise(((e,t)=>{o.on("end",(()=>{e()})),o.on("error",(e=>{t(e)}))}));return o.pipe(n),r})(i,e)}catch(e){d=e}d?o.error(`Failed writing ${s}: ${d}`):o.debug(`Wrote "./${c.relative(t.buildRoot,i)}"`),e.end()})())};return[{name:an,buildReport(e){const t=o.time("serialize report"),n=L(e);t.end(),r("build",{bundler:n.bundler,metadata:n.metadata,start:n.start,end:n.end,duration:n.duration,writeDuration:n.writeDuration,entries:n.entries,outputs:n.outputs}),r("logs",n.logs),r("timings",n.timings),r("dependencies",n.inputs),r("errors",n.errors),r("warnings",n.warnings)},metrics(e){r("metrics",(()=>Array.from(e)))},esbuild:{setup(e){e.onEnd((e=>{r("bundler",e.metafile)}))}},rspack:dn(o,(e=>{r("bundler",e)})),rollup:pn((e=>{r("bundler",e)})),vite:pn((e=>{r("bundler",e)})),webpack:dn(o,(e=>{r("bundler",e)}))}]},fn="rum",mn="datadog-rum-plugin",hn=e=>`(function(c,n){try{if(typeof window==='undefined')return;var w=window,m=w[n]=w[n]||{},s=new Error().stack;s&&(m[s]=c)}catch(e){}})(${JSON.stringify(e)},${JSON.stringify("DD_SOURCE_CODE_CONTEXT")});`,gn="datadog-rum-privacy-plugin";const yn=(e,t)=>{const n=t.getLogger(gn),o=function(e,t){const n={privacy:{addToDictionaryHelper:{expression:{code:e}}}};return["esbuild","webpack","rspack"].includes(t)&&(n.output={...n.output,inlineSourceMap:!1,embedCodeInSourceMap:!0}),n}(e.helperCodeExpression,t.bundler.name);let r=0,s=0;return{name:gn,enforce:"post",transform:{filter:{id:{include:e.include,exclude:e.exclude}},handler(e,t){try{const n=function(e){if("rspack"===e?.framework||"webpack"===e?.framework)switch(typeof e.inputSourceMap){case"undefined":return;case"string":return e.inputSourceMap;default:return JSON.stringify(e.inputSourceMap)}}(this.getNativeBuildContext?.()),i=b.instrument({id:t,code:e,map:n},o);return 0===i.privacyDictionarySize?{code:e}:(r+=i.privacyDictionarySize,s++,i)}catch(t){return n.error(`Instrumentation Error: ${t}`,{forward:!0}),{code:e}}}},buildEnd:()=>{n.debug(`Privacy dictionary will include ${r} entries across ${s} files`,{forward:!0,context:{dictionaryEntryCount:r,fileCount:s}})}}},bn=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,wn=(e,t)=>{const n=e.sdk;if(n.clientToken)return bn(e);if(!t.auth.apiKey||!t.auth.appKey)throw new Error('Missing "auth.apiKey" and/or "auth.appKey" to fetch "rum.sdk.clientToken".');return async()=>{let o;try{const e=await I({url:`https://api.${t.auth.site}/api/v2/rum/applications/${n.applicationId}`,type:"json",auth:t.auth});o=e.data?.attributes?.client_token}catch(e){throw new Error(`Could not fetch the clientToken: ${e.message}`)}if(!o)throw new Error("Missing clientToken in the API response.");return bn({...e,sdk:{clientToken:o,...n}})}},$n=e=>{const n=t.bold.red,o=e[fn]||{},r={errors:[]};if(!o.sdk)return r;o.sdk.applicationId||r.errors.push(`Missing ${n("applicationId")} in the SDK configuration.`),e.auth.apiKey&&e.auth.appKey||o.sdk.clientToken||r.errors.push(`Missing ${n('"auth.apiKey"')} and/or ${n('"auth.appKey"')} to fetch missing client token.`);const s={applicationId:"unknown_application_id",allowUntrustedEvents:!1,compressIntakeRequests:!1,defaultPrivacyLevel:"mask",enablePrivacyForActionName:!1,sessionReplaySampleRate:0,sessionSampleRate:100,silentMultipleInit:!1,site:e.auth.site||"datadoghq.com",startSessionReplayRecordingManually:!1,storeContextsAcrossPages:!1,telemetrySampleRate:20,traceSampleRate:100,trackingConsent:"granted",trackLongTasks:!1,trackResources:!1,trackUserInteractions:!1,trackViewsManually:!1};return r.config={...s,...o.sdk},r},vn=e=>{const t=e[fn]||{},n={errors:[]};if(t.privacy){const e={exclude:[/\/node_modules\//,/\.preval\./,/^[!@#$%^&*()=+~`-]/],include:[/\.(?:c|m)?(?:j|t)sx?$/],addToDictionaryFunctionName:"$",helperCodeExpression:"/*__PURE__*/((q='$DD_A_Q',g=globalThis)=>(g[q]=g[q]||[],(v=>(g[q].push(v),v))))()"};n.config={...e,...t.privacy}}return n},kn=e=>{const n=t.bold.red,o=e[fn]||{},r={errors:[]};if(!o.sourceCodeContext)return r;const s=o.sourceCodeContext;return s?.service&&"string"==typeof s.service||r.errors.push(`Missing ${n('"rum.sourceCodeContext.service"')}.`),r.config=s,r},Sn=({options:e,context:t})=>{const n=((e,t)=>{const n=[],o=$n(e),r=vn(e),s=kn(e);if(n.push(...o.errors),n.push(...r.errors),n.push(...s.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${mn}.`);const i={enable:!!e[fn],...e[fn],sdk:void 0,privacy:void 0,sourceCodeContext:void 0};return o.config&&(i.sdk=o.config),r.config&&(i.privacy=r.config,t.debug(`datadog-rum-privacy plugin options: ${JSON.stringify(i.privacy,((e,t)=>t instanceof RegExp?t.toString():t))}`,{forward:!0})),s.config&&(i.sourceCodeContext=s.config),i})(e,t.getLogger(mn)),o=[];if(!n.enable)return o;if(n.sourceCodeContext&&t.inject({type:"code",position:rt.BEFORE,injectIntoAllChunks:!0,value:hn(n.sourceCodeContext)}),n.sdk&&(t.inject({type:"file",position:rt.MIDDLE,value:c.join(__dirname,"./rum-browser-sdk.js")}),t.inject({type:"code",position:rt.MIDDLE,value:wn(n,t)})),n.privacy){t.inject({type:"file",position:rt.BEFORE,value:c.join(__dirname,"./privacy-helpers.js")});const e=yn(n.privacy,t);o.push(e)}return o},En="datadog-analytics-plugin",xn=({context:e})=>{const t=e.getLogger(En);return[{name:En,async buildStart(){"production"===e.env&&e.queue((async()=>{try{await e.sendLog({message:"Build started",context:{plugins:e.pluginNames}})}catch(e){t.debug(`Could not submit data to Datadog: ${e}`)}})())}}]},Pn="datadog-async-queue-plugin",Dn=e=>{const{context:t,stores:n}=e,o=t.getLogger(Pn),r=[];return t.queue=e=>{const t=e.catch((e=>{r.push(e.message||e.toString())}));n.queue.push(t)},[{name:Pn,asyncTrueEnd:async()=>{await Promise.all(n.queue),r.length>0&&o.error(`Error occurred while processing async queue:\n ${r.join("\n ")}`)}}]},jn=async(e,t,n)=>{const o=[],r=e.initialOptions.entryPoints,s=[],i=[];if(Array.isArray(r))for(const e of r){const t=e&&"object"==typeof e?e.in:e;s.push({path:t})}else r&&"object"==typeof r&&s.push(...Object.entries(r).map((([e,t])=>({name:e,path:t}))));const a=s.flatMap((e=>{return(t=e.path,t.includes("*")?l.glob.sync(t):[t]).map((t=>[e,t]));var t})).map((async([n,r])=>{const s=await e.resolve(r,{kind:"entry-point",resolveDir:t.buildRoot});s.errors.length&&i.push(...s.errors.map((e=>e.text))),s.path&&o.push({name:n.name,resolved:s.path,original:n.path})}));for(const e of i)n.error(e);return await Promise.all(a),o},Cn=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,Rn=/(\?|%3F|\|)+/gi,An=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=Mn(e),Cn.lastIndex=0,Cn.exec(t)?.[1]||"unknown");var t},On=["unknown","commonjsHelpers.js",`vite${c.sep}preload-helper.js`],Tn=(e,t,n)=>{const o=new Set;for(const n of e){const e=Mn(n);z(n)||e===t||On.includes(e)||o.add(e)}return o},Mn=e=>e.split("!").pop().split(Rn).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),Nn=(e,t)=>z(t)?C:"unknown"===t?t:t.includes("webpack/runtime")?t.replace("webpack/runtime/","").replace(/ +/g,"-"):((e,t)=>{const n=t.split(c.sep),o=e.split(c.sep).filter(((e,t)=>e===n[t])).join(c.sep);return e.replace(o,"")})(t.split("!").pop(),e).split("node_modules").pop().split(Rn).shift().replace(/^((\.\.?)?[/\\])+/g,""),In=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[me(t,e),n]))),_n=(e,t)=>({setup(n){const o=new Map;let r=[];const s=t.time("build report",{start:!1});n.onStart((async()=>{o.clear(),r=[],s.resume();const i=t.time("process entries");r.push(...await jn(n,e,t));for(const t of r){const n=Nn(e.bundler.outDir,t.resolved);t.name?o.set(n,t.name):o.set(n,n)}i.end(),s.pause()})),n.onEnd((async n=>{s.resume();const r=t.time("collecting errors and warnings"),i=e.bundler.outDir,a=e.buildRoot;for(const t of n.errors)e.build.errors.push(t.text);for(const t of n.warnings)e.build.warnings.push(t.text);if(r.end(),!n.metafile){const n="Missing metafile from build report.";return e.build.warnings.push(n),void t.warn(n)}const u=[],d=[],p=[],l=[],f=[],m={},h={},g=t.time("indexing metafile data"),y=In(n.metafile.inputs,a),b=In(n.metafile.outputs,a);g.end();const w=e=>{if(!z(e))return e;const t=y[me(a,e)];if(!t)return e;const n=t.imports.find((e=>!z(e.path)));return n?n.path:e},$=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(z(e))continue;const n=me(a,e),o={name:Nn(i,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:An(e)};m[n]=o,u.push(o)}$.end();const v=t.time("looping through outputs");for(const[e,r]of Object.entries(n.metafile.outputs)){const n=me(a,e),s=Nn(i,n),u=[];for(const e of Object.keys(r.inputs)){if(z(e))continue;const n=m[me(a,e)];n?u.push(n):t.debug(`Input ${e} not found for output ${s}`)}if(r.entryPoint&&!u.length){const e=m[me(a,r.entryPoint)];if(!e){t.debug(`Input ${r.entryPoint} not found for output ${s}`);continue}u.push(e)}const c={name:s,filepath:n,inputs:u,size:r.bytes,type:An(n)};if(h[n]=c,"map"===c.type&&l.push(c),d.push(c),!r.entryPoint)continue;const f=m[me(a,w(r.entryPoint))];if(f){if(!o.get(f.name))continue;const e={...c,name:o.get(f.name)||f.name,outputs:[c],size:c.size};p.push(e)}}v.end();const k=t.time("looping through sourcemaps");for(const e of l){const n=h[e.filepath.replace(/\.map$/,"")];n?e.inputs.push(n):t.debug(`Could not find output for sourcemap ${e.name}`)}k.end();const S={inputs:{report:m,meta:y},outputs:{report:h,meta:b}},E=/(<runtime>|https:|file:|data:|#)/g,x=e=>!z(e)&&!e.match(E),P=(e,n,o={})=>{if(!x(e))return o;const r=n.report[e];if(!r)return t.debug(`Could not find report's ${e}`),o;if(o[r.filepath])return o;o[r.filepath]=r;const s=n.meta[e];if(!s)return t.debug(`Could not find metafile's ${e}`),o;if(!s.imports||!s.imports.length)return o;for(const t of s.imports){const s=t.path.match(/^\.\.?\//),d=s?c.dirname(e):a,p=me(d,t.path);if(t.external){if(x(t.path)){const e=s?p:t.path,n=S.inputs.report[e]||{filepath:e,name:Nn(i,t.path),size:0,type:"external",dependencies:new Set,dependents:new Set};"dependencies"in r&&(n.dependents.add(r),r.dependencies.add(n)),"inputs"in r&&!r.inputs.includes(n)&&r.inputs.push(n),u.includes(n)||u.push(n),S.inputs.report[e]=n,o[n.filepath]=n}}else P(p,n,o)}return o},D=t.time("looping through entries");for(const e of p){const t={},n={};for(const n of e.inputs)P(n.filepath,S.inputs,t);for(const t of e.outputs)P(t.filepath,S.outputs,n);e.inputs=Object.values(t),e.outputs=Object.values(n),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),f.push(e)}D.end();const j=t.time("aggregate dependencies and dependents");for(const e of u){if("external"===e.type)continue;const n=S.inputs.meta[e.filepath];if(n)for(const o of n.imports){if(!x(o.path))continue;const n=o.path.match(/^\.?\.\//),r=n?c.dirname(e.filepath):a,s=me(r,o.path);let i;if(o.external){const e=n?s:o.path;i=S.inputs.report[e]}else i=S.inputs.report[s];i?(e.dependencies.add(i),i.dependents.add(e)):t.debug(`Could not find input file of ${o.path} imported from ${e.name}`)}else t.debug(`Could not find metafile's ${e.name}`)}j.end(),e.build.outputs=d,e.build.inputs=u,e.build.entries=f,s.end(),await e.asyncHook("buildReport",e.build)}))}}),Fn=(e,t)=>{const n=t.time("module parsing",{start:!1}),o=t.time("build report",{start:!1}),r=t.time("filling entries",{start:!1}),s=t.time("filling inputs and outputs",{start:!1}),i=t.time("completing dependencies and dependents",{start:!1}),u=t.time("filling dependencies and dependents",{start:!1}),c=t.time("filling sourcemaps inputs",{start:!1}),d=new Map,p=new Map,l=new Map,f=new Map;return{buildStart(){f.clear(),d.clear(),p.clear(),l.clear()},onLog(t,n){"warn"===t&&e.build.warnings.push(n.message||n.toString())},renderError(t){t&&e.build.errors.push(t.message)},moduleParsed(e){n.resume();const t=Mn(e.id),o=f.get(t)||{dependencies:new Set,dependents:new Set},r=Tn(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),s=Tn(new Set([...e.dynamicImporters,...e.importers]),t);for(const e of s)o.dependents.add(e);for(const e of r)o.dependencies.add(e);f.set(t,o),n.tag([`module:${t}`],{span:!0}),n.pause()},writeBundle(n,m){o.resume();const h=n.dir?me(e.buildRoot,n.dir):e.bundler.outDir,g=new Set,y=new Set,b=new Map;i.resume();for(const[e,{dependencies:t,dependents:n}]of f){for(const n of t){const t=Mn(n),o=f.get(t)||{dependencies:new Set,dependents:new Set};o.dependents.has(e)||(o.dependents.add(e),f.set(t,o))}for(const t of n){const n=Mn(t),o=f.get(n)||{dependencies:new Set,dependents:new Set};o.dependencies.has(e)||(o.dependencies.add(e),f.set(n,o))}}i.end(),s.resume();for(const[e,n]of Object.entries(m)){const o=me(h,e),r="code"in n?Buffer.byteLength(n.code,"utf8"):Buffer.byteLength(n.source,"utf8"),s=p.get(o)||{name:e,filepath:o,inputs:[],size:r,type:An(e)};if("map"===s.type&&y.add(s),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(Mn(e)!==e)continue;let n=t.originalLength;if(!n&&0!==n)try{n=a.statSync(e).size}catch(e){n=t.renderedLength}const o=d.get(e)||{name:Nn(h,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:An(e)};s.inputs.push(o),d.set(o.filepath,o)}if("imports"in n)for(const e of n.imports){const n=Mn(e);if(!f.has(n)){b.set(me(h,n),s);continue}if(d.has(n)){t.debug(`Input report already there for ${n} from ${s.name}.`);continue}const o=d.get(n)||{name:Nn(h,e),dependencies:new Set,dependents:new Set,filepath:n,size:0,type:"external"};s.inputs.push(o),d.set(o.filepath,o)}"isEntry"in n&&n.isEntry&&g.add({...s,name:n.name,size:0,outputs:[s]}),p.set(s.filepath,s)}s.end();for(const[e,n]of b){const o=p.get(e);o?n.inputs.includes(o)||n.inputs.push(o):t.debug(`Could not find the output report for ${e}.`)}u.resume();for(const[e,n]of d){const o=f.get(e);if(o){for(const e of o.dependencies){const o=d.get(e);o?n.dependencies.add(o):t.debug(`Could not find input for dependency ${Nn(h,e)} of ${n.name}`)}for(const e of o.dependents){const o=d.get(e);o?n.dependents.add(o):t.debug(`Could not find input for dependent ${Nn(h,e)} of ${n.name}`)}}else t.debug(`Could not find the import report for ${n.name}.`)}if(u.end(),y.size){c.resume();for(const e of y){const n=e.filepath.replace(/\.map$/,""),o=p.get(n);o?e.inputs.push(o):t.debug(`Could not find output for sourcemap ${e.name}`)}c.end()}const w=(e,n=new Map)=>{if(n.has(e))return n;const o=Nn(h,e),r=p.get(e);if(!r)return d.has(o)||t.debug(`Could not find output for ${o}`),n;n.set(e,r);const s=m[Nn(h,e)];if(!s)return t.debug(`Could not find asset for ${o}`),n;const i=[];"imports"in s&&i.push(...s.imports),"dynamicImports"in s&&i.push(...s.dynamicImports);for(const e of i)w(me(h,e),n);return n};r.resume();for(const e of g){const n=w(e.filepath);e.outputs=Array.from(n.values()),e.inputs=Array.from(new Set(e.outputs.flatMap((e=>e.inputs)))),e.size=e.outputs.reduce(((e,t)=>e+t.size),0),l.has(e.filepath)&&t.debug(`Entry "${e.name}":"${Nn(h,e.filepath)}" already reported.`),l.set(e.filepath,e)}r.pause(),o.pause()},async closeBundle(){e.build.inputs=Array.from(d.values()),e.build.outputs=Array.from(p.values()),e.build.entries=Array.from(l.values()),r.end(),o.end(),await e.asyncHook("buildReport",e.build)}}},zn=(e,t,n)=>o=>{let r=[],s=[],i=[];const a=new Map,u=new Map,c=new Map,d=new Map,p=[],l=new Map,f=n.time("build report",{start:!1}),m=e=>!(!e||e.startsWith("webpack/runtime")||e.startsWith("multi ")||z(e)),h=e=>e.replace(/(^external[^"]+"|"$)/g,""),g=e=>{const t=(e=>{const t=e.identifier();return{identifier:()=>t,dependencies:"dependencies"in e?[...e.dependencies]:[],blocks:"blocks"in e?[...e.blocks]:[],externalType:"externalType"in e?e.externalType:void 0,external:"external"in e?e.external:void 0}})(e),n=(e=>{const t=new Set,n=["rawRequest","resource","request","userRequest"],o=e=>{const n=Mn(e);t.add(n),n.startsWith("external ")&&t.add(h(n))};o(e.identifier());for(const t of n){const n=e[t];t&&t in e&&"string"==typeof n&&o(n)}return t})(e);for(const e of n)if(d.has(e)){const n=d.get(e);n.dependencies.push(...t.dependencies||[]),n.blocks.push(...t.blocks||[])}else d.set(e,t)},y=(e,t=[])=>{if("dependencies"in e)for(const n of e.dependencies)t.push(n),y(n,t);if("blocks"in e)for(const n of e.blocks)y(n,t);return t},b=(e,t)=>{if("request"in t&&t.request){const n=Mn(t.request);if(d.has(n))return d.get(n);if(e.context){const t=me(Mn(e.context),n);if(d.has(t))return d.get(t)}}},w=e=>!(!("externalType"in e)||!e.externalType)||(!(!("external"in e)||!e.external)||!!e.identifier?.().startsWith("external "));o.hooks.thisCompilation.tap(t,(o=>{r=[],s=[],i=[],a.clear(),u.clear(),d.clear(),l.clear(),o.hooks.finishModules.tap(t,(t=>{f.resume();const o=n.time("dependency graph"),s=n.time("indexing modules");for(const e of t)g(e);s.end();const i=n.time("building inputs");for(const n of t){const t=n.identifier(),o=Nn(e.bundler.outDir,t),s=new Set(y(n).map((e=>{const o=b(n,e);if(!o?.identifier())return!1;const r=o.identifier();return!!m(r)&&(r!==t&&(w(o)?h(r):r))})).filter(Boolean));if(!m(t))continue;const i=l.get(t)||{dependents:new Set,dependencies:new Set};for(const e of s){const n=l.get(e)||{dependencies:new Set,dependents:new Set};n.dependents.add(t),i.dependencies.add(e),l.set(e,n)}l.set(t,i);const u=w(n)?{size:0,name:h(o),dependencies:new Set,dependents:new Set,filepath:t,type:"external"}:{size:n.size()||0,name:o,dependencies:new Set,dependents:new Set,filepath:t,type:An(t)};r.push(u),a.set(t,u),w(n)&&a.set(h(t),u)}i.end();const u=n.time("assigning dependencies and dependents");for(const e of r){const t=l.get(e.filepath);if(t){for(const o of t.dependencies){const t=a.get(o);t?e.dependencies.add(t):n.debug(`Could not find input of dependency ${o}`)}for(const o of t.dependents){const t=a.get(o);t?e.dependents.add(t):n.debug(`Could not find input of dependent ${o}`)}}else n.debug(`Could not find dependency report for ${e.name}`)}u.end(),o.end(),f.pause()}))})),o.hooks.afterEmit.tapPromise(t,(async t=>{f.resume();const o=t.chunks,d=t.getAssets(),l=t=>[...t.files||[],...t.auxiliaryFiles||[]].map((t=>me(e.bundler.outDir,t))),h=n.time("indexing chunks"),g=t.chunkGraph;for(const e of o){const t=l(e),n=(g?.getChunkModules(e)||[]).flatMap((e=>"modules"in e&&Array.isArray(e.modules)?e.modules.map((e=>e.identifier())):e.identifier())).filter(m);for(const e of t){if("map"===An(e))continue;const t=c.get(e)||new Set;for(const e of n)t.add(e);c.set(e,t)}}h.end();const y=n.time("building outputs");for(const t of d){const o={size:t.source.size()||0,name:t.name,inputs:[],filepath:me(e.bundler.outDir,t.name),type:An(t.name)};if(u.set(o.filepath,o),s.push(o),"map"===o.type){p.push(o);continue}const r=c.get(o.filepath);if(r)for(const e of r){const t=a.get(e);t?o.inputs.push(t):n.debug(`Could not find input of ${e}`)}else n.debug(`Could not find modules for ${o.name}`)}y.end();const b=n.time("filling sourcemaps inputs");for(const e of p){const t=u.get(e.filepath.replace(/\.map$/,""));t?e.inputs.push(t):n.debug(`Output not found for sourcemap ${e.name}`)}b.end();const w=n.time("building entries"),$=(e,t=new Set)=>{if(t.has(e))return new Set;t.add(e);const n=new Set(e.chunks);for(const o of e.childrenIterable||[]){const e=$(o,t);for(const t of e)n.add(t)}return n};for(const[o,r]of t.entrypoints){const t=new Map,s=new Map;let a=0;const c=$(r),d=Array.from(c).flatMap(l),p=r.chunks.filter((e=>g.getChunkEntryModulesIterable(e)||!1)).flatMap((e=>Array.from(e.files))).filter((e=>e.includes(o)||r.name&&e.includes(r.name))).find((e=>"js"===An(e)));for(const e of d){const o=u.get(e);if(e&&o){if("map"!==o.type&&!t.has(o.name)){t.set(o.name,o);for(const e of o.inputs)s.has(e.filepath)||s.set(e.filepath,e);a+=o.size}}else n.debug(`Could not find output of ${JSON.stringify(e)}`)}const f={name:o,filepath:p?me(e.bundler.outDir,p):"unknown",size:a,inputs:Array.from(s.values()),outputs:Array.from(t.values()),type:p?An(p):"unknown"};i.push(f)}w.end();for(const n of t.errors)e.build.errors.push(n.message);for(const n of t.warnings)e.build.warnings.push(n.message);e.build.inputs=r,e.build.outputs=s,e.build.entries=i,f.end(),await e.asyncHook("buildReport",e.build)}))},Ln="datadog-build-report-plugin",qn=e=>{const{context:t}=e,n=t.getLogger(Ln);return[{name:Ln,enforce:"post",esbuild:_n(t,n),rspack:zn(t,Ln,n),webpack:zn(t,Ln,n),vite:Fn(t,n),rollup:Fn(t,n)}]},Kn="datadog-bundler-report-plugin",Bn=(e,t)=>t?c.isAbsolute(t)?t:c.resolve(e,t):"",Un=e=>{if(!e)return[];return(Array.isArray(e)?e:[e]).map((e=>e.dir?e.dir:e.file?c.dirname(e.file):void 0)).filter(Boolean)},Hn=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=Bn(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},Wn=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const o=t.build?.rollupOptions?.output,r=Un(o);e.buildRoot=t.root??process.cwd(),o&&r.length&&(n=ge(r,process.cwd())),e.bundler.outDir=Bn(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),Jn=e=>{const{context:t}=e,n=t.getLogger(Kn);return[{name:Kn,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=Bn(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=Bn(t.buildRoot,c.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:Hn(t),rspack:Hn(t),vite:Wn(t),rollup:{options(e){let n;if("output"in e){const t=Un(e.output);n=ge(t,process.cwd())}const o=(e=>{const t=new Set;if(e.input){const n=Array.isArray(e.input)?e.input:"object"==typeof e.input?Object.values(e.input):[e.input];for(const e of n){if("string"!=typeof e)throw new Error("Invalid input type");t.add(c.dirname(e))}}return Array.from(t)})(e);if(n){t.bundler.outDir=me(process.cwd(),n);const e=ge([n,...o],process.cwd());t.buildRoot=e===c.sep?process.cwd():e}else t.buildRoot=ge(o,process.cwd()),t.bundler.outDir=c.resolve(process.cwd(),"dist");t.hook("buildRoot",t.buildRoot)},buildStart(e){t.bundler.rawConfig=e},renderStart(e){t.bundler.rawConfig.outputs=t.bundler.rawConfig.outputs||[],t.bundler.rawConfig.outputs.push(e),t.hook("bundlerReport",t.bundler);const o=Un(e);ge(o,process.cwd()).startsWith(t.bundler.outDir)||n.warn("The output directory has been changed by a plugin and may introduce some inconsistencies in the build report.")}}}]},Vn="datadog-custom-hooks-plugin",Gn=e=>{const{context:t}=e,n=t.getLogger(Vn),o=e=>(o,...r)=>{const s=n.time(`execution | ${o}`,{tags:["type:custom-hook",`hook:${o}`]}),i=[],a=[];for(const n of t.plugins){if(!(o in n))continue;const t=n[o];if("function"==typeof t)try{const s=t(...r);s instanceof Promise&&(e||i.push(`Plugin "${n.name}" returned a promise on the non async hook "${o}".`),a.push(s))}catch(e){i.push(`Plugin "${n.name}" errored on hook "${o}". [${e}]`)}else i.push(`Plugin "${n.name}" has an invalid hook type for "${o}". [${typeof t}]`)}if(i.length>0){for(const e of i)n.error(e);throw new Error("Some plugins errored during the hook execution.")}return Promise.all(a).finally((()=>s.end()))};return t.hook=o(!1),t.asyncHook=o(!0),[{name:Vn,enforce:"pre"}]};class Yn{constructor(e){this.trackedFilenames=new Map;for(const t of e){const e=this.getFilename(t),n=this.trackedFilenames.get(e);n?n.push(t):this.trackedFilenames.set(e,new Array(t))}}displaySource(e){return e.length<=40?e:`[...]${e.slice(-35)}`}matchSourcemap(e,t){const n=re(e),o=JSON.parse(n);if(!o.sources)return void t("Missing 'sources' field in sourcemap.");const r=o.sources;if(0===r.length)return void t("Empty 'sources' field in sourcemap.");const s=this.matchSources(r);if(0!==s.length)return s;t(`${r.map(this.displaySource).join(", ")} not in the tracked files.`)}matchSources(e){let t=[];const n=new Set;for(const o of e){const e=this.getFilename(o);if(n.has(e))continue;n.add(e);const r=this.trackedFilenames.get(e);r&&(t=t.concat(r))}return t}rawTrackedFilesList(){let e=[];return this.trackedFilenames.forEach((t=>{e=e.concat(t)})),e}getFilename(e){let t=e.lastIndexOf("/");-1===t?t=0:t++;let n=e.lastIndexOf("?");return(-1===n||n<=t)&&(n=e.length),e.substring(t,n)}}const Qn=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await Xn(e);for(const e of t)if(e.name===n)return U(e.refs.push);return U(t[0].refs.push)},Xn=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},Zn=async e=>e.revparse("HEAD"),eo=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),to=async e=>e.branch(),no=async e=>e.show(["-s","--format=%s"]),oo=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),ro="datadog-git-plugin",so=e=>{const{options:t,context:n}=e,o=n.getLogger(ro),r=o.time("get git information",{start:!1}),s=async e=>{try{const t=await(async e=>{const t=[Zn(e),to(e),no(e),oo(e),eo(e),Qn(e)],[n,o,r,s,i,a]=await Promise.all(t),[u,c,d,p,l,f]=s.split(",").map((e=>e.trim()));return{commit:{author:{name:u,email:c,date:d},committer:{name:p,email:l,date:f},message:r.trim(),hash:n},hash:n,branch:o.current,remote:a.trim(),trackedFilesMatcher:new Yn(i)}})(await(async e=>{const t={baseDir:e||process.cwd(),binary:"git",maxConcurrentProcesses:3};try{const e=w.simpleGit(t),n=await e.revparse("--show-toplevel");t.baseDir=n}catch{}return w.simpleGit(t)})(c.dirname(e)));n.git=t,r.end(),await n.asyncHook("git",n.git)}catch(e){o.error(`Could not get git information: ${e.message}`)}};return[{name:ro,enforce:"pre",buildRoot(e){if(q(t))try{r.resume();const t=he(e,".git");if(!t)return o.warn("No .git directory found, skipping git plugin."),void r.end();n.queue(s(t))}catch(e){o.error(`Could not get git information: ${e.message}`)}}}]},io="datadog-injection-plugin",ao=/^https?:\/\//,uo=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],co=t.bold.yellow,po=async(e,t=process.cwd())=>(e=>i.readFile(e,{encoding:"utf-8"}))(me(t,e)),lo=async(e,t,n=process.cwd())=>{let o;const r=await(async e=>"function"==typeof e.value?e.value():e.value)(e);try{if("file"===e.type)o=r.match(ao)?await(async(e,t=5e3)=>{let n;return Promise.race([I({retries:2,minTimeout:100,url:e}).finally((()=>{t&&clearTimeout(n)})),new Promise(((e,o)=>{n=setTimeout((()=>{o(new Error("Timeout"))}),t)}))])})(r):await po(r,n);else{if("code"!==e.type)throw new Error(`Invalid item type "${e.type}", only accepts "code" or "file".`);o=r}}catch(s){const i=`${e.type} - ${B(r)}`;e.fallback?(t.debug(`Fallback for "${i}": ${s.toString()}`),o=await lo(e.fallback,t,n)):t.warn(`Failed "${i}": ${s.toString()}`)}return o},fo=(e,t)=>{const n=e.filter((e=>e.position===t.position&&(!t.onAllChunks||e.injectIntoAllChunks)));if(0===n.length)return"";return`// begin injection by Datadog build plugins\n${n.map((e=>`(() => {${e.value}})();`)).join("\n\n")}\n// end injection by Datadog build plugins`},mo=async(e,t,n,o=process.cwd())=>{const r=await(async(e,t,n=process.cwd())=>{const o=new Map;for(const[r,s]of e.entries()){const e=await lo(s,t,n);if(e){const t=s.position||rt.BEFORE;o.set(r,{value:e,injectIntoAllChunks:"injectIntoAllChunks"in s&&s.injectIntoAllChunks,position:t})}}return o})(t,e,o);for(const e of r.values())n.push(e)},ho=e=>e instanceof Error&&"code"in e,go=e=>uo.includes(e),yo=(e,t,n)=>{e.warn(`"${co(t)}" files are not supported (${co(n)}).`)},bo=a.promises,wo=(e,t,n)=>({setup(o){const{onStart:r,onResolve:s,onLoad:u,onEnd:d,esbuild:l,initialOptions:f}=o,m=[],h=`${t.bundler.name}.${rt.MIDDLE}.${C}.js`,g=a.realpathSync(p.tmpdir()),y=c.resolve(g,h),b=new RegExp(`${h}$`),w=f.inject;f.inject=w?[...w]:[],f.inject.push(y),r((async()=>{m.push(...await jn(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await ne(c.dirname(e)),await i.writeFile(e,t,{encoding:"utf-8"})})(y,"")}catch(t){e.error(`Could not create the files: ${t.message}`)}})),s({filter:b},(async e=>({path:e.path,namespace:io}))),u({filter:b,namespace:io},(async()=>({contents:fo(n,{position:rt.MIDDLE})||" ",resolveDir:t.buildRoot,loader:"js"}))),d((async o=>{if(!o.metafile)return void e.warn("Missing metafile from build result.");const r=fo(n,{position:rt.BEFORE}),s=fo(n,{position:rt.AFTER}),i=fo(n,{position:rt.BEFORE,onAllChunks:!0}),a=fo(n,{position:rt.AFTER,onAllChunks:!0});if(!(r||s||i||a))return;const u=[];for(const[n,d]of Object.entries(o.metafile.outputs)){const o=d.entryPoint&&m.some((e=>e.resolved.endsWith(d.entryPoint))),p=o?r:i,f=o?s:a;if(!p&&!f)continue;const h=me(t.buildRoot,n),{base:g,ext:y}=c.parse(h);go(y)?u.push((async()=>{try{const e=await bo.readFile(h,"utf-8"),t=await l.transform(e,{loader:"default",banner:p,footer:f});await bo.writeFile(h,t.code)}catch(t){if(!ho(t)||"ENOENT"!==t.code)throw t;e.warn(`Could not inject content in ${h}: ${t}`)}})()):yo(e,y,g)}await Promise.all(u)}))}}),$o=C,vo="?inject-proxy",ko=(e,t)=>({banner(n){const o=fo(t,{position:rt.BEFORE,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:r,ext:s}=c.parse(n.fileName);return go(s)?o:(yo(e,s,r),"")},async resolveId(e,n,o){if(z(e))return{id:e,moduleSideEffects:!0};if(o.isEntry&&fo(t,{position:rt.MIDDLE})){if(e.endsWith(".html"))return null;const t=await this.resolve(e,n,o);if(!t||t.external)return t;return(await this.load(t)).moduleSideEffects=!0,`${t.id}${vo}`}return null},load(e){if(z(e))return fo(t,{position:rt.MIDDLE});if(e.endsWith(vo)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let o=`import ${JSON.stringify($o)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(o+=`export { default } from ${JSON.stringify(t)};`),o}return null},footer(n){const o=fo(t,{position:rt.AFTER,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:r,ext:s}=c.parse(n.fileName);return go(s)?o:(yo(e,s,r),"")}}),So=(e,t,n,o,r)=>s=>{const i=new WeakMap,u=e.sources.ConcatSource,d=n.bundler.name,p=c.resolve(n.buildRoot,"node_modules",".cache","datadog-build-plugins",`${d}.${rt.MIDDLE}.${C}.js`);oe(p,"");s.hooks.shutdown.tap(io,(()=>{var e;e=p,a.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));const l=async()=>{await mo(t,o,r,n.buildRoot)};s.hooks.beforeRun.tapPromise(io,l),s.hooks.watchRun.tapPromise(io,l),s.hooks.compilation.tap(io,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:io,stage:o},(()=>{const e=fo(r,{position:rt.BEFORE}),o=fo(r,{position:rt.AFTER}),s=fo(r,{position:rt.BEFORE,onAllChunks:!0}),a=fo(r,{position:rt.AFTER,onAllChunks:!0});for(const r of n.chunks){let d=e,p=o;if(r.canBeInitial()||(d=s,p=a),""!==d||""!==p)for(const e of r.files){const{base:o,ext:r}=c.parse(e);go(r)?n.updateAsset(e,(e=>{const t=i.get(e);if(!t||t.banner!==d||t.footer!==p){const t=new u(d,"\n",e,"\n",p);return i.set(e,{source:t,banner:d,footer:p}),t}return t.source})):yo(t,r,o)}}}))}));const f=(e=>{const n={import:[p]},o=e=>{for(const[n,o]of Object.entries(e))"object"==typeof o?(o.import=o.import||[],o.import.unshift(p)):"string"==typeof o?e[n]=[p,o]:Array.isArray(o)?o.unshift(p):t.error("Invalid entry type: "+typeof o)};return e?"function"==typeof e?async()=>{const t=await e();return o(t),t}:"object"!=typeof e?"string"==typeof e?[n,e]:(t.error("Invalid entry type: "+typeof e),e):(o(e),e):{ddHelper:n}})(s.options.entry);s.options.entry=f},Eo=e=>{const{bundler:t,context:n}=e,o=n.getLogger(io),r=new Map,s=[];n.inject=e=>{r.set(`${Date.now()}.${performance.now()}.${++W}`,e)};const i={name:io,enforce:"post",esbuild:wo(o,n,s),webpack:So(t,o,n,r,s),rspack:So(t,o,n,r,s),rollup:ko(o,s),vite:{...ko(o,s),enforce:"pre",transformIndexHtml:{order:"pre",handler:()=>fo(s,{position:rt.MIDDLE})?[{tag:"script",attrs:{type:"module",src:"/@id/__datadog-helper-file"},injectTo:"head-prepend"}]:[]}}};var a;return a=n.bundler.name,["rspack","webpack"].includes(a)?i.load={filter:{id:R},handler:()=>({code:fo(s,{position:rt.MIDDLE})})}:i.buildStart=async()=>{await mo(o,r,s,n.buildRoot)},[i]},xo="datadog-true-end-plugin",Po=e=>{const{context:t}=e,n=async()=>{await t.asyncHook("asyncTrueEnd")},o=()=>{t.hook("syncTrueEnd")},r=async()=>{o(),await n()},s=e=>{e.hooks.shutdown.tapPromise(xo,r)},i={async writeBundle(){},async closeBundle(){await r()}};return[{name:xo,enforce:"post",webpack:s,esbuild:{setup(e){e.onEnd((async()=>{await n()})),e.onDispose((()=>{o()}))}},vite:i,rollup:i,rspack:s}]},Do={[At]:on},jo=t.bold.red;var Co="3.1.3-dev.0";const Ro=(({bundler:t,version:n})=>{const o=Date.now();return e.createUnplugin(((e,r)=>{const s=Date.now(),i=((e={})=>{const t={site:D("SITE")||e.auth?.site||"datadoghq.com"};return Object.defineProperty(t,"apiKey",{value:D("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(t,"appKey",{value:D("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:t}})(e);"esbuild"===r.framework&&(r.esbuildHostName=O);const a=process.env.BUILD_PLUGINS_ENV||"production",u=A.includes(a)?a:"development",c=t.rspackVersion||t.version||t.VERSION,d=r.framework,p={bundler:{name:d,version:c},env:u,metadata:i.metadata||{},packageName:`@datadog/${d}-plugin`,version:n},l={errors:[],logs:[],queue:[],timings:[],warnings:[]},f=(({start:e,options:t,data:n,stores:o})=>{const r=process.cwd(),s={errors:o.errors,warnings:o.warnings,logs:o.logs,metadata:n.metadata,timings:o.timings,bundler:n.bundler};return{auth:t.auth,pluginNames:[],bundler:{...s.bundler,outDir:r},build:s,buildRoot:r,env:n.env,getLogger:Q(n,o,t.logLevel),asyncHook:()=>{throw new Error("AsyncHook function called before it was initialized.")},hook:()=>{throw new Error("Hook function called before it was initialized.")},inject:()=>{throw new Error("Inject function called before it was initialized.")},plugins:[],queue:()=>{throw new Error("Queue function called before it was initialized.")},sendLog:_(n),start:e,version:n.version}})({start:o,options:i,data:p,stores:l}),m=f.getLogger("factory"),h=m.time("Plugins initialization",{start:s});f.pluginNames.push(O);const g=[];g.push(["analytics",xn],["async-queue",Dn],["build-report",qn],["bundler-report",Jn],["custom-hooks",Gn],["git",so],["injection",Eo],["true-end",Po]),i.customPlugins&&g.push(["custom",i.customPlugins]),g.push(["apps",Ke],["error-tracking",ot],["live-debugger",Ct],["metrics",rn],["output",ln],["rum",Sn]);for(const[e,n]of g)f.plugins.push(...ee(f,n,e)({bundler:t,context:f,options:i,data:p,stores:l}));return(e=>{const t=[];for(const n of P){const o=j(n);if(o.length>1&&!o.every((e=>process.env[e]===process.env[o[0]]))){const r=o.map((e=>x(e))).join(" and "),s=x(`DATADOG_${n}`);e.warn(`Conflicting keys ${r}, will use ${s}`),t.push(`${r} (using ${s})`)}else if(o.length){const e=o.map((e=>E(e))).join(" and ");t.push(`${e} (same value)`)}}t.length&&e.info(`Overrides from environment:\n - ${t.join("\n - ")}`)})(m),f.pluginNames.push(...f.plugins.map((e=>e.name))),(e=>{const t=new Set(e.filter((t=>e.filter((e=>e===t)).length>1)));if(t.size>0)throw new Error(`Duplicate plugin names: ${jo(Array.from(t).join(", "))}`)})(f.pluginNames),f.hook("init",f),h.end(),f.plugins}))})({bundler:S,version:Co}).rollup,Ao=Co,Oo=Do;exports.datadogRollupPlugin=Ro,exports.helpers=Oo,exports.version=Ao;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|