@datadog/esbuild-plugin 3.0.3 → 3.0.5

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.
Files changed (33) hide show
  1. package/dist/reports/datadog-esbuild-plugin/build.json +381 -0
  2. package/dist/reports/datadog-esbuild-plugin/bundler.json +3155 -0
  3. package/dist/reports/datadog-esbuild-plugin/dependencies.json +1184 -0
  4. package/dist/reports/datadog-esbuild-plugin/errors.json +1 -0
  5. package/dist/reports/datadog-esbuild-plugin/logs.json +569 -0
  6. package/dist/reports/datadog-esbuild-plugin/metrics.json +7052 -0
  7. package/dist/reports/datadog-esbuild-plugin/timings.json +1689 -0
  8. package/dist/reports/datadog-esbuild-plugin/warnings.json +1 -0
  9. package/dist/reports/dts-datadog-esbuild-plugin/build.json +72 -0
  10. package/dist/reports/dts-datadog-esbuild-plugin/bundler.json +365 -0
  11. package/dist/reports/dts-datadog-esbuild-plugin/dependencies.json +267 -0
  12. package/dist/reports/dts-datadog-esbuild-plugin/errors.json +1 -0
  13. package/dist/reports/dts-datadog-esbuild-plugin/logs.json +324 -0
  14. package/dist/reports/dts-datadog-esbuild-plugin/timings.json +983 -0
  15. package/dist/reports/dts-datadog-esbuild-plugin/warnings.json +14 -0
  16. package/dist/reports/privacy-helpers/build.json +55 -0
  17. package/dist/reports/privacy-helpers/bundler.json +68 -0
  18. package/dist/reports/privacy-helpers/dependencies.json +10 -0
  19. package/dist/reports/privacy-helpers/errors.json +1 -0
  20. package/dist/reports/privacy-helpers/logs.json +303 -0
  21. package/dist/reports/privacy-helpers/timings.json +903 -0
  22. package/dist/reports/privacy-helpers/warnings.json +1 -0
  23. package/dist/reports/rum-browser-sdk/build.json +468 -0
  24. package/dist/reports/rum-browser-sdk/bundler.json +2502 -0
  25. package/dist/reports/rum-browser-sdk/dependencies.json +3347 -0
  26. package/dist/reports/rum-browser-sdk/errors.json +1 -0
  27. package/dist/reports/rum-browser-sdk/logs.json +254 -0
  28. package/dist/reports/rum-browser-sdk/timings.json +2585 -0
  29. package/dist/reports/rum-browser-sdk/warnings.json +1 -0
  30. package/dist/src/index.js +1 -1
  31. package/dist/src/index.js.map +1 -1
  32. package/dist/src/index.mjs +2 -2
  33. package/package.json +2 -2
@@ -0,0 +1,1689 @@
1
+ [
2
+ {
3
+ "pluginName": "factory",
4
+ "label": "Plugins initialization",
5
+ "spans": [
6
+ {
7
+ "start": 1761140761403,
8
+ "tags": [
9
+ "plugin:factory"
10
+ ],
11
+ "end": 1761140761411
12
+ }
13
+ ],
14
+ "tags": [
15
+ "plugin:factory",
16
+ "level:debug"
17
+ ],
18
+ "logLevel": "debug",
19
+ "total": 8
20
+ },
21
+ {
22
+ "pluginName": "datadog-build-plugins",
23
+ "label": "hook | init analytics",
24
+ "spans": [
25
+ {
26
+ "start": 1761140761406,
27
+ "tags": [
28
+ "plugin:datadog-build-plugins"
29
+ ],
30
+ "end": 1761140761406
31
+ }
32
+ ],
33
+ "tags": [
34
+ "plugin:datadog-build-plugins",
35
+ "level:debug",
36
+ "plugin:datadog-analytics-plugin"
37
+ ],
38
+ "logLevel": "debug",
39
+ "total": 0
40
+ },
41
+ {
42
+ "pluginName": "datadog-build-plugins",
43
+ "label": "hook | init async-queue",
44
+ "spans": [
45
+ {
46
+ "start": 1761140761406,
47
+ "tags": [
48
+ "plugin:datadog-build-plugins"
49
+ ],
50
+ "end": 1761140761406
51
+ }
52
+ ],
53
+ "tags": [
54
+ "plugin:datadog-build-plugins",
55
+ "level:debug",
56
+ "plugin:datadog-async-queue-plugin"
57
+ ],
58
+ "logLevel": "debug",
59
+ "total": 0
60
+ },
61
+ {
62
+ "pluginName": "datadog-build-plugins",
63
+ "label": "hook | init build-report",
64
+ "spans": [
65
+ {
66
+ "start": 1761140761406,
67
+ "tags": [
68
+ "plugin:datadog-build-plugins"
69
+ ],
70
+ "end": 1761140761407
71
+ }
72
+ ],
73
+ "tags": [
74
+ "plugin:datadog-build-plugins",
75
+ "level:debug",
76
+ "plugin:datadog-build-report-plugin"
77
+ ],
78
+ "logLevel": "debug",
79
+ "total": 1
80
+ },
81
+ {
82
+ "pluginName": "datadog-build-report-plugin",
83
+ "label": "module parsing",
84
+ "spans": [],
85
+ "tags": [
86
+ "plugin:datadog-build-report-plugin",
87
+ "level:debug"
88
+ ],
89
+ "logLevel": "debug",
90
+ "total": 0
91
+ },
92
+ {
93
+ "pluginName": "datadog-build-report-plugin",
94
+ "label": "build report",
95
+ "spans": [],
96
+ "tags": [
97
+ "plugin:datadog-build-report-plugin",
98
+ "level:debug"
99
+ ],
100
+ "logLevel": "debug",
101
+ "total": 0
102
+ },
103
+ {
104
+ "pluginName": "datadog-build-report-plugin",
105
+ "label": "filling entries",
106
+ "spans": [],
107
+ "tags": [
108
+ "plugin:datadog-build-report-plugin",
109
+ "level:debug"
110
+ ],
111
+ "logLevel": "debug",
112
+ "total": 0
113
+ },
114
+ {
115
+ "pluginName": "datadog-build-report-plugin",
116
+ "label": "filling inputs and outputs",
117
+ "spans": [],
118
+ "tags": [
119
+ "plugin:datadog-build-report-plugin",
120
+ "level:debug"
121
+ ],
122
+ "logLevel": "debug",
123
+ "total": 0
124
+ },
125
+ {
126
+ "pluginName": "datadog-build-report-plugin",
127
+ "label": "completing dependencies and dependents",
128
+ "spans": [],
129
+ "tags": [
130
+ "plugin:datadog-build-report-plugin",
131
+ "level:debug"
132
+ ],
133
+ "logLevel": "debug",
134
+ "total": 0
135
+ },
136
+ {
137
+ "pluginName": "datadog-build-report-plugin",
138
+ "label": "filling dependencies and dependents",
139
+ "spans": [],
140
+ "tags": [
141
+ "plugin:datadog-build-report-plugin",
142
+ "level:debug"
143
+ ],
144
+ "logLevel": "debug",
145
+ "total": 0
146
+ },
147
+ {
148
+ "pluginName": "datadog-build-report-plugin",
149
+ "label": "filling sourcemaps inputs",
150
+ "spans": [],
151
+ "tags": [
152
+ "plugin:datadog-build-report-plugin",
153
+ "level:debug"
154
+ ],
155
+ "logLevel": "debug",
156
+ "total": 0
157
+ },
158
+ {
159
+ "pluginName": "datadog-build-report-plugin",
160
+ "label": "module parsing",
161
+ "spans": [
162
+ {
163
+ "start": 1761140761585,
164
+ "tags": [
165
+ "plugin:datadog-build-report-plugin",
166
+ "module:/home/runner/work/build-plugins/build-plugins/packages/published/esbuild-plugin/package.json"
167
+ ],
168
+ "end": 1761140761586
169
+ },
170
+ {
171
+ "start": 1761140761592,
172
+ "tags": [
173
+ "plugin:datadog-build-report-plugin",
174
+ "module:/home/runner/work/build-plugins/build-plugins/packages/published/esbuild-plugin/src/index.ts"
175
+ ],
176
+ "end": 1761140761593
177
+ },
178
+ {
179
+ "start": 1761140761686,
180
+ "tags": [
181
+ "plugin:datadog-build-report-plugin",
182
+ "module:/home/runner/work/build-plugins/build-plugins/packages/factory/src/index.ts"
183
+ ],
184
+ "end": 1761140761686
185
+ },
186
+ {
187
+ "start": 1761140761694,
188
+ "tags": [
189
+ "plugin:datadog-build-report-plugin",
190
+ "module:/home/runner/work/build-plugins/build-plugins/packages/factory/src/validate.ts"
191
+ ],
192
+ "end": 1761140761694
193
+ },
194
+ {
195
+ "start": 1761140761695,
196
+ "tags": [
197
+ "plugin:datadog-build-report-plugin",
198
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/constants.ts"
199
+ ],
200
+ "end": 1761140761695
201
+ },
202
+ {
203
+ "start": 1761140761716,
204
+ "tags": [
205
+ "plugin:datadog-build-report-plugin",
206
+ "module:/home/runner/work/build-plugins/build-plugins/packages/factory/src/helpers/context.ts"
207
+ ],
208
+ "end": 1761140761716
209
+ },
210
+ {
211
+ "start": 1761140761716,
212
+ "tags": [
213
+ "plugin:datadog-build-report-plugin",
214
+ "module:/home/runner/work/build-plugins/build-plugins/packages/factory/src/helpers/wrapPlugins.ts"
215
+ ],
216
+ "end": 1761140761716
217
+ },
218
+ {
219
+ "start": 1761140761726,
220
+ "tags": [
221
+ "plugin:datadog-build-report-plugin",
222
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/env.ts"
223
+ ],
224
+ "end": 1761140761726
225
+ },
226
+ {
227
+ "start": 1761140761737,
228
+ "tags": [
229
+ "plugin:datadog-build-report-plugin",
230
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/index.ts"
231
+ ],
232
+ "end": 1761140761737
233
+ },
234
+ {
235
+ "start": 1761140761741,
236
+ "tags": [
237
+ "plugin:datadog-build-report-plugin",
238
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/build-report/src/index.ts"
239
+ ],
240
+ "end": 1761140761741
241
+ },
242
+ {
243
+ "start": 1761140761748,
244
+ "tags": [
245
+ "plugin:datadog-build-report-plugin",
246
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/async-queue/src/index.ts"
247
+ ],
248
+ "end": 1761140761748
249
+ },
250
+ {
251
+ "start": 1761140761748,
252
+ "tags": [
253
+ "plugin:datadog-build-report-plugin",
254
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/analytics/src/index.ts"
255
+ ],
256
+ "end": 1761140761748
257
+ },
258
+ {
259
+ "start": 1761140761781,
260
+ "tags": [
261
+ "plugin:datadog-build-report-plugin",
262
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/custom-hooks/src/index.ts"
263
+ ],
264
+ "end": 1761140761781
265
+ },
266
+ {
267
+ "start": 1761140761786,
268
+ "tags": [
269
+ "plugin:datadog-build-report-plugin",
270
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/true-end/src/index.ts"
271
+ ],
272
+ "end": 1761140761786
273
+ },
274
+ {
275
+ "start": 1761140761834,
276
+ "tags": [
277
+ "plugin:datadog-build-report-plugin",
278
+ "module:/home/runner/work/build-plugins/build-plugins/packages/factory/src/helpers/logger.ts"
279
+ ],
280
+ "end": 1761140761834
281
+ },
282
+ {
283
+ "start": 1761140761835,
284
+ "tags": [
285
+ "plugin:datadog-build-report-plugin",
286
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/log.ts"
287
+ ],
288
+ "end": 1761140761835
289
+ },
290
+ {
291
+ "start": 1761140761871,
292
+ "tags": [
293
+ "plugin:datadog-build-report-plugin",
294
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/constants.ts"
295
+ ],
296
+ "end": 1761140761871
297
+ },
298
+ {
299
+ "start": 1761140761877,
300
+ "tags": [
301
+ "plugin:datadog-build-report-plugin",
302
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/sourcemaps/index.ts"
303
+ ],
304
+ "end": 1761140761877
305
+ },
306
+ {
307
+ "start": 1761140761879,
308
+ "tags": [
309
+ "plugin:datadog-build-report-plugin",
310
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/common/aggregator.ts"
311
+ ],
312
+ "end": 1761140761879
313
+ },
314
+ {
315
+ "start": 1761140761884,
316
+ "tags": [
317
+ "plugin:datadog-build-report-plugin",
318
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/validate.ts"
319
+ ],
320
+ "end": 1761140761884
321
+ },
322
+ {
323
+ "start": 1761140761884,
324
+ "tags": [
325
+ "plugin:datadog-build-report-plugin",
326
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/constants.ts"
327
+ ],
328
+ "end": 1761140761884
329
+ },
330
+ {
331
+ "start": 1761140761890,
332
+ "tags": [
333
+ "plugin:datadog-build-report-plugin",
334
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/validate.ts"
335
+ ],
336
+ "end": 1761140761890
337
+ },
338
+ {
339
+ "start": 1761140761891,
340
+ "tags": [
341
+ "plugin:datadog-build-report-plugin",
342
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/privacy/index.ts"
343
+ ],
344
+ "end": 1761140761891
345
+ },
346
+ {
347
+ "start": 1761140761895,
348
+ "tags": [
349
+ "plugin:datadog-build-report-plugin",
350
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/output/src/constants.ts"
351
+ ],
352
+ "end": 1761140761895
353
+ },
354
+ {
355
+ "start": 1761140761896,
356
+ "tags": [
357
+ "plugin:datadog-build-report-plugin",
358
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/esbuild-plugin/index.ts"
359
+ ],
360
+ "end": 1761140761896
361
+ },
362
+ {
363
+ "start": 1761140761896,
364
+ "tags": [
365
+ "plugin:datadog-build-report-plugin",
366
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/constants.ts"
367
+ ],
368
+ "end": 1761140761896
369
+ },
370
+ {
371
+ "start": 1761140761897,
372
+ "tags": [
373
+ "plugin:datadog-build-report-plugin",
374
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/common/filters.ts"
375
+ ],
376
+ "end": 1761140761897
377
+ },
378
+ {
379
+ "start": 1761140761903,
380
+ "tags": [
381
+ "plugin:datadog-build-report-plugin",
382
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/output/src/validate.ts"
383
+ ],
384
+ "end": 1761140761903
385
+ },
386
+ {
387
+ "start": 1761140761908,
388
+ "tags": [
389
+ "plugin:datadog-build-report-plugin",
390
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/analytics/src/constants.ts"
391
+ ],
392
+ "end": 1761140761908
393
+ },
394
+ {
395
+ "start": 1761140761908,
396
+ "tags": [
397
+ "plugin:datadog-build-report-plugin",
398
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/async-queue/src/constants.ts"
399
+ ],
400
+ "end": 1761140761908
401
+ },
402
+ {
403
+ "start": 1761140761968,
404
+ "tags": [
405
+ "plugin:datadog-build-report-plugin",
406
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/custom-hooks/src/constants.ts"
407
+ ],
408
+ "end": 1761140761968
409
+ },
410
+ {
411
+ "start": 1761140761968,
412
+ "tags": [
413
+ "plugin:datadog-build-report-plugin",
414
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/constants.ts"
415
+ ],
416
+ "end": 1761140761968
417
+ },
418
+ {
419
+ "start": 1761140762002,
420
+ "tags": [
421
+ "plugin:datadog-build-report-plugin",
422
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/strings.ts"
423
+ ],
424
+ "end": 1761140762002
425
+ },
426
+ {
427
+ "start": 1761140762009,
428
+ "tags": [
429
+ "plugin:datadog-build-report-plugin",
430
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/request.ts"
431
+ ],
432
+ "end": 1761140762009
433
+ },
434
+ {
435
+ "start": 1761140762030,
436
+ "tags": [
437
+ "plugin:datadog-build-report-plugin",
438
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/sourcemaps/files.ts"
439
+ ],
440
+ "end": 1761140762030
441
+ },
442
+ {
443
+ "start": 1761140762035,
444
+ "tags": [
445
+ "plugin:datadog-build-report-plugin",
446
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/privacy/transform.ts"
447
+ ],
448
+ "end": 1761140762035
449
+ },
450
+ {
451
+ "start": 1761140762035,
452
+ "tags": [
453
+ "plugin:datadog-build-report-plugin",
454
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/privacy/constants.ts"
455
+ ],
456
+ "end": 1761140762035
457
+ },
458
+ {
459
+ "start": 1761140762092,
460
+ "tags": [
461
+ "plugin:datadog-build-report-plugin",
462
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/plugins.ts"
463
+ ],
464
+ "end": 1761140762092
465
+ },
466
+ {
467
+ "start": 1761140762096,
468
+ "tags": [
469
+ "plugin:datadog-build-report-plugin",
470
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/common/helpers.ts"
471
+ ],
472
+ "end": 1761140762096
473
+ },
474
+ {
475
+ "start": 1761140762099,
476
+ "tags": [
477
+ "plugin:datadog-build-report-plugin",
478
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/webpack-plugin/index.ts"
479
+ ],
480
+ "end": 1761140762099
481
+ },
482
+ {
483
+ "start": 1761140762100,
484
+ "tags": [
485
+ "plugin:datadog-build-report-plugin",
486
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/index.ts"
487
+ ],
488
+ "end": 1761140762100
489
+ },
490
+ {
491
+ "start": 1761140762104,
492
+ "tags": [
493
+ "plugin:datadog-build-report-plugin",
494
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/output/src/index.ts"
495
+ ],
496
+ "end": 1761140762104
497
+ },
498
+ {
499
+ "start": 1761140762104,
500
+ "tags": [
501
+ "plugin:datadog-build-report-plugin",
502
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/bundler-report/src/index.ts"
503
+ ],
504
+ "end": 1761140762104
505
+ },
506
+ {
507
+ "start": 1761140762108,
508
+ "tags": [
509
+ "plugin:datadog-build-report-plugin",
510
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/index.ts"
511
+ ],
512
+ "end": 1761140762108
513
+ },
514
+ {
515
+ "start": 1761140762109,
516
+ "tags": [
517
+ "plugin:datadog-build-report-plugin",
518
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/index.ts"
519
+ ],
520
+ "end": 1761140762109
521
+ },
522
+ {
523
+ "start": 1761140762109,
524
+ "tags": [
525
+ "plugin:datadog-build-report-plugin",
526
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/git/src/index.ts"
527
+ ],
528
+ "end": 1761140762109
529
+ },
530
+ {
531
+ "start": 1761140762114,
532
+ "tags": [
533
+ "plugin:datadog-build-report-plugin",
534
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/sdk.ts"
535
+ ],
536
+ "end": 1761140762115
537
+ },
538
+ {
539
+ "start": 1761140762124,
540
+ "tags": [
541
+ "plugin:datadog-build-report-plugin",
542
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/types.ts"
543
+ ],
544
+ "end": 1761140762124
545
+ },
546
+ {
547
+ "start": 1761140762125,
548
+ "tags": [
549
+ "plugin:datadog-build-report-plugin",
550
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/build-report/src/esbuild.ts"
551
+ ],
552
+ "end": 1761140762125
553
+ },
554
+ {
555
+ "start": 1761140762125,
556
+ "tags": [
557
+ "plugin:datadog-build-report-plugin",
558
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/build-report/src/xpack.ts"
559
+ ],
560
+ "end": 1761140762125
561
+ },
562
+ {
563
+ "start": 1761140762125,
564
+ "tags": [
565
+ "plugin:datadog-build-report-plugin",
566
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/build-report/src/rollup.ts"
567
+ ],
568
+ "end": 1761140762125
569
+ },
570
+ {
571
+ "start": 1761140762125,
572
+ "tags": [
573
+ "plugin:datadog-build-report-plugin",
574
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/rollup.ts"
575
+ ],
576
+ "end": 1761140762126
577
+ },
578
+ {
579
+ "start": 1761140762126,
580
+ "tags": [
581
+ "plugin:datadog-build-report-plugin",
582
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/xpack.ts"
583
+ ],
584
+ "end": 1761140762126
585
+ },
586
+ {
587
+ "start": 1761140762126,
588
+ "tags": [
589
+ "plugin:datadog-build-report-plugin",
590
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/git/src/helpers.ts"
591
+ ],
592
+ "end": 1761140762126
593
+ },
594
+ {
595
+ "start": 1761140762126,
596
+ "tags": [
597
+ "plugin:datadog-build-report-plugin",
598
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/helpers.ts"
599
+ ],
600
+ "end": 1761140762128
601
+ },
602
+ {
603
+ "start": 1761140762128,
604
+ "tags": [
605
+ "plugin:datadog-build-report-plugin",
606
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/injection/src/esbuild.ts"
607
+ ],
608
+ "end": 1761140762128
609
+ },
610
+ {
611
+ "start": 1761140762128,
612
+ "tags": [
613
+ "plugin:datadog-build-report-plugin",
614
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/esbuild-plugin/plugins.ts"
615
+ ],
616
+ "end": 1761140762128
617
+ },
618
+ {
619
+ "start": 1761140762129,
620
+ "tags": [
621
+ "plugin:datadog-build-report-plugin",
622
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/webpack-plugin/loaders.ts"
623
+ ],
624
+ "end": 1761140762129
625
+ },
626
+ {
627
+ "start": 1761140762129,
628
+ "tags": [
629
+ "plugin:datadog-build-report-plugin",
630
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/webpack-plugin/tapables.ts"
631
+ ],
632
+ "end": 1761140762129
633
+ },
634
+ {
635
+ "start": 1761140762130,
636
+ "tags": [
637
+ "plugin:datadog-build-report-plugin",
638
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/common/sender.ts"
639
+ ],
640
+ "end": 1761140762130
641
+ },
642
+ {
643
+ "start": 1761140762131,
644
+ "tags": [
645
+ "plugin:datadog-build-report-plugin",
646
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/metrics/src/common/output/text.ts"
647
+ ],
648
+ "end": 1761140762131
649
+ },
650
+ {
651
+ "start": 1761140762132,
652
+ "tags": [
653
+ "plugin:datadog-build-report-plugin",
654
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/fs.ts"
655
+ ],
656
+ "end": 1761140762132
657
+ },
658
+ {
659
+ "start": 1761140762133,
660
+ "tags": [
661
+ "plugin:datadog-build-report-plugin",
662
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/bundlers.ts"
663
+ ],
664
+ "end": 1761140762133
665
+ },
666
+ {
667
+ "start": 1761140762136,
668
+ "tags": [
669
+ "plugin:datadog-build-report-plugin",
670
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/build-report/src/helpers.ts"
671
+ ],
672
+ "end": 1761140762136
673
+ },
674
+ {
675
+ "start": 1761140762137,
676
+ "tags": [
677
+ "plugin:datadog-build-report-plugin",
678
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/sourcemaps/sender.ts"
679
+ ],
680
+ "end": 1761140762137
681
+ },
682
+ {
683
+ "start": 1761140762137,
684
+ "tags": [
685
+ "plugin:datadog-build-report-plugin",
686
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/git/src/trackedFilesMatcher.ts"
687
+ ],
688
+ "end": 1761140762137
689
+ },
690
+ {
691
+ "start": 1761140762138,
692
+ "tags": [
693
+ "plugin:datadog-build-report-plugin",
694
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/error-tracking/src/sourcemaps/payload.ts"
695
+ ],
696
+ "end": 1761140762138
697
+ },
698
+ {
699
+ "start": 1761140762139,
700
+ "tags": [
701
+ "plugin:datadog-build-report-plugin",
702
+ "module:/home/runner/work/build-plugins/build-plugins/packages/core/src/helpers/paths.ts"
703
+ ],
704
+ "end": 1761140762139
705
+ }
706
+ ],
707
+ "tags": [
708
+ "plugin:datadog-build-report-plugin",
709
+ "level:debug"
710
+ ],
711
+ "logLevel": "debug",
712
+ "total": 0
713
+ },
714
+ {
715
+ "pluginName": "datadog-build-report-plugin",
716
+ "label": "build report",
717
+ "spans": [
718
+ {
719
+ "start": 1761140765540,
720
+ "tags": [
721
+ "plugin:datadog-build-report-plugin"
722
+ ],
723
+ "end": 1761140765551
724
+ },
725
+ {
726
+ "start": 1761140765750,
727
+ "tags": [
728
+ "plugin:datadog-build-report-plugin"
729
+ ],
730
+ "end": 1761140765756
731
+ }
732
+ ],
733
+ "tags": [
734
+ "plugin:datadog-build-report-plugin",
735
+ "level:debug"
736
+ ],
737
+ "logLevel": "debug",
738
+ "total": 17
739
+ },
740
+ {
741
+ "pluginName": "datadog-build-report-plugin",
742
+ "label": "filling entries",
743
+ "spans": [
744
+ {
745
+ "start": 1761140765551,
746
+ "tags": [
747
+ "plugin:datadog-build-report-plugin"
748
+ ],
749
+ "end": 1761140765551
750
+ },
751
+ {
752
+ "start": 1761140765755,
753
+ "tags": [
754
+ "plugin:datadog-build-report-plugin"
755
+ ],
756
+ "end": 1761140765756
757
+ }
758
+ ],
759
+ "tags": [
760
+ "plugin:datadog-build-report-plugin",
761
+ "level:debug"
762
+ ],
763
+ "logLevel": "debug",
764
+ "total": 1
765
+ },
766
+ {
767
+ "pluginName": "datadog-build-report-plugin",
768
+ "label": "filling inputs and outputs",
769
+ "spans": [
770
+ {
771
+ "start": 1761140765542,
772
+ "tags": [
773
+ "plugin:datadog-build-report-plugin"
774
+ ],
775
+ "end": 1761140765547
776
+ },
777
+ {
778
+ "start": 1761140765751,
779
+ "tags": [
780
+ "plugin:datadog-build-report-plugin"
781
+ ],
782
+ "end": 1761140765755
783
+ }
784
+ ],
785
+ "tags": [
786
+ "plugin:datadog-build-report-plugin",
787
+ "level:debug"
788
+ ],
789
+ "logLevel": "debug",
790
+ "total": 9
791
+ },
792
+ {
793
+ "pluginName": "datadog-build-report-plugin",
794
+ "label": "completing dependencies and dependents",
795
+ "spans": [
796
+ {
797
+ "start": 1761140765540,
798
+ "tags": [
799
+ "plugin:datadog-build-report-plugin"
800
+ ],
801
+ "end": 1761140765541
802
+ },
803
+ {
804
+ "start": 1761140765750,
805
+ "tags": [
806
+ "plugin:datadog-build-report-plugin"
807
+ ],
808
+ "end": 1761140765751
809
+ }
810
+ ],
811
+ "tags": [
812
+ "plugin:datadog-build-report-plugin",
813
+ "level:debug"
814
+ ],
815
+ "logLevel": "debug",
816
+ "total": 2
817
+ },
818
+ {
819
+ "pluginName": "datadog-build-report-plugin",
820
+ "label": "filling dependencies and dependents",
821
+ "spans": [
822
+ {
823
+ "start": 1761140765550,
824
+ "tags": [
825
+ "plugin:datadog-build-report-plugin"
826
+ ],
827
+ "end": 1761140765550
828
+ },
829
+ {
830
+ "start": 1761140765755,
831
+ "tags": [
832
+ "plugin:datadog-build-report-plugin"
833
+ ],
834
+ "end": 1761140765755
835
+ }
836
+ ],
837
+ "tags": [
838
+ "plugin:datadog-build-report-plugin",
839
+ "level:debug"
840
+ ],
841
+ "logLevel": "debug",
842
+ "total": 0
843
+ },
844
+ {
845
+ "pluginName": "datadog-build-report-plugin",
846
+ "label": "filling sourcemaps inputs",
847
+ "spans": [
848
+ {
849
+ "start": 1761140765550,
850
+ "tags": [
851
+ "plugin:datadog-build-report-plugin"
852
+ ],
853
+ "end": 1761140765550
854
+ },
855
+ {
856
+ "start": 1761140765755,
857
+ "tags": [
858
+ "plugin:datadog-build-report-plugin"
859
+ ],
860
+ "end": 1761140765755
861
+ }
862
+ ],
863
+ "tags": [
864
+ "plugin:datadog-build-report-plugin",
865
+ "level:debug"
866
+ ],
867
+ "logLevel": "debug",
868
+ "total": 0
869
+ },
870
+ {
871
+ "pluginName": "datadog-build-plugins",
872
+ "label": "hook | init bundler-report",
873
+ "spans": [
874
+ {
875
+ "start": 1761140761407,
876
+ "tags": [
877
+ "plugin:datadog-build-plugins"
878
+ ],
879
+ "end": 1761140761408
880
+ }
881
+ ],
882
+ "tags": [
883
+ "plugin:datadog-build-plugins",
884
+ "level:debug",
885
+ "plugin:datadog-bundler-report-plugin"
886
+ ],
887
+ "logLevel": "debug",
888
+ "total": 1
889
+ },
890
+ {
891
+ "pluginName": "datadog-build-plugins",
892
+ "label": "hook | init custom-hooks",
893
+ "spans": [
894
+ {
895
+ "start": 1761140761408,
896
+ "tags": [
897
+ "plugin:datadog-build-plugins"
898
+ ],
899
+ "end": 1761140761408
900
+ }
901
+ ],
902
+ "tags": [
903
+ "plugin:datadog-build-plugins",
904
+ "level:debug",
905
+ "plugin:datadog-custom-hooks-plugin"
906
+ ],
907
+ "logLevel": "debug",
908
+ "total": 0
909
+ },
910
+ {
911
+ "pluginName": "datadog-build-plugins",
912
+ "label": "hook | init git",
913
+ "spans": [
914
+ {
915
+ "start": 1761140761408,
916
+ "tags": [
917
+ "plugin:datadog-build-plugins"
918
+ ],
919
+ "end": 1761140761408
920
+ }
921
+ ],
922
+ "tags": [
923
+ "plugin:datadog-build-plugins",
924
+ "level:debug",
925
+ "plugin:datadog-git-plugin"
926
+ ],
927
+ "logLevel": "debug",
928
+ "total": 0
929
+ },
930
+ {
931
+ "pluginName": "datadog-git-plugin",
932
+ "label": "get git information",
933
+ "spans": [],
934
+ "tags": [
935
+ "plugin:datadog-git-plugin",
936
+ "level:debug"
937
+ ],
938
+ "logLevel": "debug",
939
+ "total": 0
940
+ },
941
+ {
942
+ "pluginName": "datadog-build-plugins",
943
+ "label": "hook | init injection",
944
+ "spans": [
945
+ {
946
+ "start": 1761140761408,
947
+ "tags": [
948
+ "plugin:datadog-build-plugins"
949
+ ],
950
+ "end": 1761140761409
951
+ }
952
+ ],
953
+ "tags": [
954
+ "plugin:datadog-build-plugins",
955
+ "level:debug",
956
+ "plugin:datadog-injection-plugin"
957
+ ],
958
+ "logLevel": "debug",
959
+ "total": 1
960
+ },
961
+ {
962
+ "pluginName": "datadog-build-plugins",
963
+ "label": "hook | init true-end",
964
+ "spans": [
965
+ {
966
+ "start": 1761140761409,
967
+ "tags": [
968
+ "plugin:datadog-build-plugins"
969
+ ],
970
+ "end": 1761140761409
971
+ }
972
+ ],
973
+ "tags": [
974
+ "plugin:datadog-build-plugins",
975
+ "level:debug",
976
+ "plugin:datadog-true-end-plugin"
977
+ ],
978
+ "logLevel": "debug",
979
+ "total": 0
980
+ },
981
+ {
982
+ "pluginName": "datadog-build-plugins",
983
+ "label": "hook | init error-tracking",
984
+ "spans": [
985
+ {
986
+ "start": 1761140761409,
987
+ "tags": [
988
+ "plugin:datadog-build-plugins"
989
+ ],
990
+ "end": 1761140761409
991
+ }
992
+ ],
993
+ "tags": [
994
+ "plugin:datadog-build-plugins",
995
+ "level:debug"
996
+ ],
997
+ "logLevel": "debug",
998
+ "total": 0
999
+ },
1000
+ {
1001
+ "pluginName": "datadog-error-tracking-plugin",
1002
+ "label": "validate options",
1003
+ "spans": [
1004
+ {
1005
+ "start": 1761140761409,
1006
+ "tags": [
1007
+ "plugin:datadog-error-tracking-plugin"
1008
+ ],
1009
+ "end": 1761140761409
1010
+ }
1011
+ ],
1012
+ "tags": [
1013
+ "plugin:datadog-error-tracking-plugin",
1014
+ "level:debug"
1015
+ ],
1016
+ "logLevel": "debug",
1017
+ "total": 0
1018
+ },
1019
+ {
1020
+ "pluginName": "datadog-build-plugins",
1021
+ "label": "hook | init metrics",
1022
+ "spans": [
1023
+ {
1024
+ "start": 1761140761409,
1025
+ "tags": [
1026
+ "plugin:datadog-build-plugins"
1027
+ ],
1028
+ "end": 1761140761410
1029
+ }
1030
+ ],
1031
+ "tags": [
1032
+ "plugin:datadog-build-plugins",
1033
+ "level:debug",
1034
+ "plugin:datadog-universal-metrics-plugin"
1035
+ ],
1036
+ "logLevel": "debug",
1037
+ "total": 1
1038
+ },
1039
+ {
1040
+ "pluginName": "datadog-metrics-plugin",
1041
+ "label": "build",
1042
+ "spans": [
1043
+ {
1044
+ "start": 1761140761450,
1045
+ "tags": [
1046
+ "plugin:datadog-metrics-plugin"
1047
+ ],
1048
+ "end": 1761140762476
1049
+ }
1050
+ ],
1051
+ "tags": [
1052
+ "plugin:datadog-metrics-plugin",
1053
+ "level:debug"
1054
+ ],
1055
+ "logLevel": "debug",
1056
+ "total": 1026
1057
+ },
1058
+ {
1059
+ "pluginName": "datadog-build-plugins",
1060
+ "label": "hook | init output",
1061
+ "spans": [
1062
+ {
1063
+ "start": 1761140761410,
1064
+ "tags": [
1065
+ "plugin:datadog-build-plugins"
1066
+ ],
1067
+ "end": 1761140761411
1068
+ }
1069
+ ],
1070
+ "tags": [
1071
+ "plugin:datadog-build-plugins",
1072
+ "level:debug",
1073
+ "plugin:datadog-output-plugin"
1074
+ ],
1075
+ "logLevel": "debug",
1076
+ "total": 1
1077
+ },
1078
+ {
1079
+ "pluginName": "datadog-build-plugins",
1080
+ "label": "hook | init rum",
1081
+ "spans": [
1082
+ {
1083
+ "start": 1761140761411,
1084
+ "tags": [
1085
+ "plugin:datadog-build-plugins"
1086
+ ],
1087
+ "end": 1761140761411
1088
+ }
1089
+ ],
1090
+ "tags": [
1091
+ "plugin:datadog-build-plugins",
1092
+ "level:debug"
1093
+ ],
1094
+ "logLevel": "debug",
1095
+ "total": 0
1096
+ },
1097
+ {
1098
+ "pluginName": "datadog-custom-hooks-plugin",
1099
+ "label": "execution | init",
1100
+ "spans": [
1101
+ {
1102
+ "start": 1761140761411,
1103
+ "tags": [
1104
+ "plugin:datadog-custom-hooks-plugin"
1105
+ ],
1106
+ "end": 1761140761427
1107
+ }
1108
+ ],
1109
+ "tags": [
1110
+ "type:custom-hook",
1111
+ "hook:init",
1112
+ "plugin:datadog-custom-hooks-plugin",
1113
+ "level:debug"
1114
+ ],
1115
+ "logLevel": "debug",
1116
+ "total": 16
1117
+ },
1118
+ {
1119
+ "pluginName": "datadog-custom-hooks-plugin",
1120
+ "label": "execution | buildRoot",
1121
+ "spans": [
1122
+ {
1123
+ "start": 1761140761445,
1124
+ "tags": [
1125
+ "plugin:datadog-custom-hooks-plugin"
1126
+ ],
1127
+ "end": 1761140761445
1128
+ }
1129
+ ],
1130
+ "tags": [
1131
+ "type:custom-hook",
1132
+ "hook:buildRoot",
1133
+ "plugin:datadog-custom-hooks-plugin",
1134
+ "level:debug"
1135
+ ],
1136
+ "logLevel": "debug",
1137
+ "total": 0
1138
+ },
1139
+ {
1140
+ "pluginName": "datadog-build-plugins",
1141
+ "label": "git | buildRoot",
1142
+ "spans": [
1143
+ {
1144
+ "start": 1761140761445,
1145
+ "tags": [
1146
+ "plugin:datadog-build-plugins"
1147
+ ],
1148
+ "end": 1761140761445
1149
+ }
1150
+ ],
1151
+ "tags": [
1152
+ "type:hook",
1153
+ "hook:buildRoot",
1154
+ "plugin:datadog-build-plugins",
1155
+ "level:debug"
1156
+ ],
1157
+ "logLevel": "debug",
1158
+ "total": 0
1159
+ },
1160
+ {
1161
+ "pluginName": "datadog-build-plugins",
1162
+ "label": "analytics | buildStart",
1163
+ "spans": [
1164
+ {
1165
+ "start": 1761140761448,
1166
+ "tags": [
1167
+ "plugin:datadog-build-plugins"
1168
+ ],
1169
+ "end": 1761140761480
1170
+ }
1171
+ ],
1172
+ "tags": [
1173
+ "type:hook",
1174
+ "hook:buildStart",
1175
+ "plugin:datadog-build-plugins",
1176
+ "level:debug"
1177
+ ],
1178
+ "logLevel": "debug",
1179
+ "total": 32
1180
+ },
1181
+ {
1182
+ "pluginName": "datadog-build-plugins",
1183
+ "label": "injection | buildStart",
1184
+ "spans": [
1185
+ {
1186
+ "start": 1761140761449,
1187
+ "tags": [
1188
+ "plugin:datadog-build-plugins"
1189
+ ],
1190
+ "end": 1761140761528
1191
+ }
1192
+ ],
1193
+ "tags": [
1194
+ "type:hook",
1195
+ "hook:buildStart",
1196
+ "plugin:datadog-build-plugins",
1197
+ "level:debug"
1198
+ ],
1199
+ "logLevel": "debug",
1200
+ "total": 79
1201
+ },
1202
+ {
1203
+ "pluginName": "datadog-build-plugins",
1204
+ "label": "universal-metrics | buildStart",
1205
+ "spans": [
1206
+ {
1207
+ "start": 1761140761450,
1208
+ "tags": [
1209
+ "plugin:datadog-build-plugins"
1210
+ ],
1211
+ "end": 1761140761450
1212
+ }
1213
+ ],
1214
+ "tags": [
1215
+ "type:hook",
1216
+ "hook:buildStart",
1217
+ "plugin:datadog-build-plugins",
1218
+ "level:debug"
1219
+ ],
1220
+ "logLevel": "debug",
1221
+ "total": 0
1222
+ },
1223
+ {
1224
+ "pluginName": "datadog-build-plugins",
1225
+ "label": "universal-metrics | buildEnd",
1226
+ "spans": [
1227
+ {
1228
+ "start": 1761140762476,
1229
+ "tags": [
1230
+ "plugin:datadog-build-plugins"
1231
+ ],
1232
+ "end": 1761140762477
1233
+ }
1234
+ ],
1235
+ "tags": [
1236
+ "type:hook",
1237
+ "hook:buildEnd",
1238
+ "plugin:datadog-build-plugins",
1239
+ "level:debug"
1240
+ ],
1241
+ "logLevel": "debug",
1242
+ "total": 1
1243
+ },
1244
+ {
1245
+ "pluginName": "datadog-custom-hooks-plugin",
1246
+ "label": "execution | bundlerReport",
1247
+ "spans": [
1248
+ {
1249
+ "start": 1761140762480,
1250
+ "tags": [
1251
+ "plugin:datadog-custom-hooks-plugin"
1252
+ ],
1253
+ "end": 1761140762480
1254
+ }
1255
+ ],
1256
+ "tags": [
1257
+ "type:custom-hook",
1258
+ "hook:bundlerReport",
1259
+ "plugin:datadog-custom-hooks-plugin",
1260
+ "level:debug"
1261
+ ],
1262
+ "logLevel": "debug",
1263
+ "total": 0
1264
+ },
1265
+ {
1266
+ "pluginName": "datadog-custom-hooks-plugin",
1267
+ "label": "execution | bundlerReport",
1268
+ "spans": [
1269
+ {
1270
+ "start": 1761140762480,
1271
+ "tags": [
1272
+ "plugin:datadog-custom-hooks-plugin"
1273
+ ],
1274
+ "end": 1761140762480
1275
+ }
1276
+ ],
1277
+ "tags": [
1278
+ "type:custom-hook",
1279
+ "hook:bundlerReport",
1280
+ "plugin:datadog-custom-hooks-plugin",
1281
+ "level:debug"
1282
+ ],
1283
+ "logLevel": "debug",
1284
+ "total": 0
1285
+ },
1286
+ {
1287
+ "pluginName": "datadog-custom-hooks-plugin",
1288
+ "label": "execution | buildReport",
1289
+ "spans": [
1290
+ {
1291
+ "start": 1761140765757,
1292
+ "tags": [
1293
+ "plugin:datadog-custom-hooks-plugin"
1294
+ ]
1295
+ }
1296
+ ],
1297
+ "tags": [
1298
+ "type:custom-hook",
1299
+ "hook:buildReport",
1300
+ "plugin:datadog-custom-hooks-plugin",
1301
+ "level:debug"
1302
+ ],
1303
+ "logLevel": "debug",
1304
+ "total": 0
1305
+ },
1306
+ {
1307
+ "pluginName": "datadog-build-plugins",
1308
+ "label": "universal-metrics | buildReport",
1309
+ "spans": [
1310
+ {
1311
+ "start": 1761140765757,
1312
+ "tags": [
1313
+ "plugin:datadog-build-plugins"
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "tags": [
1318
+ "type:hook",
1319
+ "hook:buildReport",
1320
+ "plugin:datadog-build-plugins",
1321
+ "level:debug"
1322
+ ],
1323
+ "logLevel": "debug",
1324
+ "total": 0
1325
+ },
1326
+ {
1327
+ "pluginName": "datadog-metrics-plugin",
1328
+ "label": "aggregating metrics",
1329
+ "spans": [
1330
+ {
1331
+ "start": 1761140765759,
1332
+ "tags": [
1333
+ "plugin:datadog-metrics-plugin"
1334
+ ],
1335
+ "end": 1761140765765
1336
+ }
1337
+ ],
1338
+ "tags": [
1339
+ "plugin:datadog-metrics-plugin",
1340
+ "level:debug"
1341
+ ],
1342
+ "logLevel": "debug",
1343
+ "total": 6
1344
+ },
1345
+ {
1346
+ "pluginName": "datadog-metrics-plugin",
1347
+ "label": "aggregate universal metrics",
1348
+ "spans": [
1349
+ {
1350
+ "start": 1761140765759,
1351
+ "tags": [
1352
+ "plugin:datadog-metrics-plugin"
1353
+ ],
1354
+ "end": 1761140765760
1355
+ }
1356
+ ],
1357
+ "tags": [
1358
+ "plugin:datadog-metrics-plugin",
1359
+ "level:debug"
1360
+ ],
1361
+ "logLevel": "debug",
1362
+ "total": 1
1363
+ },
1364
+ {
1365
+ "pluginName": "datadog-metrics-plugin",
1366
+ "label": "aggregate plugins metrics",
1367
+ "spans": [
1368
+ {
1369
+ "start": 1761140765760,
1370
+ "tags": [
1371
+ "plugin:datadog-metrics-plugin"
1372
+ ],
1373
+ "end": 1761140765760
1374
+ }
1375
+ ],
1376
+ "tags": [
1377
+ "plugin:datadog-metrics-plugin",
1378
+ "level:debug"
1379
+ ],
1380
+ "logLevel": "debug",
1381
+ "total": 0
1382
+ },
1383
+ {
1384
+ "pluginName": "datadog-metrics-plugin",
1385
+ "label": "aggregate loaders metrics",
1386
+ "spans": [
1387
+ {
1388
+ "start": 1761140765760,
1389
+ "tags": [
1390
+ "plugin:datadog-metrics-plugin"
1391
+ ],
1392
+ "end": 1761140765760
1393
+ }
1394
+ ],
1395
+ "tags": [
1396
+ "plugin:datadog-metrics-plugin",
1397
+ "level:debug"
1398
+ ],
1399
+ "logLevel": "debug",
1400
+ "total": 0
1401
+ },
1402
+ {
1403
+ "pluginName": "datadog-custom-hooks-plugin",
1404
+ "label": "execution | metrics",
1405
+ "spans": [
1406
+ {
1407
+ "start": 1761140765762,
1408
+ "tags": [
1409
+ "plugin:datadog-custom-hooks-plugin"
1410
+ ],
1411
+ "end": 1761140765765
1412
+ }
1413
+ ],
1414
+ "tags": [
1415
+ "type:custom-hook",
1416
+ "hook:metrics",
1417
+ "plugin:datadog-custom-hooks-plugin",
1418
+ "level:debug"
1419
+ ],
1420
+ "logLevel": "debug",
1421
+ "total": 3
1422
+ },
1423
+ {
1424
+ "pluginName": "datadog-output-plugin",
1425
+ "label": "output metrics.json",
1426
+ "spans": [
1427
+ {
1428
+ "start": 1761140765762,
1429
+ "tags": [
1430
+ "plugin:datadog-output-plugin"
1431
+ ]
1432
+ }
1433
+ ],
1434
+ "tags": [
1435
+ "plugin:datadog-output-plugin",
1436
+ "level:debug"
1437
+ ],
1438
+ "logLevel": "debug",
1439
+ "total": 0
1440
+ },
1441
+ {
1442
+ "pluginName": "datadog-build-plugins",
1443
+ "label": "output | buildReport",
1444
+ "spans": [
1445
+ {
1446
+ "start": 1761140765762,
1447
+ "tags": [
1448
+ "plugin:datadog-build-plugins"
1449
+ ],
1450
+ "end": 1761140765764
1451
+ }
1452
+ ],
1453
+ "tags": [
1454
+ "type:hook",
1455
+ "hook:buildReport",
1456
+ "plugin:datadog-build-plugins",
1457
+ "level:debug"
1458
+ ],
1459
+ "logLevel": "debug",
1460
+ "total": 2
1461
+ },
1462
+ {
1463
+ "pluginName": "datadog-output-plugin",
1464
+ "label": "serialize report",
1465
+ "spans": [
1466
+ {
1467
+ "start": 1761140765762,
1468
+ "tags": [
1469
+ "plugin:datadog-output-plugin"
1470
+ ],
1471
+ "end": 1761140765763
1472
+ }
1473
+ ],
1474
+ "tags": [
1475
+ "plugin:datadog-output-plugin",
1476
+ "level:debug"
1477
+ ],
1478
+ "logLevel": "debug",
1479
+ "total": 1
1480
+ },
1481
+ {
1482
+ "pluginName": "datadog-output-plugin",
1483
+ "label": "output build.json",
1484
+ "spans": [
1485
+ {
1486
+ "start": 1761140765763,
1487
+ "tags": [
1488
+ "plugin:datadog-output-plugin"
1489
+ ],
1490
+ "end": 1761140765804
1491
+ }
1492
+ ],
1493
+ "tags": [
1494
+ "plugin:datadog-output-plugin",
1495
+ "level:debug"
1496
+ ],
1497
+ "logLevel": "debug",
1498
+ "total": 41
1499
+ },
1500
+ {
1501
+ "pluginName": "datadog-output-plugin",
1502
+ "label": "output logs.json",
1503
+ "spans": [
1504
+ {
1505
+ "start": 1761140765763,
1506
+ "tags": [
1507
+ "plugin:datadog-output-plugin"
1508
+ ],
1509
+ "end": 1761140765834
1510
+ }
1511
+ ],
1512
+ "tags": [
1513
+ "plugin:datadog-output-plugin",
1514
+ "level:debug"
1515
+ ],
1516
+ "logLevel": "debug",
1517
+ "total": 71
1518
+ },
1519
+ {
1520
+ "pluginName": "datadog-output-plugin",
1521
+ "label": "output timings.json",
1522
+ "spans": [
1523
+ {
1524
+ "start": 1761140765763,
1525
+ "tags": [
1526
+ "plugin:datadog-output-plugin"
1527
+ ]
1528
+ }
1529
+ ],
1530
+ "tags": [
1531
+ "plugin:datadog-output-plugin",
1532
+ "level:debug"
1533
+ ],
1534
+ "logLevel": "debug",
1535
+ "total": 0
1536
+ },
1537
+ {
1538
+ "pluginName": "datadog-output-plugin",
1539
+ "label": "output dependencies.json",
1540
+ "spans": [
1541
+ {
1542
+ "start": 1761140765764,
1543
+ "tags": [
1544
+ "plugin:datadog-output-plugin"
1545
+ ]
1546
+ }
1547
+ ],
1548
+ "tags": [
1549
+ "plugin:datadog-output-plugin",
1550
+ "level:debug"
1551
+ ],
1552
+ "logLevel": "debug",
1553
+ "total": 0
1554
+ },
1555
+ {
1556
+ "pluginName": "datadog-output-plugin",
1557
+ "label": "output errors.json",
1558
+ "spans": [
1559
+ {
1560
+ "start": 1761140765764,
1561
+ "tags": [
1562
+ "plugin:datadog-output-plugin"
1563
+ ],
1564
+ "end": 1761140765818
1565
+ }
1566
+ ],
1567
+ "tags": [
1568
+ "plugin:datadog-output-plugin",
1569
+ "level:debug"
1570
+ ],
1571
+ "logLevel": "debug",
1572
+ "total": 54
1573
+ },
1574
+ {
1575
+ "pluginName": "datadog-output-plugin",
1576
+ "label": "output warnings.json",
1577
+ "spans": [
1578
+ {
1579
+ "start": 1761140765764,
1580
+ "tags": [
1581
+ "plugin:datadog-output-plugin"
1582
+ ],
1583
+ "end": 1761140765818
1584
+ }
1585
+ ],
1586
+ "tags": [
1587
+ "plugin:datadog-output-plugin",
1588
+ "level:debug"
1589
+ ],
1590
+ "logLevel": "debug",
1591
+ "total": 54
1592
+ },
1593
+ {
1594
+ "pluginName": "datadog-custom-hooks-plugin",
1595
+ "label": "execution | syncTrueEnd",
1596
+ "spans": [
1597
+ {
1598
+ "start": 1761140765764,
1599
+ "tags": [
1600
+ "plugin:datadog-custom-hooks-plugin"
1601
+ ],
1602
+ "end": 1761140765765
1603
+ }
1604
+ ],
1605
+ "tags": [
1606
+ "type:custom-hook",
1607
+ "hook:syncTrueEnd",
1608
+ "plugin:datadog-custom-hooks-plugin",
1609
+ "level:debug"
1610
+ ],
1611
+ "logLevel": "debug",
1612
+ "total": 1
1613
+ },
1614
+ {
1615
+ "pluginName": "datadog-custom-hooks-plugin",
1616
+ "label": "execution | asyncTrueEnd",
1617
+ "spans": [
1618
+ {
1619
+ "start": 1761140765764,
1620
+ "tags": [
1621
+ "plugin:datadog-custom-hooks-plugin"
1622
+ ]
1623
+ }
1624
+ ],
1625
+ "tags": [
1626
+ "type:custom-hook",
1627
+ "hook:asyncTrueEnd",
1628
+ "plugin:datadog-custom-hooks-plugin",
1629
+ "level:debug"
1630
+ ],
1631
+ "logLevel": "debug",
1632
+ "total": 0
1633
+ },
1634
+ {
1635
+ "pluginName": "datadog-output-plugin",
1636
+ "label": "output bundler.json",
1637
+ "spans": [
1638
+ {
1639
+ "start": 1761140765765,
1640
+ "tags": [
1641
+ "plugin:datadog-output-plugin"
1642
+ ]
1643
+ }
1644
+ ],
1645
+ "tags": [
1646
+ "plugin:datadog-output-plugin",
1647
+ "level:debug"
1648
+ ],
1649
+ "logLevel": "debug",
1650
+ "total": 0
1651
+ },
1652
+ {
1653
+ "pluginName": "datadog-metrics-plugin",
1654
+ "label": "outputing report",
1655
+ "spans": [
1656
+ {
1657
+ "start": 1761140765765,
1658
+ "tags": [
1659
+ "plugin:datadog-metrics-plugin"
1660
+ ],
1661
+ "end": 1761140765768
1662
+ }
1663
+ ],
1664
+ "tags": [
1665
+ "plugin:datadog-metrics-plugin",
1666
+ "level:debug"
1667
+ ],
1668
+ "logLevel": "debug",
1669
+ "total": 3
1670
+ },
1671
+ {
1672
+ "pluginName": "datadog-metrics-plugin",
1673
+ "label": "sending metrics to Datadog",
1674
+ "spans": [
1675
+ {
1676
+ "start": 1761140765768,
1677
+ "tags": [
1678
+ "plugin:datadog-metrics-plugin"
1679
+ ]
1680
+ }
1681
+ ],
1682
+ "tags": [
1683
+ "plugin:datadog-metrics-plugin",
1684
+ "level:debug"
1685
+ ],
1686
+ "logLevel": "debug",
1687
+ "total": 0
1688
+ }
1689
+ ]