@datadog/webpack-plugin 3.0.9 → 3.1.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 +27 -3
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +2 -2
- package/dist/src/index.mjs.map +1 -1
- package/dist/src/rum-browser-sdk.js +1 -1
- package/package.json +2 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -12,6 +12,20 @@ declare class TrackedFilesMatcher {
|
|
|
12
12
|
private getFilename;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
type AppsOptions = {
|
|
16
|
+
enable?: boolean;
|
|
17
|
+
include?: string[];
|
|
18
|
+
dryRun?: boolean;
|
|
19
|
+
identifier?: string;
|
|
20
|
+
name?: string;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
declare const CONFIG_KEY$4: "apps";
|
|
24
|
+
|
|
25
|
+
type types$4 = {
|
|
26
|
+
AppsOptions: AppsOptions;
|
|
27
|
+
};
|
|
28
|
+
|
|
15
29
|
type MinifiedPathPrefix = `http://${string}` | `https://${string}` | `/${string}`;
|
|
16
30
|
type SourcemapsOptions = {
|
|
17
31
|
bailOnError?: boolean;
|
|
@@ -76,10 +90,15 @@ interface PrivacyOptions {
|
|
|
76
90
|
helperCodeExpression?: string;
|
|
77
91
|
}
|
|
78
92
|
|
|
93
|
+
type SourceCodeContextOptions = {
|
|
94
|
+
service: string;
|
|
95
|
+
version?: string;
|
|
96
|
+
};
|
|
79
97
|
type RumOptions = {
|
|
80
98
|
enable?: boolean;
|
|
81
99
|
sdk?: SDKOptions;
|
|
82
100
|
privacy?: PrivacyOptions;
|
|
101
|
+
sourceCodeContext?: SourceCodeContextOptions;
|
|
83
102
|
};
|
|
84
103
|
type RumPublicApi = typeof datadogRum;
|
|
85
104
|
type RumInitConfiguration = RumInitConfiguration$1;
|
|
@@ -196,9 +215,13 @@ declare enum InjectPosition {
|
|
|
196
215
|
type ToInjectItem = {
|
|
197
216
|
type: 'file' | 'code';
|
|
198
217
|
value: InjectedValue;
|
|
199
|
-
position?: InjectPosition;
|
|
200
218
|
fallback?: ToInjectItem;
|
|
201
|
-
}
|
|
219
|
+
} & ({
|
|
220
|
+
position?: InjectPosition.BEFORE | InjectPosition.AFTER;
|
|
221
|
+
injectIntoAllChunks?: boolean;
|
|
222
|
+
} | {
|
|
223
|
+
position: InjectPosition.MIDDLE;
|
|
224
|
+
});
|
|
202
225
|
type TimeLogger = {
|
|
203
226
|
timer: Timer;
|
|
204
227
|
resume: (startTime?: number) => void;
|
|
@@ -295,6 +318,7 @@ interface BaseOptions {
|
|
|
295
318
|
logLevel?: LogLevel;
|
|
296
319
|
}
|
|
297
320
|
interface Options extends BaseOptions {
|
|
321
|
+
[CONFIG_KEY$4]?: AppsOptions;
|
|
298
322
|
[CONFIG_KEY$3]?: ErrorTrackingOptions;
|
|
299
323
|
[CONFIG_KEY$2]?: MetricsOptions;
|
|
300
324
|
[CONFIG_KEY$1]?: OutputOptions;
|
|
@@ -363,4 +387,4 @@ declare const helpers: {
|
|
|
363
387
|
};
|
|
364
388
|
};
|
|
365
389
|
|
|
366
|
-
export { type types$3 as ErrorTrackingTypes, type types$2 as MetricsTypes, type types$1 as OutputTypes, type types as RumTypes, type WebpackPluginOptions, datadogWebpackPlugin, helpers, version };
|
|
390
|
+
export { type types$4 as AppsTypes, type types$3 as ErrorTrackingTypes, type types$2 as MetricsTypes, type types$1 as OutputTypes, type types as RumTypes, type WebpackPluginOptions, datadogWebpackPlugin, 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"),s=require("path"),o=require("buffer"),r=require("fs/promises"),i=require("fs"),a=require("json-stream-stringify"),u=require("stream"),p=require("p-queue"),c=require("zlib"),l=require("pretty-bytes"),d=require("perf_hooks"),m=require("@datadog/js-instrumentation-wasm"),f=require("glob"),g=require("simple-git"),h=require("os"),y=require("webpack");const b=t.bold.green,w=t.bold.yellow,v=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","SITE"],$=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],k=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},S="__datadog-helper-file",D=new RegExp(S),E=["development","production","test"],x="datadog-build-plugins",R=[400,403,413],P=e=>{const{auth:t,url:s,method:o="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:o,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:s}=await r();e.body=t,n={...n,...s}}a=await fetch(s,{...e,headers:n})}catch(t){return e(t),{}}if(!a.ok){const t=`HTTP ${a.status} ${a.statusText}`;if(R.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)},M=e=>({message:t,context:n})=>P({retries:2,minTimeout:100,url:"https://browser-http-intake.logs.datadoghq.com/v1/input/pub44d5f4eb86e1392037b7501f7adc540e",method:"POST",type:"json",getData:async()=>{const s={ddsource:e.packageName||x,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(s),headers:{"Content-Type":"application/json"}}}}),T=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),j=e=>e.includes(S),O=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},z=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},N=e=>{const t=Math.floor(e/1e3/60/60/24),n=new Date(e-24*t*60*60*1e3),s=n.getUTCHours(),o=n.getUTCMinutes(),r=n.getUTCSeconds(),i=n.getUTCMilliseconds(),a=`${t?`${t}d `:""}${s?`${s}h `:""}${o?`${o}m `:""}${r?`${r}s`:""}`.trim();return`${a}${!a||i?` ${i}ms`:""}`.trim()},A=(e,t=60,n="[...]")=>{if(e.length<=t)return e;const s=Math.max(4,t-n.length),o=Math.min(10,Math.floor(s/2)),r=s-o;return`${e.slice(0,o)}${n}${e.slice(-r)}`},I=(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}};let C=0;const _={debug:0,info:1,warn:2,error:3,none:4},F=e=>e.split(">").map(T).join(">"),L=(e,n,s,o)=>{const r=F(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(s.logs.push({bundler:n.bundler.name,pluginName:e,type:a,message:m,time:Date.now()}),"error"===a&&s.errors.push(m),"warn"===a&&s.warnings.push(m),u){const t=async()=>{try{const t=M(n);await t({message:m,context:{plugin:e,status:a,...p}})}catch(t){L(e,n,s,o)(`Error forwarding log: ${t}`,"debug")}};s.queue.push(t())}_[a]>=_[o]&&l(`${c(d)} ${m}`)}},q=(e,n,s)=>(o,r={})=>{const{level:i="debug",start:a=!0,log:u=!0,tags:p=[]}=r,c={pluginName:e,label:o,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&&s(t.dim(`[${t.cyan(o)}] : 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&&s(`Timer ${t.cyan(o)} has more than one ongoing span.`,"debug");for(const t of r)t.end=e||Date.now()}else n&&s(`Timer ${t.cyan(o)} 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&&s(`[${t.cyan(o)}] : ${t.cyan(N(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)}}},K=(e,t,n="warn")=>s=>{const o=L(s,e,t,n);return{getLogger:o=>K(e,t,n)(`${F(s)}>${o}`),time:q(s,t.timings,o),error:(e,t)=>o(e,"error",t),warn:(e,t)=>o(e,"warn",t),info:(e,t)=>o(e,"info",t),debug:(e,t)=>o(e,"debug",t)}},H=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],B=(e,t,n,s)=>{const o=n=>function(...o){const r=s.time(`${e} | ${t}`,{log:!1,tags:["type:hook",`hook:${t}`]}),i=n.apply(this,o);return i instanceof Promise?i.finally((()=>{r.end()})):(r.end(),i)};return"object"==typeof n&&null!==n&&"handler"in n?{...n,handler:o(n.handler)}:o(n)},W=(e,t,n)=>{const s=e.getLogger(x);return e=>{const o=s.time(`hook | init ${n}`,{log:!1}),r=t(e).map((e=>((e,t)=>{const n={...e},s=T(e.name);for(const o of H){const r=e[o];r&&(n[o]=B(s,o,r,t))}return n})(e,s))),i=r.map((e=>`plugin:${e.name}`));return o.tag(i),o.end(),r}},U="errorTracking",G="datadog-error-tracking-plugin",J=(e,n,o)=>{if(".map"!==s.extname(o))throw new Error(`The file ${t.green.bold(o)} is not a sourcemap.`);const r=o.replace(/\.map$/,""),i=s.relative(n,r),a=((e,t)=>{if(e.startsWith("/"))return s.join(e,t);try{const n=e.replace(/\/*$/,"/"),s=new URL(n),o=t.replace(/^[\\/]*/,"");return new URL(o,s).href}catch{return`${e}${t}`}})(e,i);return{minifiedFilePath:r,minifiedUrl:a,relativePath:i}},V=async e=>r.mkdir(e,{recursive:!0}),Y=(e,t)=>{var n;n=s.dirname(e),i.mkdirSync(n,{recursive:!0}),i.writeFileSync(e,t,{encoding:"utf-8"})},Q=e=>{try{return i.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},X=async(e,t)=>{if("function"==typeof i.openAsBlob){const n=await i.openAsBlob(e,{type:t.contentType});return new o.File([n],t.filename)}{const n=u.Readable.toWeb(i.createReadStream(e)),s=await new Response(n).blob();return new o.File([s],t.filename,{type:t.contentType})}},Z=async e=>{const t={empty:!1,exists:!0};try{const{size:n}=await r.stat(e);0===n&&(t.empty=!0)}catch(e){if("ENOENT"!==e.code)throw e;t.exists=!1}return t},ee=/[/]+|[\\]+/g,te=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,ne=(e,t)=>{const n=e.replace(te,"").split(ee),s=t.replace(te,"").split(ee),o=n.join("/");let r="";for(let e=0;e<s.length;e+=1){const t=s.slice(-e).join("/");o.startsWith(t)&&(r=t)}return r},se=async(e,t,n,o)=>{const r=await(async(e,t)=>{const[n,s]=await Promise.all([Z(e.minifiedFilePath),Z(e.sourcemapFilePath)]);return{file:n,sourcemap:s,repeatedPrefix:ne(e.relativePath,t)}})(e,n),i=[],a=[],u=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{u.set("repository",{type:"string",options:{contentType:"application/json",filename:"repository"},value:JSON.stringify({data:[{files:o.trackedFilesMatcher.matchSourcemap(e.sourcemapFilePath,(t=>{a.push(`${s.basename(e.sourcemapFilePath)}: "${t}"`)})),hash:o.hash,repository_url:o.remote}],version:1})})}catch(t){a.push(`Could not attach git data for sourcemap ${e.sourcemapFilePath}: ${t.message}`)}return r.file.empty&&i.push(`Minified file is empty: ${e.minifiedFilePath}`),r.file.exists||i.push(`Minified file not found: ${e.minifiedFilePath}`),r.sourcemap.empty&&i.push(`Sourcemap file is empty: ${e.sourcemapFilePath}`),r.sourcemap.exists||i.push(`Sourcemap file not found: ${e.sourcemapFilePath}`),r.repeatedPrefix&&a.push(`The minified file path contains a repeated pattern with the minified path prefix: ${r.repeatedPrefix}`),{content:u,errors:i,warnings:a}},oe=t.green.bold,re=t.yellow.bold,ie=t.red.bold,ae=(e,t={})=>async()=>{const n=new FormData,s=c.createGzip();for(const[t,s]of e.content){const e="file"===s.type?await X(s.path,s.options):new Blob([s.value],{type:s.options.contentType});n.append(t,e,s.options.filename)}const o=new Request("fake://url",{method:"POST",body:n});return{data:u.Readable.fromWeb(o.body).pipe(s),headers:{"Content-Encoding":"gzip",...t,...Object.fromEntries(o.headers.entries())}}},ue=async(e,t,n,s)=>{const o=[],r=[];if(!n.apiKey)return o.push({error:new Error("No authentication token provided")}),{errors:o,warnings:r};if(0===e.length)return r.push("No sourcemaps to upload"),{errors:o,warnings:r};const i=s.time("Queue uploads"),a=new(p.default?p.default:p)({concurrency:t.maxConcurrency}),u=(c=n.site,$("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${c}/api/v2/srcmap`);var c;const l={"DD-EVP-ORIGIN":`${n.bundlerName}-build-plugin_sourcemaps`,"DD-EVP-ORIGIN-VERSION":n.version},d=Object.entries({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(l,null,2)}`}).map((([e,t])=>` - ${e}: ${oe(t.toString())}`)).join("\n"),m=`\nUploading ${oe(e.length.toString())} sourcemaps with configuration:\n${d}`;s.info(m);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 P({auth:{apiKey:n.apiKey},url:u,method:"POST",getData:ae(i,l),onRetry:(t,n)=>{const o=`Failed to upload ${re(e.sourcemap)} | ${re(e.file)}:\n ${t.message}\nRetrying ${n}/5`;r.push(o),s.debug(o)}})}catch(n){if(o.push({metadata:e,error:n}),!0===t.bailOnError)throw n}})))}return i.end(),s.debug(`Queued ${oe(e.length.toString())} uploads.`),await Promise.all(f),await a.onIdle(),{warnings:r,errors:o}},pe=async(e,t,n)=>{const s=n.time("get sourcemaps files"),o=((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=>({...J(e.minifiedPathPrefix,t.outDir,n),sourcemapFilePath:n,minifiedPathPrefix:e.minifiedPathPrefix})))})(e.sourcemaps,{outDir:t.outDir,outputs:t.outputs});s.end();const r=n.time("send sourcemaps");await(async(e,t,n,s)=>{const o=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=s.time("Compute payloads"),u=await Promise.all(e.map((e=>se(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&&s.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(s.error(e),!0===t.bailOnError)throw new Error(e);return}const l=s.time("Upload sourcemaps"),{errors:d,warnings:m}=await ue(u,t,{apiKey:n.apiKey,bundlerName:n.bundlerName,version:n.version,outDir:n.outDir,site:n.site},s);if(l.end(),s.info(`Done uploading ${oe(`${e.length-d.length}/${e.length}`)} sourcemaps in ${oe(N(Date.now()-o))}.`),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?`${ie(e.file)} | ${ie(e.sourcemap)} :\n${n}`:n})).join("\n - ")}`;if(s.error(e),!0===t.bailOnError)throw new Error(e)}m.length>0&&s.warn(`Warnings while uploading sourcemaps:\n - ${m.join("\n - ")}`)})(o,e.sourcemaps,{apiKey:t.apiKey,bundlerName:t.bundlerName,git:t.git,outDir:t.outDir,site:t.site,version:t.version},n),r.end()},ce=e=>{const n=t.bold.red,s=e[U]||{},o={errors:[]};if(s.sourcemaps){s.sourcemaps.releaseVersion||o.errors.push(`${n("sourcemaps.releaseVersion")} is required.`),s.sourcemaps.service||o.errors.push(`${n("sourcemaps.service")} is required.`),s.sourcemaps.minifiedPathPrefix||o.errors.push(`${n("sourcemaps.minifiedPathPrefix")} is required.`),s.sourcemaps.minifiedPathPrefix&&((e=>{let t;try{t=new URL(e).host}catch{}return!(!t&&!e.startsWith("/"))})(s.sourcemaps.minifiedPathPrefix)||o.errors.push(`${n("sourcemaps.minifiedPathPrefix")} must be a valid URL or start with '/'.`));const e={bailOnError:!1,dryRun:!1,maxConcurrency:20,...s.sourcemaps};o.config=e}return o},le=({options:e,context:t})=>{const n=t.getLogger(G),s=n.time("validate options"),o=((e,t)=>{const n=[],s=ce(e);if(n.push(...s.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${G}.`);const o={enable:!!e[U],...e[U],sourcemaps:void 0};return s.config&&(o.sourcemaps=s.config),o})(e,n);if(s.end(),!o.enable)return[];let r,i;const a=async()=>{if(!o.sourcemaps)return;const e=n.time("sourcemaps process");await pe(o,{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:G,enforce:"post",async git(e){r=e,i&&await a()},async buildReport(t){i=t,!r&&z(e)||await a()}}]},de=[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}],me="metrics",fe="datadog-metrics-plugin",ge=e=>Math.floor((e||Date.now())/1e3),he=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),ye=(e="")=>e.endsWith("/")?e:`${e}/`,be=(e,t)=>{let n=e;return e.split(ye(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},we=(e,t)=>e.split("!").pop().replace(ye(t),"./"),ve=(e,t,n)=>{let s=e.name||e.userRequest;return s||(s=((e,t)=>{let n=e.userRequest;if(!n){let s;s=t.moduleGraph&&"function"==typeof t.moduleGraph.getIssuer?t.moduleGraph.getIssuer(e):e.issuer,n=s?.userRequest,n||(n=e._identifier?.split("!").pop())}return n||"unknown"})(e,t)),we(s||"no-name",n)},$e=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),ke=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),Se=t.bold.red,De=t.bold.cyan,Ee=e=>(t,n)=>{let s,o;return"function"==typeof e?(s=e(t),o=e(n)):(s=t[e],o=n[e]),s>o?-1:s<o?1:0},xe=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort(Ee("duration"));const s={name:`${e} duration`,values:n.map((e=>({name:e.name,value:N(e.duration)}))),top:!0};n.sort(Ee("increment"));return[s,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},Re=(e,t,n)=>{const s=[];var o;n&&(s.push(...xe("Loader",n.loaders)),s.push(...xe("Tapable",n.tapables)),s.push(...xe("Module",n.modules))),s.push(...(e=>{const t={name:"Module total dependents",values:[],top:!0},n={name:"Module total dependencies",values:[],top:!0},s={name:"Module size",values:[],top:!0},o={name:"Module aggregated size",values:[],top:!0},r=new Set,i=O(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,s=p.get(e)||new Set;let o=t.size;for(const e of n)o+=a.get(e)?.size||0;r.add({name:t.name,size:t.size,aggregatedSize:o,dependents:s,dependencies:n})}if(!r.size)return[t,n,s];const c=Array.from(r);return c.sort(Ee((e=>e.dependents.size))),t.values=c.map((e=>({name:e.name,value:e.dependents.size.toString()}))),c.sort(Ee((e=>e.dependencies.size))),n.values=c.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),c.sort(Ee("size")),s.values=c.map((e=>({name:e.name,value:l(e.size)}))),c.sort(Ee("aggregatedSize")),o.values=c.map((e=>({name:e.name,value:l(e.aggregatedSize||e.size)}))),[t,n,s,o]})(e)),s.push(...(o=e,[{name:"Asset size",values:(o.build.outputs||[]).filter((e=>"map"!==e.type)).sort(Ee((e=>e.size))).map((e=>({name:e.name,value:l(e.size)}))),top:!0},{name:"Entry aggregated size",values:(o.build.entries||[]).sort(Ee((e=>e.size))).map((e=>({name:e.name,value:l(e.size)}))),top:!0},{name:"Entry number of modules",values:(o.build.entries||[]).sort(Ee((e=>e.size))).map((e=>({name:e.name,value:e.inputs.length.toString()})))||[],top:!0}])),s.push(...(e=>{const t={name:"General Numbers",values:[],top:!1},n=e.build.inputs?e.build.inputs.length:0,s=e.build.outputs?e.build.outputs.length:0,o=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:N(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:N(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:N(e.build.writeDuration)}),t.values.push({name:"Number of modules",value:n.toString()},{name:"Number of assets",value:s.toString()},{name:"Number of entries",value:i.toString()},{name:"Number of warnings",value:o.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=A(e.name,60)}const n=Math.max(...e.map((e=>e.name.length))),s=Math.max(...e.flatMap((e=>e.values.map((e=>e.name.length))))),o=Math.max(...e.flatMap((e=>e.values.map((e=>e.value.length))))),r=Math.max(n+4,s+o+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=o-e.value.length;t+=` [${Se(e.value)}] ${" ".repeat(n)}${De(e.name)}\n`}}return t})(s);t.info(r)},Pe="api/v1/series",Me=t.bold.green,Te=["onStart","onLoad","onResolve","onEnd"],je=new Map,Oe=new Map,ze=new Map,Ne=(e,t,n)=>{const s=Object.assign({},e);for(const o of Te)s[o]=async(s,r)=>{const i=Oe.get(t)||{name:t,increment:0,duration:0,events:{}};i.events[o]=i.events[o]||{name:o,values:[]};const a="onLoad"===o;return(0,e[o])(s,(async(...e)=>{const s=we(e[0].path,n),u=ze.get(s)||{name:s,increment:0,duration:0,events:{}};u.events[o]=u.events[o]||{name:o,values:[]};const p=d.performance.now();try{return await r(...e)}finally{const n=d.performance.now(),r=n-p,c={start:p,end:n,duration:r,context:ke(e)};if(i.events[o].values.push(c),i.duration+=r,i.increment+=1,Oe.set(t,i),u.events[o].values.push(c),u.duration+=r,u.increment+=1,ze.set(s,u),a){const e=je.get(t)||{name:t,increment:0,duration:0,events:{}};e.events[o]=e.events[o]||{name:o,values:[]},e.events[o].values.push(c),e.duration+=r,e.increment+=1,je.set(t,e)}}}))};return s},Ae=(e,t)=>({setup:n=>{n.initialOptions.metafile=!0;const s=t.time("wrapping plugins");((e,t)=>{const n=e.initialOptions.plugins;if(n){const e=n.map((e=>({...e})));for(const s of n){const n=s.setup;s.setup=async o=>{const r=Ne(o,s.name,t);await n({...r,initialOptions:{...r.initialOptions,plugins:e}})}}}})(n,e.buildRoot),s.end(),n.onEnd((async n=>{if(!n.metafile)return void t.warn("Missing metafile, can't proceed with modules data.");const s=t.time("getting plugins results"),{plugins:o,loaders:r,modules:i}={plugins:Oe,modules:ze,loaders:je};s.end(),await e.asyncHook("timings",{tapables:o,loaders:r,modules:i})}))}});class Ie{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=ve(e,t,this.cwd),s=(e=>(e.loaders||[]).map((e=>e.loader||e)).map($e))(e);s.length||s.push("no-loader"),this.started[n]={module:be(n),timings:{start:d.performance.now(),duration:0,end:0},loaders:s}}doneModule(e,t){const n=ve(e,t,this.cwd),s=this.started[n];s&&(s.timings.end=d.performance.now(),s.timings.duration=s.timings.end-s.timings.start,this.finished.push(s),delete this.started[n])}getResults(){const e=new Map,t=new Map;for(const n of this.finished){const s=n.timings.end-n.timings.start,o=t.get(n.module)||{name:n.module,increment:0,duration:0,events:{}},r=n.loaders.join(",");o.events[r]=o.events[r]||{name:r,values:[]},o.events[r].values.push(n.timings),o.increment+=1,o.duration+=s,t.set(n.module,o);for(const t of n.loaders){const n=e.get(t)||{name:t,increment:0,duration:0,events:{}};n.increment+=1,n.duration+=s,e.set(t,n)}}return{loaders:e,modules:t}}}class Ce{constructor(e){this.monitoredTaps={},this.tapables=[],this.hooks={},this.timings=new Map,this.ignoredHooks=["normalModuleLoader"],this.cwd=e}saveResult(e,t,n,s,o,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:o,end:r,duration:r-o,context:s,type:e}),i.duration+=r-o,i.increment+=1,this.timings.set(t,i)}getResults(){const e=this.timings;for(const[t,n]of this.timings){const s=n;s.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,s)}return{monitoredTaps:this.monitoredTaps,tapables:this.tapables,hooks:this.hooks,timings:e}}getPromiseTapPatch(e,t,n,s){return(...o)=>{this.checkNewHooks();const r=d.performance.now(),i=t.apply(this,o),a=()=>{this.saveResult(e,n,s,ke(o),r,d.performance.now())};return i.then(a,a),i}}getAsyncTapPatch(e,t,n,s){return(...o)=>{this.checkNewHooks();const r=d.performance.now(),i=o.pop();return t.apply(this,[...o,(...t)=>(this.saveResult(e,n,s,ke(o),r,d.performance.now()),i(...t))])}}getDefaultTapPatch(e,t,n,s){return(...o)=>{this.checkNewHooks();const r=d.performance.now(),i=t.apply(this,o);return this.saveResult(e,n,s,ke(o),r,d.performance.now()),i}}getTapPatch(e,t,n,s){switch(e){case"promise":return this.getPromiseTapPatch(e,t,n,s);case"async":return this.getAsyncTapPatch(e,t,n,s);default:return this.getDefaultTapPatch(e,t,n,s)}}newTap(e,t,n,s){return(o,r)=>{const i="string"==typeof(a=o)?a:a.name;var a;const u=`${t}-${i}`;if(this.monitoredTaps[u])return n.call(s,o,r);this.monitoredTaps[u]=!0;const p=this.getTapPatch(e,r,i,t);return n.call(s,o,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(fe)||(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 s of n)this.patchHook(t,s,e.hooks[s])}checkNewHooks(){for(const e of this.tapables)this.patchHooks(e)}throughHooks(e){this.tapables.includes(e)||this.tapables.push(e),this.patchHooks(e)}}const _e=e=>async t=>{const n=e.getLogger(fe),s={name:fe},o=new Ce(e.buildRoot),r=new Ie(e.buildRoot),i=n.time("parse compiler hooks");o.throughHooks(t),i.end(),t.hooks.thisCompilation.tap(s,(e=>{const t=n.time("parse compilation hooks");o.throughHooks(e),t.end(),e.hooks.buildModule.tap(s,(t=>{r.startModule(t,e)})),e.hooks.succeedModule.tap(s,(t=>{r.doneModule(t,e)})),e.hooks.failedModule&&e.hooks.failedModule.tap(s,(t=>{r.doneModule(t,e)}))})),t.hooks.afterEmit.tapPromise(s,(async()=>{const{timings:t}=o.getResults(),{loaders:n,modules:s}=r.getResults();await e.asyncHook("timings",{tapables:t,loaders:n,modules:s})}))},Fe={filters:de},Le=({options:e,context:t})=>{const n=t.getLogger(fe);let s=0;const o=((e,t)=>{const n=e[me],s=ge(n?.timestamp);let o=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(o+=o?`.${n.prefix}`:n.prefix),{enable:!!e[me],enableDefaultPrefix:!0,enableTracing:!1,filters:de,tags:[],...e[me],timestamp:s,prefix:o.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),r=[];if(!o.enable)return r;const i={name:fe,enforce:"pre",esbuild:Ae(t,n),webpack:_e(t),rspack:_e(t)},a=n.time("build",{start:!1}),u=o.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-s;const e=n.time("aggregating metrics"),r=o.timestamp,i=n.time("aggregate universal metrics"),a=((e,t)=>{const n=new Set,s=e.inputs||[],o=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 o)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,o.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,s.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 s){const s=[`moduleName:${e.name}`,`moduleType:${e.type}`];p.has(e.filepath)&&s.push(...p.get(e.filepath).map((e=>`entryName:${e}`))),c.has(e.filepath)&&s.push(...c.get(e.filepath).map((e=>`assetName:${e}`))),n.add({metric:"modules.size",type:"size",points:[[t,e.size]],tags:s}).add({metric:"modules.dependencies",type:"count",points:[[t,e.dependencies.size]],tags:s}).add({metric:"modules.dependents",type:"count",points:[[t,e.dependents.size]],tags:s})}for(const e of o){const s=[`assetName:${e.name}`,`assetType:${e.type}`],o=e.filepath.replace(/\.map$/,"");l.has(o)&&s.push(...l.get(o).map((e=>`entryName:${e}`))),n.add({metric:"assets.size",type:"size",points:[[t,e.size]],tags:s}).add({metric:"assets.modules.count",type:"count",points:[[t,e.inputs.length]],tags:s})}for(const e of r){const s=[`entryName:${e.name}`];n.add({metric:"entries.size",type:"size",points:[[t,e.size]],tags:s}).add({metric:"entries.modules.count",type:"count",points:[[t,e.inputs.length]],tags:s}).add({metric:"entries.assets.count",type:"count",points:[[t,e.outputs.length]],tags:s})}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 s of e.values()){let e=0,o=0;for(const r of Object.values(s.events)){let i=0;o+=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:${s.name}`,`hookName:${r.name}`]}).add({metric:"plugins.hooks.increment",type:"count",points:[[t,r.values.length]],tags:[`pluginName:${s.name}`,`hookName:${r.name}`]})}n.add({metric:"plugins.duration",type:"duration",points:[[t,e]],tags:[`pluginName:${s.name}`]}).add({metric:"plugins.increment",type:"count",points:[[t,o]],tags:[`pluginName:${s.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 s of e.values())n.add({metric:"loaders.duration",type:"duration",points:[[t,s.duration]],tags:[`loaderName:${s.name}`]}).add({metric:"loaders.increment",type:"count",points:[[t,s.increment]],tags:[`loaderName:${s.name}`]});return n})(p?.loaders,r);d.end();const f=((e,t,n,s,o)=>{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(he(e,s,o))}const i=Array.from(r).filter((e=>e.toSend)).length;return r.add(he({metric:"metrics.count",type:"count",points:[[t,i+1]],tags:[],toSend:!0},s,o)),r})(new Set([...a,...l,...m]),r,o.filters,o.tags,o.prefix);await t.asyncHook("metrics",f),e.end();const g=n.time("outputing report");Re(t,n,p),g.end();const h=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.info("No metrics to send.");const s=Array.from(e).filter((e=>e.toSend)).map((e=>({...e,toSend:void 0}))),o=new Map;for(const e of s)o.has(e.metric)||o.set(e.metric,0),o.set(e.metric,o.get(e.metric)+1);const r=Array.from(o.entries()).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>`${e} - ${t}`));return n.debug(`\nSending ${s.length} metrics with configuration:\n - intake: ${Me(`https://api.${t.site}/${Pe}`)}\n\nMetrics:\n - ${r.join("\n - ")}`),P({method:"POST",url:`https://api.${t.site}/${Pe}?api_key=${t.apiKey}`,getData:()=>({data:JSON.stringify({series:s})})}).catch((e=>{n.error(`Error sending metrics ${e}`)}))})(f,{apiKey:t.auth.apiKey,site:t.auth.site},n),h.end()},d={name:"datadog-universal-metrics-plugin",enforce:"post",buildStart(){a.resume(),t.build.start=t.build.start||Date.now(),e[me]?.timestamp||(o.timestamp=ge(t.build.start))},buildEnd(){a.end(),s=Date.now()},async timings(e){p=e,c&&await l()},async buildReport(e){c=e,!p&&u||await l()}};return o.enableTracing&&r.push(i),r.push(d),r},qe="output",Ke="datadog-output-plugin",He=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,Be=e=>{const t=void 0===e;return{build:He("build",e?.build??t),bundler:He("bundler",e?.bundler??t),dependencies:He("dependencies",e?.dependencies??t),errors:He("errors",e?.errors??t),logs:He("logs",e?.logs??t),metrics:He("metrics",e?.metrics??t),timings:He("timings",e?.timings??t),warnings:He("warnings",e?.warnings??t)}},We=(e,t)=>n=>{n.hooks.done.tap("bundler-outputs",(n=>{t((()=>{const t=e.time("stats serialization"),s=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(),s}))}))},Ue=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},Ge=({options:e,context:t})=>{const n=(e=>({enable:!!e[qe],path:"./",...e[qe],files:Be(e[qe]?.files)}))(e),o=t.getLogger(Ke);if(!n.enable)return[];const r=(e,r)=>{const u=n.files[e];if(!r||!1===u)return;t.queue((async()=>{const e=o.time(`output ${u}`),p=((e,t,n)=>{const o=s.isAbsolute(t)?t:s.resolve(e,t);return s.resolve(o,n)})(t.bundler.outDir,n.path,u);let c;try{const e="function"==typeof r?await r():r;await(async(e,t)=>{await V(s.dirname(e));const n=i.createWriteStream(e),o=new a.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})(p,e)}catch(e){c=e}c?o.error(`Failed writing ${u}: ${c}`):o.info(`Wrote "./${s.relative(t.buildRoot,p)}"`),e.end()})())};return[{name:Ke,buildReport(e){const t=o.time("serialize report"),n=O(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:We(o,(e=>{r("bundler",e)})),rollup:Ue((e=>{r("bundler",e)})),vite:Ue((e=>{r("bundler",e)})),webpack:We(o,(e=>{r("bundler",e)}))}]};var Je=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(Je||{});const Ve="rum",Ye="datadog-rum-plugin",Qe="datadog-rum-privacy-plugin";const Xe=(e,t)=>{const n=t.getLogger(Qe),s=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 o=0,r=0;return{name:Qe,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=m.instrument({id:t,code:e,map:n},s);return 0===i.privacyDictionarySize?{code:e}:(o+=i.privacyDictionarySize,r++,i)}catch(t){return n.error(`Instrumentation Error: ${t}`,{forward:!0}),{code:e}}}},buildEnd:()=>{n.debug(`Privacy dictionary will include ${o} entries across ${r} files`,{forward:!0,context:{dictionaryEntryCount:o,fileCount:r}})}}},Ze=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,et=(e,t)=>{const n=e.sdk;if(n.clientToken)return Ze(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 s;try{const e=await P({url:`https://api.${t.auth.site}/api/v2/rum/applications/${n.applicationId}`,type:"json",auth:t.auth});s=e.data?.attributes?.client_token}catch(e){throw new Error(`Could not fetch the clientToken: ${e.message}`)}if(!s)throw new Error("Missing clientToken in the API response.");return Ze({...e,sdk:{clientToken:s,...n}})}},tt=e=>{const n=t.bold.red,s=e[Ve]||{},o={errors:[]};if(!s.sdk)return o;s.sdk.applicationId||o.errors.push(`Missing ${n("applicationId")} in the SDK configuration.`),e.auth.apiKey&&e.auth.appKey||s.sdk.clientToken||o.errors.push(`Missing ${n('"auth.apiKey"')} and/or ${n('"auth.appKey"')} to fetch missing client token.`);return o.config={applicationId:"unknown_application_id",allowUntrustedEvents:!1,compressIntakeRequests:!1,defaultPrivacyLevel:"mask",enablePrivacyForActionName:!1,sessionReplaySampleRate:0,sessionSampleRate:100,silentMultipleInit:!1,site:"datadoghq.com",startSessionReplayRecordingManually:!1,storeContextsAcrossPages:!1,telemetrySampleRate:20,traceSampleRate:100,trackingConsent:"granted",trackLongTasks:!1,trackResources:!1,trackUserInteractions:!1,trackViewsManually:!1,...s.sdk},o},nt=e=>{const t=e[Ve]||{},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},st=({options:e,context:t})=>{const n=((e,t)=>{const n=[],s=tt(e),o=nt(e);if(n.push(...s.errors),n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Ye}.`);const r={enable:!!e[Ve],...e[Ve],sdk:void 0,privacy:void 0};return s.config&&(r.sdk=s.config),o.config&&(r.privacy=o.config,t.debug(`datadog-rum-privacy plugin options: ${JSON.stringify(r.privacy,((e,t)=>t instanceof RegExp?t.toString():t))}`,{forward:!0})),r})(e,t.getLogger(Ye)),o=[];if(!n.enable)return o;if(n.sdk&&(t.inject({type:"file",position:Je.MIDDLE,value:s.join(__dirname,"./rum-browser-sdk.js")}),t.inject({type:"code",position:Je.MIDDLE,value:et(n,t)})),n.privacy){t.inject({type:"file",position:Je.BEFORE,value:s.join(__dirname,"./privacy-helpers.js")});const e=Xe(n.privacy,t);o.push(e)}return o},ot="datadog-analytics-plugin",rt=({context:e})=>{const t=e.getLogger(ot);return[{name:ot,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}`)}})())}}]},it="datadog-async-queue-plugin",at=e=>{const{context:t,stores:n}=e,s=t.getLogger(it),o=[];return t.queue=e=>{const t=e.catch((e=>{o.push(e.message||e.toString())}));n.queue.push(t)},[{name:it,asyncTrueEnd:async()=>{await Promise.all(n.queue),o.length>0&&s.error(`Error occurred while processing async queue:\n ${o.join("\n ")}`)}}]},ut=async(e,t,n)=>{const s=[],o=e.initialOptions.entryPoints,r=[],i=[];if(Array.isArray(o))for(const e of o){const t=e&&"object"==typeof e?e.in:e;r.push({path:t})}else o&&"object"==typeof o&&r.push(...Object.entries(o).map((([e,t])=>({name:e,path:t}))));const a=r.flatMap((e=>{return(t=e.path,t.includes("*")?f.glob.sync(t):[t]).map((t=>[e,t]));var t})).map((async([n,o])=>{const r=await e.resolve(o,{kind:"entry-point",resolveDir:t.buildRoot});r.errors.length&&i.push(...r.errors.map((e=>e.text))),r.path&&s.push({name:n.name,resolved:r.path,original:n.path})}));for(const e of i)n.error(e);return await Promise.all(a),s},pt=(e,t)=>j(t)?S:t.startsWith(e)||s.isAbsolute(t)?t:s.resolve(e,t),ct=(e,t)=>{const n=[...e].map((e=>pt(t||process.cwd(),e).split(s.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(s.sep)||s.sep},lt=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,dt=/(\?|%3F|\|)+/gi,mt=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=ht(e),lt.lastIndex=0,lt.exec(t)?.[1]||"unknown");var t},ft=["unknown","commonjsHelpers.js",`vite${s.sep}preload-helper.js`],gt=(e,t,n)=>{const s=new Set;for(const n of e){const e=ht(n);j(n)||e===t||ft.includes(e)||s.add(e)}return s},ht=e=>e.split("!").pop().split(dt).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),yt=(e,t)=>j(t)?S:"unknown"===t?t:t.includes("webpack/runtime")?t.replace("webpack/runtime/","").replace(/ +/g,"-"):((e,t)=>{const n=t.split(s.sep),o=e.split(s.sep).filter(((e,t)=>e===n[t])).join(s.sep);return e.replace(o,"")})(t.split("!").pop(),e).split("node_modules").pop().split(dt).shift().replace(/^((\.\.?)?[/\\])+/g,""),bt=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[pt(t,e),n]))),wt=(e,t)=>({setup(n){const o=new Map;let r=[];const i=t.time("build report",{start:!1});n.onStart((async()=>{o.clear(),r=[],i.resume();const s=t.time("process entries");r.push(...await ut(n,e,t));for(const t of r){const n=yt(e.bundler.outDir,t.resolved);t.name?o.set(n,t.name):o.set(n,n)}s.end(),i.pause()})),n.onEnd((async n=>{i.resume();const r=t.time("collecting errors and warnings"),a=e.bundler.outDir,u=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 p=[],c=[],l=[],d=[],m=[],f={},g={},h=t.time("indexing metafile data"),y=bt(n.metafile.inputs,u),b=bt(n.metafile.outputs,u);h.end();const w=e=>{if(!j(e))return e;const t=y[pt(u,e)];if(!t)return e;const n=t.imports.find((e=>!j(e.path)));return n?n.path:e},v=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(j(e))continue;const n=pt(u,e),s={name:yt(a,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:mt(e)};f[n]=s,p.push(s)}v.end();const $=t.time("looping through outputs");for(const[e,s]of Object.entries(n.metafile.outputs)){const n=pt(u,e),r=yt(a,n),i=[];for(const e of Object.keys(s.inputs)){if(j(e))continue;const n=f[pt(u,e)];n?i.push(n):t.debug(`Input ${e} not found for output ${r}`)}if(s.entryPoint&&!i.length){const e=f[pt(u,s.entryPoint)];if(!e){t.debug(`Input ${s.entryPoint} not found for output ${r}`);continue}i.push(e)}const p={name:r,filepath:n,inputs:i,size:s.bytes,type:mt(n)};if(g[n]=p,"map"===p.type&&d.push(p),c.push(p),!s.entryPoint)continue;const m=f[pt(u,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=g[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:g,meta:b}},D=/(<runtime>|https:|file:|data:|#)/g,E=e=>!j(e)&&!e.match(D),x=(e,n,o={})=>{if(!E(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 i=n.meta[e];if(!i)return t.debug(`Could not find metafile's ${e}`),o;if(!i.imports||!i.imports.length)return o;for(const t of i.imports){const i=t.path.match(/^\.\.?\//),c=i?s.dirname(e):u,l=pt(c,t.path);if(t.external){if(E(t.path)){const e=i?l:t.path,n=S.inputs.report[e]||{filepath:e,name:yt(a,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),p.includes(n)||p.push(n),S.inputs.report[e]=n,o[n.filepath]=n}}else x(l,n,o)}return o},R=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)}R.end();const P=t.time("aggregate dependencies and dependents");for(const e of p){if("external"===e.type)continue;const n=S.inputs.meta[e.filepath];if(n)for(const o of n.imports){if(!E(o.path))continue;const n=o.path.match(/^\.?\.\//),r=n?s.dirname(e.filepath):u,i=pt(r,o.path);let a;if(o.external){const e=n?i:o.path;a=S.inputs.report[e]}else a=S.inputs.report[i];a?(e.dependencies.add(a),a.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}`)}P.end(),e.build.outputs=c,e.build.inputs=p,e.build.entries=m,i.end(),await e.asyncHook("buildReport",e.build)}))}}),vt=(e,t)=>{const n=t.time("module parsing",{start:!1}),s=t.time("build report",{start:!1}),o=t.time("filling entries",{start:!1}),r=t.time("filling inputs and outputs",{start:!1}),a=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=ht(e.id),s=m.get(t)||{dependencies:new Set,dependents:new Set},o=gt(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),r=gt(new Set([...e.dynamicImporters,...e.importers]),t);for(const e of r)s.dependents.add(e);for(const e of o)s.dependencies.add(e);m.set(t,s),n.tag([`module:${t}`],{span:!0}),n.pause()},writeBundle(n,f){s.resume();const g=n.dir?pt(e.buildRoot,n.dir):e.bundler.outDir,h=new Set,y=new Set,b=new Map;a.resume();for(const[e,{dependencies:t,dependents:n}]of m){for(const n of t){const t=ht(n),s=m.get(t)||{dependencies:new Set,dependents:new Set};s.dependents.has(e)||(s.dependents.add(e),m.set(t,s))}for(const t of n){const n=ht(t),s=m.get(n)||{dependencies:new Set,dependents:new Set};s.dependencies.has(e)||(s.dependencies.add(e),m.set(n,s))}}a.end(),r.resume();for(const[e,n]of Object.entries(f)){const s=pt(g,e),o="code"in n?Buffer.byteLength(n.code,"utf8"):Buffer.byteLength(n.source,"utf8"),r=l.get(s)||{name:e,filepath:s,inputs:[],size:o,type:mt(e)};if("map"===r.type&&y.add(r),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(ht(e)!==e)continue;let n=t.originalLength;if(!n&&0!==n)try{n=i.statSync(e).size}catch(e){n=t.renderedLength}const s=c.get(e)||{name:yt(g,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:mt(e)};r.inputs.push(s),c.set(s.filepath,s)}if("imports"in n)for(const e of n.imports){const n=ht(e);if(!m.has(n)){b.set(pt(g,n),r);continue}if(c.has(n)){t.debug(`Input report already there for ${n} from ${r.name}.`);continue}const s=c.get(n)||{name:yt(g,e),dependencies:new Set,dependents:new Set,filepath:n,size:0,type:"external"};r.inputs.push(s),c.set(s.filepath,s)}"isEntry"in n&&n.isEntry&&h.add({...r,name:n.name,size:0,outputs:[r]}),l.set(r.filepath,r)}r.end();for(const[e,n]of b){const s=l.get(e);s?n.inputs.includes(s)||n.inputs.push(s):t.debug(`Could not find the output report for ${e}.`)}u.resume();for(const[e,n]of c){const s=m.get(e);if(s){for(const e of s.dependencies){const s=c.get(e);s?n.dependencies.add(s):t.debug(`Could not find input for dependency ${yt(g,e)} of ${n.name}`)}for(const e of s.dependents){const s=c.get(e);s?n.dependents.add(s):t.debug(`Could not find input for dependent ${yt(g,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$/,""),s=l.get(n);s?e.inputs.push(s):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 s=yt(g,e),o=l.get(e);if(!o)return c.has(s)||t.debug(`Could not find output for ${s}`),n;n.set(e,o);const r=f[yt(g,e)];if(!r)return t.debug(`Could not find asset for ${s}`),n;const i=[];"imports"in r&&i.push(...r.imports),"dynamicImports"in r&&i.push(...r.dynamicImports);for(const e of i)w(pt(g,e),n);return n};o.resume();for(const e of h){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(g,e.filepath)}" already reported.`),d.set(e.filepath,e)}o.pause(),s.pause()},async closeBundle(){e.build.inputs=Array.from(c.values()),e.build.outputs=Array.from(l.values()),e.build.entries=Array.from(d.values()),o.end(),s.end(),await e.asyncHook("buildReport",e.build)}}},$t=(e,t,n)=>s=>{let o=[],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 ")||j(e)),g=e=>e.replace(/(^external[^"]+"|"$)/g,""),h=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"],s=e=>{const n=ht(e);t.add(n),n.startsWith("external ")&&t.add(g(n))};s(e.identifier());for(const t of n){const n=e[t];t&&t in e&&"string"==typeof n&&s(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=ht(t.request);if(c.has(n))return c.get(n);if(e.context){const t=pt(ht(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 "));s.hooks.thisCompilation.tap(t,(s=>{o=[],r=[],i=[],a.clear(),u.clear(),c.clear(),d.clear(),s.hooks.finishModules.tap(t,(t=>{m.resume();const s=n.time("dependency graph"),r=n.time("indexing modules");for(const e of t)h(e);r.end();const i=n.time("building inputs");for(const n of t){const t=n.identifier(),s=yt(e.bundler.outDir,t),r=new Set(y(n).map((e=>{const s=b(n,e);if(!s?.identifier())return!1;const o=s.identifier();return!!f(o)&&(o!==t&&(w(s)?g(o):o))})).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:g(s),dependencies:new Set,dependents:new Set,filepath:t,type:"external"}:{size:n.size()||0,name:s,dependencies:new Set,dependents:new Set,filepath:t,type:mt(t)};o.push(u),a.set(t,u),w(n)&&a.set(g(t),u)}i.end();const u=n.time("assigning dependencies and dependents");for(const e of o){const t=d.get(e.filepath);if(t){for(const s of t.dependencies){const t=a.get(s);t?e.dependencies.add(t):n.debug(`Could not find input of dependency ${s}`)}for(const s of t.dependents){const t=a.get(s);t?e.dependents.add(t):n.debug(`Could not find input of dependent ${s}`)}}else n.debug(`Could not find dependency report for ${e.name}`)}u.end(),s.end(),m.pause()}))})),s.hooks.afterEmit.tapPromise(t,(async t=>{m.resume();const s=t.chunks,c=t.getAssets(),d=t=>[...t.files||[],...t.auxiliaryFiles||[]].map((t=>pt(e.bundler.outDir,t))),g=n.time("indexing chunks"),h=t.chunkGraph;for(const e of s){const t=d(e),n=(h?.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"===mt(e))continue;const t=p.get(e)||new Set;for(const e of n)t.add(e);p.set(e,t)}}g.end();const y=n.time("building outputs");for(const t of c){const s={size:t.source.size()||0,name:t.name,inputs:[],filepath:pt(e.bundler.outDir,t.name),type:mt(t.name)};if(u.set(s.filepath,s),r.push(s),"map"===s.type){l.push(s);continue}const o=p.get(s.filepath);if(o)for(const e of o){const t=a.get(e);t?s.inputs.push(t):n.debug(`Could not find input of ${e}`)}else n.debug(`Could not find modules for ${s.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");for(const[s,o]of t.entrypoints){const t=new Map,r=new Map;let a=0;const p=o.chunks.flatMap(d),c=o.chunks.filter((e=>h.getChunkEntryModulesIterable(e)||!1)).flatMap((e=>Array.from(e.files))).filter((e=>e.includes(s)||o.name&&e.includes(o.name))).find((e=>"js"===mt(e)));for(const e of p){const s=u.get(e);if(e&&s){if("map"!==s.type&&!t.has(s.name)){t.set(s.name,s);for(const e of s.inputs)r.has(e.filepath)||r.set(e.filepath,e);a+=s.size}}else n.debug(`Could not find output of ${JSON.stringify(e)}`)}const l={name:s,filepath:c?pt(e.bundler.outDir,c):"unknown",size:a,inputs:Array.from(r.values()),outputs:Array.from(t.values()),type:c?mt(c):"unknown"};i.push(l)}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=o,e.build.outputs=r,e.build.entries=i,m.end(),await e.asyncHook("buildReport",e.build)}))},kt="datadog-build-report-plugin",St=e=>{const{context:t}=e,n=t.getLogger(kt);return[{name:kt,enforce:"post",esbuild:wt(t,n),rspack:$t(t,kt,n),webpack:$t(t,kt,n),vite:vt(t,n),rollup:vt(t,n)}]},Dt="datadog-bundler-report-plugin",Et=(e,t)=>t?s.isAbsolute(t)?t:s.resolve(e,t):"",xt=e=>{if(!e)return[];return(Array.isArray(e)?e:[e]).map((e=>e.dir?e.dir:e.file?s.dirname(e.file):void 0)).filter(Boolean)},Rt=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=Et(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},Pt=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const s=t.build?.rollupOptions?.output,o=xt(s);e.buildRoot=t.root??process.cwd(),s&&o.length&&(n=ct(o,process.cwd())),e.bundler.outDir=Et(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),Mt=e=>{const{context:t}=e,n=t.getLogger(Dt);return[{name:Dt,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=Et(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=Et(t.buildRoot,s.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:Rt(t),rspack:Rt(t),vite:Pt(t),rollup:{options(e){let n;if("output"in e){const t=xt(e.output);n=ct(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(s.dirname(e))}}return Array.from(t)})(e);if(n){t.bundler.outDir=pt(process.cwd(),n);const e=ct([n,...o],process.cwd());t.buildRoot=e===s.sep?process.cwd():e}else t.buildRoot=ct(o,process.cwd()),t.bundler.outDir=s.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 s=xt(e);ct(s,process.cwd()).startsWith(t.bundler.outDir)||n.info("The output directory has been changed by a plugin and may introduce some inconsistencies in the build report.")}}}]},Tt="datadog-custom-hooks-plugin",jt=e=>{const{context:t}=e,n=t.getLogger(Tt),s=e=>(s,...o)=>{const r=n.time(`execution | ${s}`,{tags:["type:custom-hook",`hook:${s}`]}),i=[],a=[];for(const n of t.plugins){if(!(s in n))continue;const t=n[s];if("function"==typeof t)try{const r=t(...o);r instanceof Promise&&(e||i.push(`Plugin "${n.name}" returned a promise on the non async hook "${s}".`),a.push(r))}catch(e){i.push(`Plugin "${n.name}" errored on hook "${s}". [${e}]`)}else i.push(`Plugin "${n.name}" has an invalid hook type for "${s}". [${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=s(!1),t.asyncHook=s(!0),[{name:Tt,enforce:"pre"}]};class Ot{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=(s=e,i.readFileSync(s,{encoding:"utf-8"}));var s;const 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 a=this.matchSources(r);if(0!==a.length)return a;t(`${r.map(this.displaySource).join(", ")} not in the tracked files.`)}matchSources(e){let t=[];const n=new Set;for(const s of e){const e=this.getFilename(s);if(n.has(e))continue;n.add(e);const o=this.trackedFilenames.get(e);o&&(t=t.concat(o))}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 zt=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await Nt(e);for(const e of t)if(e.name===n)return I(e.refs.push);return I(t[0].refs.push)},Nt=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},At=async e=>e.revparse("HEAD"),It=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),Ct=async e=>e.branch(),_t=async e=>e.show(["-s","--format=%s"]),Ft=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),Lt="datadog-git-plugin",qt=e=>{const{options:t,context:n}=e,o=n.getLogger(Lt),r=o.time("get git information",{start:!1}),i=async e=>{try{const t=await(async e=>{const t=[At(e),Ct(e),_t(e),Ft(e),It(e),zt(e)],[n,s,o,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:o.trim(),hash:n},hash:n,branch:s.current,remote:a.trim(),trackedFilesMatcher:new Ot(i)}})(await(async e=>{const t={baseDir:e||process.cwd(),binary:"git",maxConcurrentProcesses:3};try{const e=g.simpleGit(t),n=await e.revparse("--show-toplevel");t.baseDir=n}catch{}return g.simpleGit(t)})(s.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:Lt,enforce:"pre",buildRoot(e){if(z(t))try{r.resume();const t=((e,t)=>{let n,o=pt(process.cwd(),e);for(;!n;){const e=s.resolve(o,t);if(Q(e)&&(n=e),o=o.split(s.sep).slice(0,-1).join(s.sep),[s.sep,""].includes(o))break}return n})(e,".git");if(!t)return void o.warn("No .git directory found, skipping git plugin.");n.queue(i(t))}catch(e){o.error(`Could not get git information: ${e.message}`)}}}]},Kt="datadog-injection-plugin",Ht=/^https?:\/\//,Bt=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],Wt=t.bold.yellow,Ut=async(e,t=process.cwd())=>(e=>r.readFile(e,{encoding:"utf-8"}))(pt(t,e)),Gt=async(e,t,n=process.cwd())=>{let s;const o=await(async e=>"function"==typeof e.value?e.value():e.value)(e);try{if("file"===e.type)s=o.match(Ht)?await(async(e,t=5e3)=>{let n;return Promise.race([P({retries:2,minTimeout:100,url:e}).finally((()=>{t&&clearTimeout(n)})),new Promise(((e,s)=>{n=setTimeout((()=>{s(new Error("Timeout"))}),t)}))])})(o):await Ut(o,n);else{if("code"!==e.type)throw new Error(`Invalid item type "${e.type}", only accepts "code" or "file".`);s=o}}catch(r){const i=`${e.type} - ${A(o)}`;e.fallback?(t.info(`Fallback for "${i}": ${r.toString()}`),s=await Gt(e.fallback,t,n)):t.warn(`Failed "${i}": ${r.toString()}`)}return s},Jt=e=>{if(0===e.size)return"";return`// begin injection by Datadog build plugins\n${Array.from(e.values()).map((e=>`(() => {${e}})();`)).join("\n\n")}\n// end injection by Datadog build plugins`},Vt=async(e,t,n,s=process.cwd())=>{const o=await(async(e,t,n=process.cwd())=>{const s=new Map;for(const[o,r]of e.entries()){const e=await Gt(r,t,n);e&&s.set(o,{value:e,position:r.position||Je.BEFORE})}return s})(t,e,s);for(const[e,t]of o.entries())n[t.position].set(e,t.value)},Yt=e=>Bt.includes(e),Qt=(e,t,n)=>{e.warn(`"${Wt(t)}" files are not supported (${Wt(n)}).`)},Xt=i.promises,Zt=(e,t,n)=>({setup(o){const{onStart:a,onResolve:u,onLoad:p,onEnd:c,esbuild:l,initialOptions:d}=o,m=[],f=`${t.bundler.name}.${Je.MIDDLE}.${S}.js`,g=i.realpathSync(h.tmpdir()),y=s.resolve(g,f),b=new RegExp(`${f}$`),w=d.inject;d.inject=w?[...w]:[],d.inject.push(y),a((async()=>{m.push(...await ut(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await V(s.dirname(e)),await r.writeFile(e,t,{encoding:"utf-8"})})(y,"")}catch(t){e.error(`Could not create the files: ${t.message}`)}})),u({filter:b},(async e=>({path:e.path,namespace:Kt}))),p({filter:b,namespace:Kt},(async()=>({contents:Jt(n[Je.MIDDLE])||" ",resolveDir:t.buildRoot,loader:"js"}))),c((async o=>{if(!o.metafile)return void e.warn("Missing metafile from build result.");const r=Jt(n[Je.BEFORE]),i=Jt(n[Je.AFTER]);if(!r&&!i)return;const a=Object.entries(o.metafile.outputs).map((([e,n])=>{const s=n.entryPoint;if(!s)return;return m.find((e=>e.resolved.endsWith(s)))?pt(t.buildRoot,e):void 0})).filter(Boolean).filter((t=>{const{base:n,ext:o}=s.parse(t),r=Yt(o);return r||Qt(e,o,n),r})).map((async t=>{try{const e=await Xt.readFile(t,"utf-8"),n=await l.transform(e,{loader:"default",banner:r,footer:i});await Xt.writeFile(t,n.code)}catch(n){if(!(e=>e instanceof Error&&"code"in e)(n)||"ENOENT"!==n.code)throw n;e.warn(`Could not inject content in ${t}: ${n}`)}}));await Promise.all(a)}))}}),en=S,tn="?inject-proxy",nn=(e,t)=>({banner(n){if(n.isEntry&&n.fileName){const{base:o,ext:r}=s.parse(n.fileName);return Yt(r)?Jt(t[Je.BEFORE]):(Qt(e,r,o),"")}return""},async resolveId(e,n,s){if(j(e))return{id:e,moduleSideEffects:!0};if(s.isEntry&&Jt(t[Je.MIDDLE])){const t=await this.resolve(e,n,s);if(!t||t.external)return t;return(await this.load(t)).moduleSideEffects=!0,`${t.id}${tn}`}return null},load(e){if(j(e))return Jt(t[Je.MIDDLE]);if(e.endsWith(tn)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let s=`import ${JSON.stringify(en)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(s+=`export { default } from ${JSON.stringify(t)};`),s}return null},footer(n){if(n.isEntry&&n.fileName){const{base:o,ext:r}=s.parse(n.fileName);return Yt(r)?Jt(t[Je.AFTER]):(Qt(e,r,o),"")}return""}}),sn=(e,t,n,o,r)=>a=>{const u=new WeakMap,p=e.sources.ConcatSource,c=n.bundler.name,l=s.resolve(n.bundler.outDir,`${c}.${Je.MIDDLE}.${S}.js`);Y(l,"");a.hooks.shutdown.tap(Kt,(()=>{var e;e=l,i.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));a.hooks.beforeRun.tapPromise(Kt,(async()=>{await Vt(t,o,r,n.buildRoot)})),a.hooks.compilation.tap(Kt,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:Kt,stage:o},(()=>{const e=Jt(r[Je.BEFORE]),o=Jt(r[Je.AFTER]);for(const r of n.chunks)if(r.canBeInitial())for(const i of r.files){const{base:r,ext:a}=s.parse(i);Yt(a)?n.updateAsset(i,(t=>{const n=u.get(t);if(!n||n.banner!==e||n.footer!==o){const n=new p(e,"\n",t,"\n",o);return u.set(t,{source:n,banner:e,footer:o}),n}return n.source})):Qt(t,a,r)}}))}));const d=(e=>{const n={import:[l]},s=e=>{for(const[n,s]of Object.entries(e))"object"==typeof s?(s.import=s.import||[],s.import.unshift(l)):"string"==typeof s?e[n]=[l,s]:Array.isArray(s)?s.unshift(l):t.error("Invalid entry type: "+typeof s)};return e?"function"==typeof e?async()=>{const t=await e();return s(t),t}:"object"!=typeof e?"string"==typeof e?[n,e]:(t.error("Invalid entry type: "+typeof e),e):(s(e),e):{ddHelper:n}})(a.options.entry);a.options.entry=d},on=e=>{const{bundler:t,context:n}=e,s=n.getLogger(Kt),o=new Map,r={[Je.BEFORE]:new Map,[Je.MIDDLE]:new Map,[Je.AFTER]:new Map};n.inject=e=>{o.set(`${Date.now()}.${performance.now()}.${++C}`,e)};const i={name:Kt,enforce:"post",esbuild:Zt(s,n,r),webpack:sn(t,s,n,o,r),rspack:sn(t,s,n,o,r),rollup:nn(s,r),vite:{...nn(s,r),enforce:"pre"}};var a;return a=n.bundler.name,["rspack","webpack"].includes(a)?i.load={filter:{id:D},handler:()=>({code:Jt(r[Je.MIDDLE])})}:i.buildStart=async()=>{await Vt(s,o,r,n.buildRoot)},[i]},rn="datadog-true-end-plugin",an=e=>{const{context:t}=e,n=async()=>{await t.asyncHook("asyncTrueEnd")},s=()=>{t.hook("syncTrueEnd")},o=async()=>{s(),await n()},r=e=>{e.hooks.shutdown.tapPromise(rn,o)},i={async writeBundle(){},async closeBundle(){await o()}};return[{name:rn,enforce:"post",webpack:r,esbuild:{setup(e){e.onEnd((async()=>{await n()})),e.onDispose((()=>{s()}))}},vite:i,rollup:i,rspack:r}]},un={[me]:Fe},pn=t.bold.red;var cn="3.0.9";const ln=(({bundler:t,version:n})=>{const s=Date.now();return e.createUnplugin(((e,o)=>{const r=Date.now(),i=((e={})=>{const t={site:$("SITE")||e.auth?.site||"datadoghq.com"};return Object.defineProperty(t,"apiKey",{value:$("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(t,"appKey",{value:$("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:t}})(e);"esbuild"===o.framework&&(o.esbuildHostName=x);const a=process.env.BUILD_PLUGINS_ENV||"production",u=E.includes(a)?a:"development",p=t.rspackVersion||t.version||t.VERSION,c=o.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:s})=>{const o=process.cwd(),r={errors:s.errors,warnings:s.warnings,logs:s.logs,metadata:n.metadata,timings:s.timings,bundler:n.bundler};return{auth:t.auth,pluginNames:[],bundler:{...r.bundler,outDir:o},build:r,buildRoot:o,env:n.env,getLogger:K(n,s,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:M(n),start:e,version:n.version}})({start:s,options:i,data:l,stores:d}),f=m.getLogger("factory"),g=f.time("Plugins initialization",{start:r});m.pluginNames.push(x);const h=[];h.push(["analytics",rt],["async-queue",at],["build-report",St],["bundler-report",Mt],["custom-hooks",jt],["git",qt],["injection",on],["true-end",an]),i.customPlugins&&h.push(["custom",i.customPlugins]),h.push(["error-tracking",le],["metrics",Le],["output",Ge],["rum",st]);for(const[e,n]of h)m.plugins.push(...W(m,n,e)({bundler:t,context:m,options:i,data:l,stores:d}));return(e=>{const t=[];for(const n of v){const s=k(n);if(s.length>1&&!s.every((e=>process.env[e]===process.env[s[0]]))){const o=s.map((e=>w(e))).join(" and "),r=w(`DATADOG_${n}`);e.warn(`Conflicting keys ${o}, will use ${r}`),t.push(`${o} (using ${r})`)}else if(s.length){const e=s.map((e=>b(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: ${pn(Array.from(t).join(", "))}`)})(m.pluginNames),m.hook("init",m),g.end(),m.plugins}))})({bundler:y,version:cn}).webpack,dn=cn,mn=un;exports.datadogWebpackPlugin=ln,exports.helpers=mn,exports.version=dn;
|
|
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"),w=require("webpack");const v=t.bold.green,$=t.bold.yellow,k=["API_KEY","APP_KEY","SOURCEMAP_INTAKE_URL","APPS_INTAKE_URL","SITE"],S=e=>process.env[`DATADOG_${e}`]||process.env[`DD_${e}`],E=e=>{const t=[];return process.env[`DD_${e}`]&&t.push(`DD_${e}`),process.env[`DATADOG_${e}`]&&t.push(`DATADOG_${e}`),t},D="__datadog-helper-file",x=new RegExp(D),R=["development","production","test"],P="datadog-build-plugins",j=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,403,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){const t=`HTTP ${a.status} ${a.statusText}`;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)},A=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||P,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"}}}}),N=e=>e.replace(/^@dd\/(datadog-|internal-)?|^datadog-|-plugin$/g,""),C=e=>e.includes(D),z=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},I=e=>{const t=!!e.errorTracking?.sourcemaps,n=e.enableGit??!0;return t&&n},_=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()},F=(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)}`},L=(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}},q=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 K=0;const H={debug:0,info:1,warn:2,error:3,none:4},U=e=>e.split(">").map(N).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=A(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())}H[a]>=H[s]&&l(`${c(d)} ${m}`)}},B=(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(_(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:B(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)}},J=["buildEnd","buildStart","load","resolveId","transform","watchChange","writeBundle","buildRoot","init","buildReport","bundlerReport","git"],V=(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)},Y=(e,t,n)=>{const o=e.getLogger(P);return e=>{const s=o.time(`hook | init ${n}`,{log:!1}),r=t(e).map((e=>((e,t)=>{const n={...e},o=N(e.name);for(const s of J){const r=e[s];r&&(n[s]=V(o,s,r,t))}return n})(e,o))),i=r.map((e=>`plugin:${e.name}`));return s.tag(i),s.end(),r}},Q=async e=>i.mkdir(e,{recursive:!0}),X=(e,t)=>{var n;n=p.dirname(e),a.mkdirSync(n,{recursive:!0}),a.writeFileSync(e,t,{encoding:"utf-8"})},Z=e=>a.readFileSync(e,{encoding:"utf-8"}),ee=e=>{try{return a.existsSync(e)}catch(e){if("ENOENT"===e.code)return!1;throw e}},te=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})}},ne=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},oe="apps",se="datadog-apps-plugin",re="datadog-apps-assets.zip",ie=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},ae=(e,t)=>C(t)?D:t.startsWith(e)||p.isAbsolute(t)?t:p.resolve(e,t),ue=(e,t)=>{let n,o=ae(process.cwd(),e);for(;!n;){const e=p.resolve(o,t);if(ee(e)&&(n=e),o=o.split(p.sep).slice(0,-1).join(p.sep),[p.sep,""].includes(o))break}return n},pe=(e,t)=>{const n=[...e].map((e=>ae(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},ce=t.bold.red,le=t.bold.yellow,de=e=>{const t=ue(e,"package.json");if(t)try{const e=Z(t);return JSON.parse(e)}catch(e){return}},me=(e,t,n)=>{if(n?.name&&n?.identifier)return{identifier:n?.identifier,name:n.name};const o=de(e);o||t.warn(le("No package.json found to infer the app name."));const s=n?.name||o?.name?.trim();s||t.error(ce("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=L(n.trim());return o?o.replace(/\.git$/,""):void 0})(n?.url,o);r||t.error(ce("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(ce("Unable to compute the app identifier.")),{identifier:i,name:s}},fe=t.green.bold,he=t.yellow.bold,ge=t.cyan.bold,ye=t.bold,be=(e,t={},n)=>async()=>{const o=await te(e,{contentType:"application/zip",filename:re});return T({getForm:()=>{const e=new FormData;return e.append("name",n),e.append("bundle",o,re),e},defaultHeaders:t,zip:!1})},we=async(e,t,n)=>{const o=[],s=[];if(!t.apiKey||!t.appKey)return o.push(new Error("Missing authentication token, need both app and api keys.")),{errors:o,warnings:s};if(!t.identifier)return o.push(new Error("No app identifier provided")),{errors:o,warnings:s};const r=(i=t.site,a=t.identifier,S("APPS_INTAKE_URL")||`https://api.${i}/api/unstable/app-builder-code/apps/${a}/upload`);var i,a;const u=j({bundler:t.bundlerName,plugin:"apps",version:t.version}),p=q({identifier:t.identifier,intakeUrl:r,defaultHeaders:`\n${JSON.stringify(u,null,2)}`}),c=`an archive of:\n - ${fe(e.assets.length.toString())} files\n - ${fe(f(e.size))}\n\nWith the configuration:\n${p}`;if(t.dryRun)return n.error(`\n${ge("Dry run enabled")}\n\nSkipping assets upload.\nWould have uploaded ${c}`),{errors:o,warnings:s};try{const o=await O({auth:{apiKey:t.apiKey,appKey:t.appKey},url:r,method:"POST",type:"json",getData:be(e.archivePath,u,t.name),onRetry:(e,t)=>{const o=`Failed to upload archive (attempt ${he(`${t}/5`)}): ${e.message}`;s.push(o),n.warn(o)}});if(n.debug(`Uploaded ${c}\n`),o.version_id&&o.application_id&&o.app_builder_id){const{version_id:e,application_id:s,app_builder_id:r}=o,i=`https://api.${t.site}/api/unstable/app-builder-code/apps/serve/${s}/v/${e}/index.html`,a=`https://app.${t.site}/app-builder/apps/${r}`;n.info(`Your application is available at:\n${ye("Standalone :")}\n ${ge(i)}\n\n${ye("AppBuilder :")}\n ${ge(a)}`)}}catch(e){const t=e instanceof Error?e:new Error(String(e));o.push(t)}return{errors:o,warnings:s}},ve=t.yellow.bold,$e=t.red.bold,ke=({options:e,context:t})=>{const n=t.getLogger(se);let o;const s=(e=>{const t=e[oe]||{};return{enable:t.enable??!!e[oe],include:t.include||[],dryRun:t.dryRun??!1,identifier:t.identifier?.trim(),name:t.name?.trim()||e.metadata?.name?.trim()}})(e);if(!s.enable)return[];const r=async()=>{const e=n.time("handle assets");let r;try{const e=n.time("resolve identifier"),{name:o,identifier:u}=me(t.buildRoot,n,{url:t.git?.remote,name:s.name,identifier:s.identifier});if(!u||!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 d=p.relative(t.buildRoot,t.bundler.outDir),m=[...s.include,`${d}/**/*`],f=await ie(m,t.buildRoot);if(!f.length)return void n.debug("No assets to upload.");const h=n.time("archive assets"),g=await(async e=>{const t=await i.mkdtemp(p.join(l.tmpdir(),"dd-apps-")),n=p.join(t,re),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}})(f);h.end(),r=p.dirname(g.archivePath);const y=n.time("upload assets"),{errors:b,warnings:w}=await we(g,{apiKey:t.auth.apiKey,appKey:t.auth.appKey,bundlerName:t.bundler.name,dryRun:s.dryRun,identifier:u,name:o,site:t.auth.site,version:t.version},n);if(y.end(),w.length>0&&n.warn(`${ve("Warnings while uploading assets:")}\n - ${w.join("\n - ")}`),b.length>0){const e=b.map((e=>e.cause||e.stack||e.message||e)).join("\n - ");throw new Error(` - ${e}`)}}catch(e){o=e,n.error(`${$e("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};return[{name:se,enforce:"post",async asyncTrueEnd(){await r()}}]},Se="errorTracking",Ee="datadog-error-tracking-plugin",De=(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}},xe=/[/]+|[\\]+/g,Re=/^[/]+|^[\\]+|[/]+$|[\\]+$/g,Pe=(e,t)=>{const n=e.replace(Re,"").split(xe),o=t.replace(Re,"").split(xe),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},je=async(e,t,n,o)=>{const s=await(async(e,t)=>{const[n,o]=await Promise.all([ne(e.minifiedFilePath),ne(e.sourcemapFilePath)]);return{file:n,sourcemap:o,repeatedPrefix:Pe(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}},Te=t.green.bold,Me=t.yellow.bold,Oe=t.red.bold,Ae=(e,t={})=>async()=>T({getForm:async()=>{const t=new FormData;for(const[n,o]of e.content){const e="file"===o.type?await te(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}),Ne=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,S("SOURCEMAP_INTAKE_URL")||`https://sourcemap-intake.${p}/api/v2/srcmap`);var p;const c=j({bundler:n.bundlerName,plugin:"sourcemaps",version:n.version}),l=q({...t,intakeUrl:u,outDir:n.outDir,defaultHeaders:`\n${JSON.stringify(c,null,2)}`}),d=`\nUploading ${Te(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:Ae(i,c),onRetry:(t,n)=>{const s=`Failed to upload ${Me(e.sourcemap)} | ${Me(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 ${Te(e.length.toString())} uploads.`),await Promise.all(m),await a.onIdle(),{warnings:r,errors:s}},Ce=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=>({...De(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=>je(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 Ne(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 ${Te(`${e.length-d.length}/${e.length}`)} sourcemaps in ${Te(_(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?`${Oe(e.file)} | ${Oe(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()},ze=e=>{const n=t.bold.red,o=e[Se]||{},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},Ie=({options:e,context:t})=>{const n=t.getLogger(Ee),o=n.time("validate options"),s=((e,t)=>{const n=[],o=ze(e);if(n.push(...o.errors),n.length)throw t.error(`\n - ${n.join("\n - ")}`),new Error(`Invalid configuration for ${Ee}.`);const s={enable:!!e[Se],...e[Se],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 Ce(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:Ee,enforce:"post",async git(e){r=e,i&&await u()},async buildReport(t){i=t,!r&&I(e)||await u()},async asyncTrueEnd(){a||await u()}}]},_e=[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}],Fe="metrics",Le="datadog-metrics-plugin",qe=e=>Math.floor((e||Date.now())/1e3),Ke=(e,t,n)=>({...e,tags:[...e.tags,...t],metric:n?`${n}.${e.metric}`:e.metric}),He=(e="")=>e.endsWith("/")?e:`${e}/`,Ue=(e,t)=>{let n=e;return e.split(He(t)),n.split("!").pop().replace(/(.*)?\/node_modules\//,"/node_modules/").replace(/^((\.)*\/)+/,"")},We=(e,t)=>e.split("!").pop().replace(He(t),"./"),Be=(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)),We(o||"no-name",n)},Ge=e=>e.replace(/^.*\/node_modules\/(@[a-z0-9][\w-.]+\/[a-z0-9][\w-.]*|[^/]+).*$/,"$1"),Je=e=>e.map((e=>({type:e?.constructor?.name??typeof e,name:e?.name,value:"string"==typeof e?e:void 0}))),Ve=t.bold.red,Ye=t.bold.cyan,Qe=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},Xe=(e,t)=>{if(!t||!t.size)return[];const n=Array.from(t.values());n.sort(Qe("duration"));const o={name:`${e} duration`,values:n.map((e=>({name:e.name,value:_(e.duration)}))),top:!0};n.sort(Qe("increment"));return[o,{name:`${e} hits`,values:n.map((e=>({name:e.name,value:e.increment.toString()}))),top:!0}]},Ze=(e,t,n)=>{const o=[];var s;n&&(o.push(...Xe("Loader",n.loaders)),o.push(...Xe("Tapable",n.tapables)),o.push(...Xe("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=z(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(Qe((e=>e.dependents.size))),t.values=c.map((e=>({name:e.name,value:e.dependents.size.toString()}))),c.sort(Qe((e=>e.dependencies.size))),n.values=c.map((e=>({name:e.name,value:e.dependencies.size.toString()}))),c.sort(Qe("size")),o.values=c.map((e=>({name:e.name,value:f(e.size)}))),c.sort(Qe("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(Qe((e=>e.size))).map((e=>({name:e.name,value:f(e.size)}))),top:!0},{name:"Entry aggregated size",values:(s.build.entries||[]).sort(Qe((e=>e.size))).map((e=>({name:e.name,value:f(e.size)}))),top:!0},{name:"Entry number of modules",values:(s.build.entries||[]).sort(Qe((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:_(e.build.start-e.start)}),e.build.duration&&t.values.push({name:"Build duration",value:_(e.build.duration)}),e.build.writeDuration&&t.values.push({name:"Write duration",value:_(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=F(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+=` [${Ve(e.value)}] ${" ".repeat(n)}${Ye(e.name)}\n`}}return t})(o);t.info(r)},et="api/v1/series",tt=t.bold.green,nt=["onStart","onLoad","onResolve","onEnd"],ot=new Map,st=new Map,rt=new Map,it=(e,t,n)=>{const o=Object.assign({},e);for(const s of nt)o[s]=async(o,r)=>{const i=st.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=We(e[0].path,n),u=rt.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:Je(e)};if(i.events[s].values.push(c),i.duration+=r,i.increment+=1,st.set(t,i),u.events[s].values.push(c),u.duration+=r,u.increment+=1,rt.set(o,u),a){const e=ot.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,ot.set(t,e)}}}))};return o},at=(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=it(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:st,modules:rt,loaders:ot};o.end(),await e.asyncHook("timings",{tapables:s,loaders:r,modules:i})}))}});class ut{constructor(e){this.started={},this.finished=[],this.cwd=e}startModule(e,t){const n=Be(e,t,this.cwd),o=(e=>(e.loaders||[]).map((e=>e.loader||e)).map(Ge))(e);o.length||o.push("no-loader"),this.started[n]={module:Ue(n),timings:{start:g.performance.now(),duration:0,end:0},loaders:o}}doneModule(e,t){const n=Be(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 pt{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,Je(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,Je(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,Je(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(Le)||(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 ct=e=>async t=>{const n=e.getLogger(Le),o={name:Le},s=new pt(e.buildRoot),r=new ut(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})}))},lt={filters:_e},dt=({options:e,context:t})=>{const n=t.getLogger(Le);let o=0;const s=((e,t)=>{const n=e[Fe],o=qe(n?.timestamp);let s=!1===n?.enableDefaultPrefix?"":`build.${t}`;return n?.prefix&&(s+=s?`.${n.prefix}`:n.prefix),{enable:!!e[Fe],enableDefaultPrefix:!0,enableTracing:!1,filters:_e,tags:[],...e[Fe],timestamp:o,prefix:s.toLowerCase().replace(/(^\.*|\.*$)/g,"")}})(e,t.bundler.name),r=[];if(!s.enable)return r;const i={name:Le,enforce:"pre",esbuild:at(t,n),webpack:ct(t),rspack:ct(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(Ke(e,o,s))}const i=Array.from(r).filter((e=>e.toSend)).length;return r.add(Ke({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");Ze(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: ${tt(`https://api.${t.site}/${et}`)}\n\nMetrics:\n - ${r.join("\n - ")}`),O({method:"POST",url:`https://api.${t.site}/${et}?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[Fe]?.timestamp||(s.timestamp=qe(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},mt="output",ft="datadog-output-plugin",ht=(e,t)=>"string"==typeof t?t.replace(/(\.json)?$/,".json"):!0===t?`${e}.json`:t,gt=e=>{const t=void 0===e;return{build:ht("build",e?.build??t),bundler:ht("bundler",e?.bundler??t),dependencies:ht("dependencies",e?.dependencies??t),errors:ht("errors",e?.errors??t),logs:ht("logs",e?.logs??t),metrics:ht("metrics",e?.metrics??t),timings:ht("timings",e?.timings??t),warnings:ht("warnings",e?.warnings??t)}},yt=(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}))}))},bt=e=>{const t=new Set;return{buildStart(){t.clear()},writeBundle(e,n){t.add(n)},closeBundle(){e((()=>Array.from(t)))}}},wt=({options:e,context:t})=>{const n=(e=>({enable:!!e[mt],path:"./",...e[mt],files:gt(e[mt]?.files)}))(e),o=t.getLogger(ft);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 Q(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:ft,buildReport(e){const t=o.time("serialize report"),n=z(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:yt(o,(e=>{s("bundler",e)})),rollup:bt((e=>{s("bundler",e)})),vite:bt((e=>{s("bundler",e)})),webpack:yt(o,(e=>{s("bundler",e)}))}]};var vt=(e=>(e[e.BEFORE=0]="BEFORE",e[e.MIDDLE=1]="MIDDLE",e[e.AFTER=2]="AFTER",e))(vt||{});const $t="rum",kt="datadog-rum-plugin",St=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")});`,Et="datadog-rum-privacy-plugin";const Dt=(e,t)=>{const n=t.getLogger(Et),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:Et,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}})}}},xt=e=>`DD_RUM.init({${JSON.stringify(e.sdk).replace(/(^{|}$)/g,"")}});\n`,Rt=(e,t)=>{const n=e.sdk;if(n.clientToken)return xt(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 xt({...e,sdk:{clientToken:o,...n}})}},Pt=e=>{const n=t.bold.red,o=e[$t]||{},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},jt=e=>{const t=e[$t]||{},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},Tt=e=>{const n=t.bold.red,o=e[$t]||{},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},Mt=({options:e,context:t})=>{const n=((e,t)=>{const n=[],o=Pt(e),s=jt(e),r=Tt(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 ${kt}.`);const i={enable:!!e[$t],...e[$t],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(kt)),o=[];if(!n.enable)return o;if(n.sourceCodeContext&&t.inject({type:"code",position:vt.BEFORE,injectIntoAllChunks:!0,value:St(n.sourceCodeContext)}),n.sdk&&(t.inject({type:"file",position:vt.MIDDLE,value:p.join(__dirname,"./rum-browser-sdk.js")}),t.inject({type:"code",position:vt.MIDDLE,value:Rt(n,t)})),n.privacy){t.inject({type:"file",position:vt.BEFORE,value:p.join(__dirname,"./privacy-helpers.js")});const e=Dt(n.privacy,t);o.push(e)}return o},Ot="datadog-analytics-plugin",At=({context:e})=>{const t=e.getLogger(Ot);return[{name:Ot,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}`)}})())}}]},Nt="datadog-async-queue-plugin",Ct=e=>{const{context:t,stores:n}=e,o=t.getLogger(Nt),s=[];return t.queue=e=>{const t=e.catch((e=>{s.push(e.message||e.toString())}));n.queue.push(t)},[{name:Nt,asyncTrueEnd:async()=>{await Promise.all(n.queue),s.length>0&&o.error(`Error occurred while processing async queue:\n ${s.join("\n ")}`)}}]},zt=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},It=/\.(?!.*(?:\.|\/|\\))(\w{1,})/g,_t=/(\?|%3F|\|)+/gi,Ft=e=>{return"unknown"===e?e:e.includes("webpack/runtime")?"runtime":(t=Kt(e),It.lastIndex=0,It.exec(t)?.[1]||"unknown");var t},Lt=["unknown","commonjsHelpers.js",`vite${p.sep}preload-helper.js`],qt=(e,t,n)=>{const o=new Set;for(const n of e){const e=Kt(n);C(n)||e===t||Lt.includes(e)||o.add(e)}return o},Kt=e=>e.split("!").pop().split(_t).shift().replace(/^[^\w\s.,!@#$%^&*()=+~`\-/\\]+/,""),Ht=(e,t)=>C(t)?D:"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(_t).shift().replace(/^((\.\.?)?[/\\])+/g,""),Ut=(e,t)=>Object.fromEntries(Object.entries(e).map((([e,n])=>[ae(t,e),n]))),Wt=(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 zt(n,e,t));for(const t of s){const n=Ht(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=Ut(n.metafile.inputs,a),b=Ut(n.metafile.outputs,a);g.end();const w=e=>{if(!C(e))return e;const t=y[ae(a,e)];if(!t)return e;const n=t.imports.find((e=>!C(e.path)));return n?n.path:e},v=t.time("looping through inputs");for(const[e,t]of Object.entries(n.metafile.inputs)){if(C(e))continue;const n=ae(a,e),o={name:Ht(i,e),filepath:n,dependents:new Set,dependencies:new Set,size:t.bytes,type:Ft(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=ae(a,e),r=Ht(i,n),u=[];for(const e of Object.keys(s.inputs)){if(C(e))continue;const n=f[ae(a,e)];n?u.push(n):t.debug(`Input ${e} not found for output ${r}`)}if(s.entryPoint&&!u.length){const e=f[ae(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:Ft(n)};if(h[n]=p,"map"===p.type&&d.push(p),c.push(p),!s.entryPoint)continue;const m=f[ae(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,D=e=>!C(e)&&!e.match(E),x=(e,n,o={})=>{if(!D(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=ae(c,t.path);if(t.external){if(D(t.path)){const e=r?l:t.path,n=S.inputs.report[e]||{filepath:e,name:Ht(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},R=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)}R.end();const P=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(!D(o.path))continue;const n=o.path.match(/^\.?\.\//),s=n?p.dirname(e.filepath):a,r=ae(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}`)}P.end(),e.build.outputs=c,e.build.inputs=u,e.build.entries=m,r.end(),await e.asyncHook("buildReport",e.build)}))}}),Bt=(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=Kt(e.id),o=m.get(t)||{dependencies:new Set,dependents:new Set},s=qt(new Set([...e.dynamicallyImportedIds,...e.importedIds]),t),r=qt(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?ae(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=Kt(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=Kt(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=ae(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:Ft(e)};if("map"===r.type&&y.add(r),"modules"in n)for(const[e,t]of Object.entries(n.modules)){if(Kt(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:Ht(h,e),dependencies:new Set,dependents:new Set,filepath:e,size:n,type:Ft(e)};r.inputs.push(o),c.set(o.filepath,o)}if("imports"in n)for(const e of n.imports){const n=Kt(e);if(!m.has(n)){b.set(ae(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:Ht(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 ${Ht(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 ${Ht(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=Ht(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[Ht(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(ae(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}":"${Ht(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)}}},Gt=(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 ")||C(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=Kt(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=Kt(t.request);if(c.has(n))return c.get(n);if(e.context){const t=ae(Kt(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=Ht(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:Ft(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=>ae(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"===Ft(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:ae(e.bundler.outDir,t.name),type:Ft(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[];t.add(e);const n=[...e.chunks];for(const o of e.childrenIterable||[])n.push(...v(o,t));return n};for(const[o,s]of t.entrypoints){const t=new Map,r=new Map;let a=0;const p=v(s).flatMap(d),c=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"===Ft(e)));for(const e of p){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 l={name:o,filepath:c?ae(e.bundler.outDir,c):"unknown",size:a,inputs:Array.from(r.values()),outputs:Array.from(t.values()),type:c?Ft(c):"unknown"};i.push(l)}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)}))},Jt="datadog-build-report-plugin",Vt=e=>{const{context:t}=e,n=t.getLogger(Jt);return[{name:Jt,enforce:"post",esbuild:Wt(t,n),rspack:Gt(t,Jt,n),webpack:Gt(t,Jt,n),vite:Bt(t,n),rollup:Bt(t,n)}]},Yt="datadog-bundler-report-plugin",Qt=(e,t)=>t?p.isAbsolute(t)?t:p.resolve(e,t):"",Xt=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)},Zt=e=>t=>{e.bundler.rawConfig=t.options,t.options.output?.path&&(e.bundler.outDir=Qt(process.cwd(),t.options.output.path)),e.hook("bundlerReport",e.bundler),t.options.context&&(e.buildRoot=t.options.context),e.hook("buildRoot",e.buildRoot)},en=e=>({configResolved(t){e.bundler.rawConfig=t;let n=t.build?.outDir??"dist";const o=t.build?.rollupOptions?.output,s=Xt(o);e.buildRoot=t.root??process.cwd(),o&&s.length&&(n=pe(s,process.cwd())),e.bundler.outDir=Qt(e.buildRoot,n),e.hook("buildRoot",e.buildRoot),e.hook("bundlerReport",e.bundler)}}),tn=e=>{const{context:t}=e,n=t.getLogger(Yt);return[{name:Yt,enforce:"pre",esbuild:{setup(e){t.bundler.rawConfig=e.initialOptions,e.initialOptions.absWorkingDir&&(t.buildRoot=e.initialOptions.absWorkingDir),e.initialOptions.outdir&&(t.bundler.outDir=Qt(t.buildRoot,e.initialOptions.outdir)),e.initialOptions.outfile&&(t.bundler.outDir=Qt(t.buildRoot,p.dirname(e.initialOptions.outfile))),t.hook("buildRoot",t.buildRoot),t.hook("bundlerReport",t.bundler),e.initialOptions.metafile=!0}},webpack:Zt(t),rspack:Zt(t),vite:en(t),rollup:{options(e){let n;if("output"in e){const t=Xt(e.output);n=pe(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=ae(process.cwd(),n);const e=pe([n,...o],process.cwd());t.buildRoot=e===p.sep?process.cwd():e}else t.buildRoot=pe(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=Xt(e);pe(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.")}}}]},nn="datadog-custom-hooks-plugin",on=e=>{const{context:t}=e,n=t.getLogger(nn),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:nn,enforce:"pre"}]};class sn{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=Z(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 rn=async e=>{const t=await e.getRemotes(!0);if(0===t.length)throw new Error("No git remotes available");const n=await an(e);for(const e of t)if(e.name===n)return L(e.refs.push);return L(t[0].refs.push)},an=async e=>{try{return(await e.getConfig("clone.defaultRemoteName"))?.value??"origin"}catch(e){return"origin"}},un=async e=>e.revparse("HEAD"),pn=async e=>(await e.raw("ls-files")).split(/\r\n|\r|\n/),cn=async e=>e.branch(),ln=async e=>e.show(["-s","--format=%s"]),dn=async e=>e.show(["-s","--format=%an,%ae,%aI,%cn,%ce,%cI"]),mn="datadog-git-plugin",fn=e=>{const{options:t,context:n}=e,o=n.getLogger(mn),s=o.time("get git information",{start:!1}),r=async e=>{try{const t=await(async e=>{const t=[un(e),cn(e),ln(e),dn(e),pn(e),rn(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 sn(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:mn,enforce:"pre",buildRoot(e){if(I(t))try{s.resume();const t=ue(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}`)}}}]},hn="datadog-injection-plugin",gn=/^https?:\/\//,yn=[".mjs",".mjsx",".js",".ts",".tsx",".jsx"],bn=t.bold.yellow,wn=async(e,t=process.cwd())=>(e=>i.readFile(e,{encoding:"utf-8"}))(ae(t,e)),vn=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(gn)?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 wn(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} - ${F(s)}`;e.fallback?(t.debug(`Fallback for "${i}": ${r.toString()}`),o=await vn(e.fallback,t,n)):t.warn(`Failed "${i}": ${r.toString()}`)}return o},$n=(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`},kn=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 vn(r,t,n);if(e){const t=r.position||vt.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)},Sn=e=>e instanceof Error&&"code"in e,En=e=>yn.includes(e),Dn=(e,t,n)=>{e.warn(`"${bn(t)}" files are not supported (${bn(n)}).`)},xn=a.promises,Rn=(e,t,n)=>({setup(o){const{onStart:s,onResolve:r,onLoad:u,onEnd:c,esbuild:d,initialOptions:m}=o,f=[],h=`${t.bundler.name}.${vt.MIDDLE}.${D}.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 zt(o,t,e)),o.initialOptions.inject=w;try{await(async(e,t)=>{await Q(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:hn}))),u({filter:b,namespace:hn},(async()=>({contents:$n(n,{position:vt.MIDDLE})||" ",resolveDir:t.buildRoot,loader:"js"}))),c((async o=>{if(!o.metafile)return void e.warn("Missing metafile from build result.");const s=$n(n,{position:vt.BEFORE}),r=$n(n,{position:vt.AFTER}),i=$n(n,{position:vt.BEFORE,onAllChunks:!0}),a=$n(n,{position:vt.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=ae(t.buildRoot,n),{base:g,ext:y}=p.parse(h);En(y)?u.push((async()=>{try{const e=await xn.readFile(h,"utf-8"),t=await d.transform(e,{loader:"default",banner:l,footer:m});await xn.writeFile(h,t.code)}catch(t){if(!Sn(t)||"ENOENT"!==t.code)throw t;e.warn(`Could not inject content in ${h}: ${t}`)}})()):Dn(e,y,g)}await Promise.all(u)}))}}),Pn=D,jn="?inject-proxy",Tn=(e,t)=>({banner(n){const o=$n(t,{position:vt.BEFORE,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:s,ext:r}=p.parse(n.fileName);return En(r)?o:(Dn(e,r,s),"")},async resolveId(e,n,o){if(C(e))return{id:e,moduleSideEffects:!0};if(o.isEntry&&$n(t,{position:vt.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}${jn}`}return null},load(e){if(C(e))return $n(t,{position:vt.MIDDLE});if(e.endsWith(jn)){const t=e.slice(0,-13),n=this.getModuleInfo(t);let o=`import ${JSON.stringify(Pn)};\nexport * from ${JSON.stringify(t)};`;return n?.hasDefaultExport&&(o+=`export { default } from ${JSON.stringify(t)};`),o}return null},footer(n){const o=$n(t,{position:vt.AFTER,onAllChunks:!n.isEntry});if(""===o||!n.fileName)return"";const{base:s,ext:r}=p.parse(n.fileName);return En(r)?o:(Dn(e,r,s),"")}}),Mn=(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}.${vt.MIDDLE}.${D}.js`);X(l,"");r.hooks.shutdown.tap(hn,(()=>{var e;e=l,a.rmSync(e,{force:!0,maxRetries:3,recursive:!0})}));const d=async()=>{await kn(t,o,s,n.buildRoot)};r.hooks.beforeRun.tapPromise(hn,d),r.hooks.watchRun.tapPromise(hn,d),r.hooks.compilation.tap(hn,(n=>{const o=e.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS;n.hooks.processAssets.tap({name:hn,stage:o},(()=>{const e=$n(s,{position:vt.BEFORE}),o=$n(s,{position:vt.AFTER}),r=$n(s,{position:vt.BEFORE,onAllChunks:!0}),a=$n(s,{position:vt.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);En(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})):Dn(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},On=e=>{const{bundler:t,context:n}=e,o=n.getLogger(hn),s=new Map,r=[];n.inject=e=>{s.set(`${Date.now()}.${performance.now()}.${++K}`,e)};const i={name:hn,enforce:"post",esbuild:Rn(o,n,r),webpack:Mn(t,o,n,s,r),rspack:Mn(t,o,n,s,r),rollup:Tn(o,r),vite:{...Tn(o,r),enforce:"pre",transformIndexHtml:{order:"pre",handler:()=>$n(r,{position:vt.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:x},handler:()=>({code:$n(r,{position:vt.MIDDLE})})}:i.buildStart=async()=>{await kn(o,s,r,n.buildRoot)},[i]},An="datadog-true-end-plugin",Nn=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(An,s)},i={async writeBundle(){},async closeBundle(){await s()}};return[{name:An,enforce:"post",webpack:r,esbuild:{setup(e){e.onEnd((async()=>{await n()})),e.onDispose((()=>{o()}))}},vite:i,rollup:i,rspack:r}]},Cn={[Fe]:lt},zn=t.bold.red;var In="3.1.0";const _n=(({bundler:t,version:n})=>{const o=Date.now();return e.createUnplugin(((e,s)=>{const r=Date.now(),i=((e={})=>{const t={site:S("SITE")||e.auth?.site||"datadoghq.com"};return Object.defineProperty(t,"apiKey",{value:S("API_KEY")||e.auth?.apiKey,enumerable:!1}),Object.defineProperty(t,"appKey",{value:S("APP_KEY")||e.auth?.appKey,enumerable:!1}),{enableGit:!0,logLevel:"warn",metadata:{},...e,auth:t}})(e);"esbuild"===s.framework&&(s.esbuildHostName=P);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:A(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(P);const g=[];g.push(["analytics",At],["async-queue",Ct],["build-report",Vt],["bundler-report",tn],["custom-hooks",on],["git",fn],["injection",On],["true-end",Nn]),i.customPlugins&&g.push(["custom",i.customPlugins]),g.push(["apps",ke],["error-tracking",Ie],["metrics",dt],["output",wt],["rum",Mt]);for(const[e,n]of g)m.plugins.push(...Y(m,n,e)({bundler:t,context:m,options:i,data:l,stores:d}));return(e=>{const t=[];for(const n of k){const o=E(n);if(o.length>1&&!o.every((e=>process.env[e]===process.env[o[0]]))){const s=o.map((e=>$(e))).join(" and "),r=$(`DATADOG_${n}`);e.warn(`Conflicting keys ${s}, will use ${r}`),t.push(`${s} (using ${r})`)}else if(o.length){const e=o.map((e=>v(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: ${zn(Array.from(t).join(", "))}`)})(m.pluginNames),m.hook("init",m),h.end(),m.plugins}))})({bundler:w,version:In}).webpack,Fn=In,Ln=Cn;exports.datadogWebpackPlugin=_n,exports.helpers=Ln,exports.version=Fn;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|