@datadog/esbuild-plugin 3.0.4 → 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 +1 -1
@@ -0,0 +1,2585 @@
1
+ [
2
+ {
3
+ "pluginName": "factory",
4
+ "label": "Plugins initialization",
5
+ "spans": [
6
+ {
7
+ "start": 1761140761429,
8
+ "tags": [
9
+ "plugin:factory"
10
+ ],
11
+ "end": 1761140761431
12
+ }
13
+ ],
14
+ "tags": [
15
+ "plugin:factory",
16
+ "level:debug"
17
+ ],
18
+ "logLevel": "debug",
19
+ "total": 2
20
+ },
21
+ {
22
+ "pluginName": "datadog-build-plugins",
23
+ "label": "hook | init analytics",
24
+ "spans": [
25
+ {
26
+ "start": 1761140761429,
27
+ "tags": [
28
+ "plugin:datadog-build-plugins"
29
+ ],
30
+ "end": 1761140761429
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": 1761140761429,
47
+ "tags": [
48
+ "plugin:datadog-build-plugins"
49
+ ],
50
+ "end": 1761140761430
51
+ }
52
+ ],
53
+ "tags": [
54
+ "plugin:datadog-build-plugins",
55
+ "level:debug",
56
+ "plugin:datadog-async-queue-plugin"
57
+ ],
58
+ "logLevel": "debug",
59
+ "total": 1
60
+ },
61
+ {
62
+ "pluginName": "datadog-build-plugins",
63
+ "label": "hook | init build-report",
64
+ "spans": [
65
+ {
66
+ "start": 1761140761430,
67
+ "tags": [
68
+ "plugin:datadog-build-plugins"
69
+ ],
70
+ "end": 1761140761430
71
+ }
72
+ ],
73
+ "tags": [
74
+ "plugin:datadog-build-plugins",
75
+ "level:debug",
76
+ "plugin:datadog-build-report-plugin"
77
+ ],
78
+ "logLevel": "debug",
79
+ "total": 0
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": 1761140766017,
164
+ "tags": [
165
+ "plugin:datadog-build-report-plugin",
166
+ "module:/home/runner/work/build-plugins/build-plugins/packages/plugins/rum/src/built/rum-browser-sdk.ts"
167
+ ],
168
+ "end": 1761140766017
169
+ },
170
+ {
171
+ "start": 1761140766035,
172
+ "tags": [
173
+ "plugin:datadog-build-report-plugin",
174
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/replayStats.js"
175
+ ],
176
+ "end": 1761140766035
177
+ },
178
+ {
179
+ "start": 1761140766035,
180
+ "tags": [
181
+ "plugin:datadog-build-report-plugin",
182
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/isBrowserSupported.js"
183
+ ],
184
+ "end": 1761140766035
185
+ },
186
+ {
187
+ "start": 1761140766042,
188
+ "tags": [
189
+ "plugin:datadog-build-report-plugin",
190
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/deflate/index.js"
191
+ ],
192
+ "end": 1761140766042
193
+ },
194
+ {
195
+ "start": 1761140766043,
196
+ "tags": [
197
+ "plugin:datadog-build-report-plugin",
198
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/lazyLoadRecorder.js"
199
+ ],
200
+ "end": 1761140766043
201
+ },
202
+ {
203
+ "start": 1761140766062,
204
+ "tags": [
205
+ "plugin:datadog-build-report-plugin",
206
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/elementsScrollPositions.js"
207
+ ],
208
+ "end": 1761140766062
209
+ },
210
+ {
211
+ "start": 1761140766062,
212
+ "tags": [
213
+ "plugin:datadog-build-report-plugin",
214
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/index.js"
215
+ ],
216
+ "end": 1761140766062
217
+ },
218
+ {
219
+ "start": 1761140766066,
220
+ "tags": [
221
+ "plugin:datadog-build-report-plugin",
222
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/segmentCollection/index.js"
223
+ ],
224
+ "end": 1761140766066
225
+ },
226
+ {
227
+ "start": 1761140766085,
228
+ "tags": [
229
+ "plugin:datadog-build-report-plugin",
230
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/shadowRootsController.js"
231
+ ],
232
+ "end": 1761140766085
233
+ },
234
+ {
235
+ "start": 1761140766086,
236
+ "tags": [
237
+ "plugin:datadog-build-report-plugin",
238
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/recordIds.js"
239
+ ],
240
+ "end": 1761140766086
241
+ },
242
+ {
243
+ "start": 1761140766091,
244
+ "tags": [
245
+ "plugin:datadog-build-report-plugin",
246
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/index.js"
247
+ ],
248
+ "end": 1761140766091
249
+ },
250
+ {
251
+ "start": 1761140766091,
252
+ "tags": [
253
+ "plugin:datadog-build-report-plugin",
254
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializeDocument.js"
255
+ ],
256
+ "end": 1761140766091
257
+ },
258
+ {
259
+ "start": 1761140766094,
260
+ "tags": [
261
+ "plugin:datadog-build-report-plugin",
262
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/segmentCollection/buildReplayPayload.js"
263
+ ],
264
+ "end": 1761140766094
265
+ },
266
+ {
267
+ "start": 1761140766128,
268
+ "tags": [
269
+ "plugin:datadog-build-report-plugin",
270
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/index.js"
271
+ ],
272
+ "end": 1761140766128
273
+ },
274
+ {
275
+ "start": 1761140766129,
276
+ "tags": [
277
+ "plugin:datadog-build-report-plugin",
278
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/segmentCollection/segment.js"
279
+ ],
280
+ "end": 1761140766129
281
+ },
282
+ {
283
+ "start": 1761140766129,
284
+ "tags": [
285
+ "plugin:datadog-build-report-plugin",
286
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackFrustration.js"
287
+ ],
288
+ "end": 1761140766129
289
+ },
290
+ {
291
+ "start": 1761140766130,
292
+ "tags": [
293
+ "plugin:datadog-build-report-plugin",
294
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/viewports.js"
295
+ ],
296
+ "end": 1761140766130
297
+ },
298
+ {
299
+ "start": 1761140766130,
300
+ "tags": [
301
+ "plugin:datadog-build-report-plugin",
302
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializeStyleSheets.js"
303
+ ],
304
+ "end": 1761140766130
305
+ },
306
+ {
307
+ "start": 1761140766151,
308
+ "tags": [
309
+ "plugin:datadog-build-report-plugin",
310
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/types/sessionReplay.js"
311
+ ],
312
+ "end": 1761140766151
313
+ },
314
+ {
315
+ "start": 1761140766152,
316
+ "tags": [
317
+ "plugin:datadog-build-report-plugin",
318
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/types/sessionReplayConstants.js"
319
+ ],
320
+ "end": 1761140766152
321
+ },
322
+ {
323
+ "start": 1761140766152,
324
+ "tags": [
325
+ "plugin:datadog-build-report-plugin",
326
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/types/index.js"
327
+ ],
328
+ "end": 1761140766152
329
+ },
330
+ {
331
+ "start": 1761140766211,
332
+ "tags": [
333
+ "plugin:datadog-build-report-plugin",
334
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/getSessionReplayLink.js"
335
+ ],
336
+ "end": 1761140766211
337
+ },
338
+ {
339
+ "start": 1761140766219,
340
+ "tags": [
341
+ "plugin:datadog-build-report-plugin",
342
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/entries/main.js"
343
+ ],
344
+ "end": 1761140766219
345
+ },
346
+ {
347
+ "start": 1761140766220,
348
+ "tags": [
349
+ "plugin:datadog-build-report-plugin",
350
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/preStartStrategy.js"
351
+ ],
352
+ "end": 1761140766220
353
+ },
354
+ {
355
+ "start": 1761140766220,
356
+ "tags": [
357
+ "plugin:datadog-build-report-plugin",
358
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/startRecording.js"
359
+ ],
360
+ "end": 1761140766220
361
+ },
362
+ {
363
+ "start": 1761140766220,
364
+ "tags": [
365
+ "plugin:datadog-build-report-plugin",
366
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/recorderApi.js"
367
+ ],
368
+ "end": 1761140766220
369
+ },
370
+ {
371
+ "start": 1761140766220,
372
+ "tags": [
373
+ "plugin:datadog-build-report-plugin",
374
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/boot/postStartStrategy.js"
375
+ ],
376
+ "end": 1761140766220
377
+ },
378
+ {
379
+ "start": 1761140766220,
380
+ "tags": [
381
+ "plugin:datadog-build-report-plugin",
382
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/deflate/deflateWorker.js"
383
+ ],
384
+ "end": 1761140766220
385
+ },
386
+ {
387
+ "start": 1761140766220,
388
+ "tags": [
389
+ "plugin:datadog-build-report-plugin",
390
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/deflate/deflateEncoder.js"
391
+ ],
392
+ "end": 1761140766220
393
+ },
394
+ {
395
+ "start": 1761140766220,
396
+ "tags": [
397
+ "plugin:datadog-build-report-plugin",
398
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/startRecordBridge.js"
399
+ ],
400
+ "end": 1761140766220
401
+ },
402
+ {
403
+ "start": 1761140766220,
404
+ "tags": [
405
+ "plugin:datadog-build-report-plugin",
406
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/record.js"
407
+ ],
408
+ "end": 1761140766220
409
+ },
410
+ {
411
+ "start": 1761140766220,
412
+ "tags": [
413
+ "plugin:datadog-build-report-plugin",
414
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/segmentCollection/segmentCollection.js"
415
+ ],
416
+ "end": 1761140766220
417
+ },
418
+ {
419
+ "start": 1761140766224,
420
+ "tags": [
421
+ "plugin:datadog-build-report-plugin",
422
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/startFullSnapshots.js"
423
+ ],
424
+ "end": 1761140766224
425
+ },
426
+ {
427
+ "start": 1761140766229,
428
+ "tags": [
429
+ "plugin:datadog-build-report-plugin",
430
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializationUtils.js"
431
+ ],
432
+ "end": 1761140766229
433
+ },
434
+ {
435
+ "start": 1761140766229,
436
+ "tags": [
437
+ "plugin:datadog-build-report-plugin",
438
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializeAttribute.js"
439
+ ],
440
+ "end": 1761140766229
441
+ },
442
+ {
443
+ "start": 1761140766230,
444
+ "tags": [
445
+ "plugin:datadog-build-report-plugin",
446
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializeNode.js"
447
+ ],
448
+ "end": 1761140766230
449
+ },
450
+ {
451
+ "start": 1761140766298,
452
+ "tags": [
453
+ "plugin:datadog-build-report-plugin",
454
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/scroll.js"
455
+ ],
456
+ "end": 1761140766298
457
+ },
458
+ {
459
+ "start": 1761140766302,
460
+ "tags": [
461
+ "plugin:datadog-build-report-plugin",
462
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/htmlDomUtils.js"
463
+ ],
464
+ "end": 1761140766302
465
+ },
466
+ {
467
+ "start": 1761140766303,
468
+ "tags": [
469
+ "plugin:datadog-build-report-plugin",
470
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/getSelectorFromElement.js"
471
+ ],
472
+ "end": 1761140766303
473
+ },
474
+ {
475
+ "start": 1761140766308,
476
+ "tags": [
477
+ "plugin:datadog-build-report-plugin",
478
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/index.js"
479
+ ],
480
+ "end": 1761140766308
481
+ },
482
+ {
483
+ "start": 1761140766309,
484
+ "tags": [
485
+ "plugin:datadog-build-report-plugin",
486
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/stackTrace/computeStackTrace.js"
487
+ ],
488
+ "end": 1761140766309
489
+ },
490
+ {
491
+ "start": 1761140766318,
492
+ "tags": [
493
+ "plugin:datadog-build-report-plugin",
494
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/observable.js"
495
+ ],
496
+ "end": 1761140766318
497
+ },
498
+ {
499
+ "start": 1761140766318,
500
+ "tags": [
501
+ "plugin:datadog-build-report-plugin",
502
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/trackingConsent.js"
503
+ ],
504
+ "end": 1761140766318
505
+ },
506
+ {
507
+ "start": 1761140766320,
508
+ "tags": [
509
+ "plugin:datadog-build-report-plugin",
510
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/display.js"
511
+ ],
512
+ "end": 1761140766320
513
+ },
514
+ {
515
+ "start": 1761140766320,
516
+ "tags": [
517
+ "plugin:datadog-build-report-plugin",
518
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/boot/displayAlreadyInitializedError.js"
519
+ ],
520
+ "end": 1761140766320
521
+ },
522
+ {
523
+ "start": 1761140766320,
524
+ "tags": [
525
+ "plugin:datadog-build-report-plugin",
526
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/monitor.js"
527
+ ],
528
+ "end": 1761140766320
529
+ },
530
+ {
531
+ "start": 1761140766327,
532
+ "tags": [
533
+ "plugin:datadog-build-report-plugin",
534
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionConstants.js"
535
+ ],
536
+ "end": 1761140766327
537
+ },
538
+ {
539
+ "start": 1761140766327,
540
+ "tags": [
541
+ "plugin:datadog-build-report-plugin",
542
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/arrayUtils.js"
543
+ ],
544
+ "end": 1761140766327
545
+ },
546
+ {
547
+ "start": 1761140766330,
548
+ "tags": [
549
+ "plugin:datadog-build-report-plugin",
550
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/getGlobalObject.js"
551
+ ],
552
+ "end": 1761140766330
553
+ },
554
+ {
555
+ "start": 1761140766330,
556
+ "tags": [
557
+ "plugin:datadog-build-report-plugin",
558
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/abstractLifeCycle.js"
559
+ ],
560
+ "end": 1761140766330
561
+ },
562
+ {
563
+ "start": 1761140766331,
564
+ "tags": [
565
+ "plugin:datadog-build-report-plugin",
566
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/browserDetection.js"
567
+ ],
568
+ "end": 1761140766331
569
+ },
570
+ {
571
+ "start": 1761140766331,
572
+ "tags": [
573
+ "plugin:datadog-build-report-plugin",
574
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/sendToExtension.js"
575
+ ],
576
+ "end": 1761140766331
577
+ },
578
+ {
579
+ "start": 1761140766332,
580
+ "tags": [
581
+ "plugin:datadog-build-report-plugin",
582
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/getZoneJsOriginalValue.js"
583
+ ],
584
+ "end": 1761140766332
585
+ },
586
+ {
587
+ "start": 1761140766337,
588
+ "tags": [
589
+ "plugin:datadog-build-report-plugin",
590
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/fetchObservable.js"
591
+ ],
592
+ "end": 1761140766337
593
+ },
594
+ {
595
+ "start": 1761140766338,
596
+ "tags": [
597
+ "plugin:datadog-build-report-plugin",
598
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/addEventListener.js"
599
+ ],
600
+ "end": 1761140766338
601
+ },
602
+ {
603
+ "start": 1761140766340,
604
+ "tags": [
605
+ "plugin:datadog-build-report-plugin",
606
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/taskQueue.js"
607
+ ],
608
+ "end": 1761140766340
609
+ },
610
+ {
611
+ "start": 1761140766341,
612
+ "tags": [
613
+ "plugin:datadog-build-report-plugin",
614
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/requestIdleCallback.js"
615
+ ],
616
+ "end": 1761140766341
617
+ },
618
+ {
619
+ "start": 1761140766341,
620
+ "tags": [
621
+ "plugin:datadog-build-report-plugin",
622
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/timer.js"
623
+ ],
624
+ "end": 1761140766341
625
+ },
626
+ {
627
+ "start": 1761140766342,
628
+ "tags": [
629
+ "plugin:datadog-build-report-plugin",
630
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/boundedBuffer.js"
631
+ ],
632
+ "end": 1761140766342
633
+ },
634
+ {
635
+ "start": 1761140766342,
636
+ "tags": [
637
+ "plugin:datadog-build-report-plugin",
638
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/boot/init.js"
639
+ ],
640
+ "end": 1761140766342
641
+ },
642
+ {
643
+ "start": 1761140766342,
644
+ "tags": [
645
+ "plugin:datadog-build-report-plugin",
646
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/catchUserErrors.js"
647
+ ],
648
+ "end": 1761140766342
649
+ },
650
+ {
651
+ "start": 1761140766348,
652
+ "tags": [
653
+ "plugin:datadog-build-report-plugin",
654
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/valueHistory.js"
655
+ ],
656
+ "end": 1761140766348
657
+ },
658
+ {
659
+ "start": 1761140766351,
660
+ "tags": [
661
+ "plugin:datadog-build-report-plugin",
662
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionManager.js"
663
+ ],
664
+ "end": 1761140766351
665
+ },
666
+ {
667
+ "start": 1761140766351,
668
+ "tags": [
669
+ "plugin:datadog-build-report-plugin",
670
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/storeStrategies/sessionStoreStrategy.js"
671
+ ],
672
+ "end": 1761140766351
673
+ },
674
+ {
675
+ "start": 1761140766351,
676
+ "tags": [
677
+ "plugin:datadog-build-report-plugin",
678
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/synthetics/syntheticsWorkerValues.js"
679
+ ],
680
+ "end": 1761140766351
681
+ },
682
+ {
683
+ "start": 1761140766351,
684
+ "tags": [
685
+ "plugin:datadog-build-report-plugin",
686
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/resourceUtils.js"
687
+ ],
688
+ "end": 1761140766351
689
+ },
690
+ {
691
+ "start": 1761140766352,
692
+ "tags": [
693
+ "plugin:datadog-build-report-plugin",
694
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/polyfills.js"
695
+ ],
696
+ "end": 1761140766352
697
+ },
698
+ {
699
+ "start": 1761140766352,
700
+ "tags": [
701
+ "plugin:datadog-build-report-plugin",
702
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/pageExitObservable.js"
703
+ ],
704
+ "end": 1761140766352
705
+ },
706
+ {
707
+ "start": 1761140766352,
708
+ "tags": [
709
+ "plugin:datadog-build-report-plugin",
710
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/numberUtils.js"
711
+ ],
712
+ "end": 1761140766352
713
+ },
714
+ {
715
+ "start": 1761140766352,
716
+ "tags": [
717
+ "plugin:datadog-build-report-plugin",
718
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/timeUtils.js"
719
+ ],
720
+ "end": 1761140766352
721
+ },
722
+ {
723
+ "start": 1761140766353,
724
+ "tags": [
725
+ "plugin:datadog-build-report-plugin",
726
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/byteUtils.js"
727
+ ],
728
+ "end": 1761140766353
729
+ },
730
+ {
731
+ "start": 1761140766353,
732
+ "tags": [
733
+ "plugin:datadog-build-report-plugin",
734
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/encoder.js"
735
+ ],
736
+ "end": 1761140766353
737
+ },
738
+ {
739
+ "start": 1761140766353,
740
+ "tags": [
741
+ "plugin:datadog-build-report-plugin",
742
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/objectUtils.js"
743
+ ],
744
+ "end": 1761140766353
745
+ },
746
+ {
747
+ "start": 1761140766354,
748
+ "tags": [
749
+ "plugin:datadog-build-report-plugin",
750
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/experimentalFeatures.js"
751
+ ],
752
+ "end": 1761140766354
753
+ },
754
+ {
755
+ "start": 1761140766354,
756
+ "tags": [
757
+ "plugin:datadog-build-report-plugin",
758
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/xhrObservable.js"
759
+ ],
760
+ "end": 1761140766354
761
+ },
762
+ {
763
+ "start": 1761140766354,
764
+ "tags": [
765
+ "plugin:datadog-build-report-plugin",
766
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/runOnReadyState.js"
767
+ ],
768
+ "end": 1761140766354
769
+ },
770
+ {
771
+ "start": 1761140766354,
772
+ "tags": [
773
+ "plugin:datadog-build-report-plugin",
774
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/readBytesFromStream.js"
775
+ ],
776
+ "end": 1761140766354
777
+ },
778
+ {
779
+ "start": 1761140766354,
780
+ "tags": [
781
+ "plugin:datadog-build-report-plugin",
782
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/functionUtils.js"
783
+ ],
784
+ "end": 1761140766354
785
+ },
786
+ {
787
+ "start": 1761140766355,
788
+ "tags": [
789
+ "plugin:datadog-build-report-plugin",
790
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/urlPolyfill.js"
791
+ ],
792
+ "end": 1761140766355
793
+ },
794
+ {
795
+ "start": 1761140766355,
796
+ "tags": [
797
+ "plugin:datadog-build-report-plugin",
798
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/serialisation/sanitize.js"
799
+ ],
800
+ "end": 1761140766355
801
+ },
802
+ {
803
+ "start": 1761140766355,
804
+ "tags": [
805
+ "plugin:datadog-build-report-plugin",
806
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/context/customerDataTracker.js"
807
+ ],
808
+ "end": 1761140766355
809
+ },
810
+ {
811
+ "start": 1761140766355,
812
+ "tags": [
813
+ "plugin:datadog-build-report-plugin",
814
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/serialisation/jsonStringify.js"
815
+ ],
816
+ "end": 1761140766355
817
+ },
818
+ {
819
+ "start": 1761140766356,
820
+ "tags": [
821
+ "plugin:datadog-build-report-plugin",
822
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/context/storeContextManager.js"
823
+ ],
824
+ "end": 1761140766356
825
+ },
826
+ {
827
+ "start": 1761140766357,
828
+ "tags": [
829
+ "plugin:datadog-build-report-plugin",
830
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/stringUtils.js"
831
+ ],
832
+ "end": 1761140766357
833
+ },
834
+ {
835
+ "start": 1761140766357,
836
+ "tags": [
837
+ "plugin:datadog-build-report-plugin",
838
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/browser/cookie.js"
839
+ ],
840
+ "end": 1761140766357
841
+ },
842
+ {
843
+ "start": 1761140766357,
844
+ "tags": [
845
+ "plugin:datadog-build-report-plugin",
846
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/typeUtils.js"
847
+ ],
848
+ "end": 1761140766357
849
+ },
850
+ {
851
+ "start": 1761140766357,
852
+ "tags": [
853
+ "plugin:datadog-build-report-plugin",
854
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/context/contextManager.js"
855
+ ],
856
+ "end": 1761140766357
857
+ },
858
+ {
859
+ "start": 1761140766357,
860
+ "tags": [
861
+ "plugin:datadog-build-report-plugin",
862
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/mergeInto.js"
863
+ ],
864
+ "end": 1761140766357
865
+ },
866
+ {
867
+ "start": 1761140766357,
868
+ "tags": [
869
+ "plugin:datadog-build-report-plugin",
870
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/matchOption.js"
871
+ ],
872
+ "end": 1761140766358
873
+ },
874
+ {
875
+ "start": 1761140766358,
876
+ "tags": [
877
+ "plugin:datadog-build-report-plugin",
878
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/utils/responseUtils.js"
879
+ ],
880
+ "end": 1761140766358
881
+ },
882
+ {
883
+ "start": 1761140766358,
884
+ "tags": [
885
+ "plugin:datadog-build-report-plugin",
886
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/error/error.types.js"
887
+ ],
888
+ "end": 1761140766358
889
+ },
890
+ {
891
+ "start": 1761140766358,
892
+ "tags": [
893
+ "plugin:datadog-build-report-plugin",
894
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/error/trackRuntimeError.js"
895
+ ],
896
+ "end": 1761140766358
897
+ },
898
+ {
899
+ "start": 1761140766358,
900
+ "tags": [
901
+ "plugin:datadog-build-report-plugin",
902
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/eventRateLimiter/createEventRateLimiter.js"
903
+ ],
904
+ "end": 1761140766358
905
+ },
906
+ {
907
+ "start": 1761140766359,
908
+ "tags": [
909
+ "plugin:datadog-build-report-plugin",
910
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/index.js"
911
+ ],
912
+ "end": 1761140766360
913
+ },
914
+ {
915
+ "start": 1761140766360,
916
+ "tags": [
917
+ "plugin:datadog-build-report-plugin",
918
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/report/reportObservable.js"
919
+ ],
920
+ "end": 1761140766360
921
+ },
922
+ {
923
+ "start": 1761140766360,
924
+ "tags": [
925
+ "plugin:datadog-build-report-plugin",
926
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/instrumentMethod.js"
927
+ ],
928
+ "end": 1761140766360
929
+ },
930
+ {
931
+ "start": 1761140766360,
932
+ "tags": [
933
+ "plugin:datadog-build-report-plugin",
934
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/error/error.js"
935
+ ],
936
+ "end": 1761140766360
937
+ },
938
+ {
939
+ "start": 1761140766360,
940
+ "tags": [
941
+ "plugin:datadog-build-report-plugin",
942
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/console/consoleObservable.js"
943
+ ],
944
+ "end": 1761140766360
945
+ },
946
+ {
947
+ "start": 1761140766360,
948
+ "tags": [
949
+ "plugin:datadog-build-report-plugin",
950
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/tools/stackTrace/handlingStack.js"
951
+ ],
952
+ "end": 1761140766360
953
+ },
954
+ {
955
+ "start": 1761140766370,
956
+ "tags": [
957
+ "plugin:datadog-build-report-plugin",
958
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/serialization/serializeAttributes.js"
959
+ ],
960
+ "end": 1761140766370
961
+ },
962
+ {
963
+ "start": 1761140766373,
964
+ "tags": [
965
+ "plugin:datadog-build-report-plugin",
966
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackStyleSheet.js"
967
+ ],
968
+ "end": 1761140766373
969
+ },
970
+ {
971
+ "start": 1761140766373,
972
+ "tags": [
973
+ "plugin:datadog-build-report-plugin",
974
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackFocus.js"
975
+ ],
976
+ "end": 1761140766373
977
+ },
978
+ {
979
+ "start": 1761140766373,
980
+ "tags": [
981
+ "plugin:datadog-build-report-plugin",
982
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackViewEnd.js"
983
+ ],
984
+ "end": 1761140766373
985
+ },
986
+ {
987
+ "start": 1761140766373,
988
+ "tags": [
989
+ "plugin:datadog-build-report-plugin",
990
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackScroll.js"
991
+ ],
992
+ "end": 1761140766373
993
+ },
994
+ {
995
+ "start": 1761140766374,
996
+ "tags": [
997
+ "plugin:datadog-build-report-plugin",
998
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackViewportResize.js"
999
+ ],
1000
+ "end": 1761140766374
1001
+ },
1002
+ {
1003
+ "start": 1761140766374,
1004
+ "tags": [
1005
+ "plugin:datadog-build-report-plugin",
1006
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackInput.js"
1007
+ ],
1008
+ "end": 1761140766374
1009
+ },
1010
+ {
1011
+ "start": 1761140766374,
1012
+ "tags": [
1013
+ "plugin:datadog-build-report-plugin",
1014
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackMutation.js"
1015
+ ],
1016
+ "end": 1761140766374
1017
+ },
1018
+ {
1019
+ "start": 1761140766374,
1020
+ "tags": [
1021
+ "plugin:datadog-build-report-plugin",
1022
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackMediaInteraction.js"
1023
+ ],
1024
+ "end": 1761140766375
1025
+ },
1026
+ {
1027
+ "start": 1761140766403,
1028
+ "tags": [
1029
+ "plugin:datadog-build-report-plugin",
1030
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackMouseInteraction.js"
1031
+ ],
1032
+ "end": 1761140766403
1033
+ },
1034
+ {
1035
+ "start": 1761140766404,
1036
+ "tags": [
1037
+ "plugin:datadog-build-report-plugin",
1038
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/trackers/trackMove.js"
1039
+ ],
1040
+ "end": 1761140766404
1041
+ },
1042
+ {
1043
+ "start": 1761140766404,
1044
+ "tags": [
1045
+ "plugin:datadog-build-report-plugin",
1046
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/commonContext.js"
1047
+ ],
1048
+ "end": 1761140766404
1049
+ },
1050
+ {
1051
+ "start": 1761140766408,
1052
+ "tags": [
1053
+ "plugin:datadog-build-report-plugin",
1054
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/internalContext.js"
1055
+ ],
1056
+ "end": 1761140766408
1057
+ },
1058
+ {
1059
+ "start": 1761140766431,
1060
+ "tags": [
1061
+ "plugin:datadog-build-report-plugin",
1062
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/intakeSites.js"
1063
+ ],
1064
+ "end": 1761140766431
1065
+ },
1066
+ {
1067
+ "start": 1761140766446,
1068
+ "tags": [
1069
+ "plugin:datadog-build-report-plugin",
1070
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/endpointBuilder.js"
1071
+ ],
1072
+ "end": 1761140766446
1073
+ },
1074
+ {
1075
+ "start": 1761140766447,
1076
+ "tags": [
1077
+ "plugin:datadog-build-report-plugin",
1078
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/index.js"
1079
+ ],
1080
+ "end": 1761140766447
1081
+ },
1082
+ {
1083
+ "start": 1761140766447,
1084
+ "tags": [
1085
+ "plugin:datadog-build-report-plugin",
1086
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/configuration.js"
1087
+ ],
1088
+ "end": 1761140766447
1089
+ },
1090
+ {
1091
+ "start": 1761140766447,
1092
+ "tags": [
1093
+ "plugin:datadog-build-report-plugin",
1094
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/telemetry/rawTelemetryEvent.types.js"
1095
+ ],
1096
+ "end": 1761140766447
1097
+ },
1098
+ {
1099
+ "start": 1761140766449,
1100
+ "tags": [
1101
+ "plugin:datadog-build-report-plugin",
1102
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/telemetry/telemetry.js"
1103
+ ],
1104
+ "end": 1761140766450
1105
+ },
1106
+ {
1107
+ "start": 1761140766450,
1108
+ "tags": [
1109
+ "plugin:datadog-build-report-plugin",
1110
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/telemetry/telemetryEvent.types.js"
1111
+ ],
1112
+ "end": 1761140766450
1113
+ },
1114
+ {
1115
+ "start": 1761140766450,
1116
+ "tags": [
1117
+ "plugin:datadog-build-report-plugin",
1118
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/telemetry/index.js"
1119
+ ],
1120
+ "end": 1761140766450
1121
+ },
1122
+ {
1123
+ "start": 1761140766451,
1124
+ "tags": [
1125
+ "plugin:datadog-build-report-plugin",
1126
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/eventBridge.js"
1127
+ ],
1128
+ "end": 1761140766451
1129
+ },
1130
+ {
1131
+ "start": 1761140766453,
1132
+ "tags": [
1133
+ "plugin:datadog-build-report-plugin",
1134
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/index.js"
1135
+ ],
1136
+ "end": 1761140766453
1137
+ },
1138
+ {
1139
+ "start": 1761140766453,
1140
+ "tags": [
1141
+ "plugin:datadog-build-report-plugin",
1142
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/flushController.js"
1143
+ ],
1144
+ "end": 1761140766453
1145
+ },
1146
+ {
1147
+ "start": 1761140766453,
1148
+ "tags": [
1149
+ "plugin:datadog-build-report-plugin",
1150
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/user/user.types.js"
1151
+ ],
1152
+ "end": 1761140766453
1153
+ },
1154
+ {
1155
+ "start": 1761140766453,
1156
+ "tags": [
1157
+ "plugin:datadog-build-report-plugin",
1158
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/user/index.js"
1159
+ ],
1160
+ "end": 1761140766453
1161
+ },
1162
+ {
1163
+ "start": 1761140766453,
1164
+ "tags": [
1165
+ "plugin:datadog-build-report-plugin",
1166
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/user/user.js"
1167
+ ],
1168
+ "end": 1761140766454
1169
+ },
1170
+ {
1171
+ "start": 1761140766457,
1172
+ "tags": [
1173
+ "plugin:datadog-build-report-plugin",
1174
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/storeStrategies/sessionInLocalStorage.js"
1175
+ ],
1176
+ "end": 1761140766457
1177
+ },
1178
+ {
1179
+ "start": 1761140766457,
1180
+ "tags": [
1181
+ "plugin:datadog-build-report-plugin",
1182
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionStore.js"
1183
+ ],
1184
+ "end": 1761140766457
1185
+ },
1186
+ {
1187
+ "start": 1761140766457,
1188
+ "tags": [
1189
+ "plugin:datadog-build-report-plugin",
1190
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionStoreOperations.js"
1191
+ ],
1192
+ "end": 1761140766458
1193
+ },
1194
+ {
1195
+ "start": 1761140766458,
1196
+ "tags": [
1197
+ "plugin:datadog-build-report-plugin",
1198
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/deflate/deflate.types.js"
1199
+ ],
1200
+ "end": 1761140766458
1201
+ },
1202
+ {
1203
+ "start": 1761140766458,
1204
+ "tags": [
1205
+ "plugin:datadog-build-report-plugin",
1206
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/deflate/index.js"
1207
+ ],
1208
+ "end": 1761140766458
1209
+ },
1210
+ {
1211
+ "start": 1761140766458,
1212
+ "tags": [
1213
+ "plugin:datadog-build-report-plugin",
1214
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/connectivity/connectivity.js"
1215
+ ],
1216
+ "end": 1761140766458
1217
+ },
1218
+ {
1219
+ "start": 1761140766458,
1220
+ "tags": [
1221
+ "plugin:datadog-build-report-plugin",
1222
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/connectivity/index.js"
1223
+ ],
1224
+ "end": 1761140766458
1225
+ },
1226
+ {
1227
+ "start": 1761140766458,
1228
+ "tags": [
1229
+ "plugin:datadog-build-report-plugin",
1230
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/eventsUtils.js"
1231
+ ],
1232
+ "end": 1761140766458
1233
+ },
1234
+ {
1235
+ "start": 1761140766458,
1236
+ "tags": [
1237
+ "plugin:datadog-build-report-plugin",
1238
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/assembly.js"
1239
+ ],
1240
+ "end": 1761140766458
1241
+ },
1242
+ {
1243
+ "start": 1761140766458,
1244
+ "tags": [
1245
+ "plugin:datadog-build-report-plugin",
1246
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum/esm/domain/record/mutationBatch.js"
1247
+ ],
1248
+ "end": 1761140766458
1249
+ },
1250
+ {
1251
+ "start": 1761140766491,
1252
+ "tags": [
1253
+ "plugin:datadog-build-report-plugin",
1254
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/plugins.js"
1255
+ ],
1256
+ "end": 1761140766491
1257
+ },
1258
+ {
1259
+ "start": 1761140766505,
1260
+ "tags": [
1261
+ "plugin:datadog-build-report-plugin",
1262
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/transportConfiguration.js"
1263
+ ],
1264
+ "end": 1761140766505
1265
+ },
1266
+ {
1267
+ "start": 1761140766505,
1268
+ "tags": [
1269
+ "plugin:datadog-build-report-plugin",
1270
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/configuration/tags.js"
1271
+ ],
1272
+ "end": 1761140766505
1273
+ },
1274
+ {
1275
+ "start": 1761140766506,
1276
+ "tags": [
1277
+ "plugin:datadog-build-report-plugin",
1278
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/startBatchWithReplica.js"
1279
+ ],
1280
+ "end": 1761140766506
1281
+ },
1282
+ {
1283
+ "start": 1761140766506,
1284
+ "tags": [
1285
+ "plugin:datadog-build-report-plugin",
1286
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/batch.js"
1287
+ ],
1288
+ "end": 1761140766506
1289
+ },
1290
+ {
1291
+ "start": 1761140766507,
1292
+ "tags": [
1293
+ "plugin:datadog-build-report-plugin",
1294
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/storeStrategies/sessionInCookie.js"
1295
+ ],
1296
+ "end": 1761140766507
1297
+ },
1298
+ {
1299
+ "start": 1761140766507,
1300
+ "tags": [
1301
+ "plugin:datadog-build-report-plugin",
1302
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/oldCookiesMigration.js"
1303
+ ],
1304
+ "end": 1761140766507
1305
+ },
1306
+ {
1307
+ "start": 1761140766507,
1308
+ "tags": [
1309
+ "plugin:datadog-build-report-plugin",
1310
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionStateValidation.js"
1311
+ ],
1312
+ "end": 1761140766507
1313
+ },
1314
+ {
1315
+ "start": 1761140766507,
1316
+ "tags": [
1317
+ "plugin:datadog-build-report-plugin",
1318
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/domain/session/sessionState.js"
1319
+ ],
1320
+ "end": 1761140766507
1321
+ },
1322
+ {
1323
+ "start": 1761140766509,
1324
+ "tags": [
1325
+ "plugin:datadog-build-report-plugin",
1326
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/httpRequest.js"
1327
+ ],
1328
+ "end": 1761140766509
1329
+ },
1330
+ {
1331
+ "start": 1761140766509,
1332
+ "tags": [
1333
+ "plugin:datadog-build-report-plugin",
1334
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-core/esm/transport/sendWithRetryStrategy.js"
1335
+ ],
1336
+ "end": 1761140766509
1337
+ },
1338
+ {
1339
+ "start": 1761140766546,
1340
+ "tags": [
1341
+ "plugin:datadog-build-report-plugin",
1342
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/configuration/index.js"
1343
+ ],
1344
+ "end": 1761140766546
1345
+ },
1346
+ {
1347
+ "start": 1761140766547,
1348
+ "tags": [
1349
+ "plugin:datadog-build-report-plugin",
1350
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/crypto.js"
1351
+ ],
1352
+ "end": 1761140766547
1353
+ },
1354
+ {
1355
+ "start": 1761140766559,
1356
+ "tags": [
1357
+ "plugin:datadog-build-report-plugin",
1358
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/trackViewEventCounts.js"
1359
+ ],
1360
+ "end": 1761140766559
1361
+ },
1362
+ {
1363
+ "start": 1761140766608,
1364
+ "tags": [
1365
+ "plugin:datadog-build-report-plugin",
1366
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackInitialViewMetrics.js"
1367
+ ],
1368
+ "end": 1761140766608
1369
+ },
1370
+ {
1371
+ "start": 1761140766611,
1372
+ "tags": [
1373
+ "plugin:datadog-build-report-plugin",
1374
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackCommonViewMetrics.js"
1375
+ ],
1376
+ "end": 1761140766612
1377
+ },
1378
+ {
1379
+ "start": 1761140766690,
1380
+ "tags": [
1381
+ "plugin:datadog-build-report-plugin",
1382
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/boot/rumPublicApi.js"
1383
+ ],
1384
+ "end": 1761140766690
1385
+ },
1386
+ {
1387
+ "start": 1761140766690,
1388
+ "tags": [
1389
+ "plugin:datadog-build-report-plugin",
1390
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/boot/startRum.js"
1391
+ ],
1392
+ "end": 1761140766690
1393
+ },
1394
+ {
1395
+ "start": 1761140766691,
1396
+ "tags": [
1397
+ "plugin:datadog-build-report-plugin",
1398
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/lifeCycle.js"
1399
+ ],
1400
+ "end": 1761140766691
1401
+ },
1402
+ {
1403
+ "start": 1761140766691,
1404
+ "tags": [
1405
+ "plugin:datadog-build-report-plugin",
1406
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/privacy.js"
1407
+ ],
1408
+ "end": 1761140766691
1409
+ },
1410
+ {
1411
+ "start": 1761140766691,
1412
+ "tags": [
1413
+ "plugin:datadog-build-report-plugin",
1414
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/getSessionReplayUrl.js"
1415
+ ],
1416
+ "end": 1761140766691
1417
+ },
1418
+ {
1419
+ "start": 1761140766691,
1420
+ "tags": [
1421
+ "plugin:datadog-build-report-plugin",
1422
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/viewportObservable.js"
1423
+ ],
1424
+ "end": 1761140766691
1425
+ },
1426
+ {
1427
+ "start": 1761140766691,
1428
+ "tags": [
1429
+ "plugin:datadog-build-report-plugin",
1430
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/domMutationObservable.js"
1431
+ ],
1432
+ "end": 1761140766691
1433
+ },
1434
+ {
1435
+ "start": 1761140766691,
1436
+ "tags": [
1437
+ "plugin:datadog-build-report-plugin",
1438
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/viewHistory.js"
1439
+ ],
1440
+ "end": 1761140766691
1441
+ },
1442
+ {
1443
+ "start": 1761140766692,
1444
+ "tags": [
1445
+ "plugin:datadog-build-report-plugin",
1446
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/getActionNameFromElement.js"
1447
+ ],
1448
+ "end": 1761140766692
1449
+ },
1450
+ {
1451
+ "start": 1761140766698,
1452
+ "tags": [
1453
+ "plugin:datadog-build-report-plugin",
1454
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/resource/resourceUtils.js"
1455
+ ],
1456
+ "end": 1761140766698
1457
+ },
1458
+ {
1459
+ "start": 1761140766698,
1460
+ "tags": [
1461
+ "plugin:datadog-build-report-plugin",
1462
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/boot/preStartRum.js"
1463
+ ],
1464
+ "end": 1761140766698
1465
+ },
1466
+ {
1467
+ "start": 1761140766699,
1468
+ "tags": [
1469
+ "plugin:datadog-build-report-plugin",
1470
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/windowOpenObservable.js"
1471
+ ],
1472
+ "end": 1761140766699
1473
+ },
1474
+ {
1475
+ "start": 1761140766699,
1476
+ "tags": [
1477
+ "plugin:datadog-build-report-plugin",
1478
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/assembly.js"
1479
+ ],
1480
+ "end": 1761140766699
1481
+ },
1482
+ {
1483
+ "start": 1761140766699,
1484
+ "tags": [
1485
+ "plugin:datadog-build-report-plugin",
1486
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/requestCollection.js"
1487
+ ],
1488
+ "end": 1761140766699
1489
+ },
1490
+ {
1491
+ "start": 1761140766699,
1492
+ "tags": [
1493
+ "plugin:datadog-build-report-plugin",
1494
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/rumSessionManager.js"
1495
+ ],
1496
+ "end": 1761140766699
1497
+ },
1498
+ {
1499
+ "start": 1761140766699,
1500
+ "tags": [
1501
+ "plugin:datadog-build-report-plugin",
1502
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/locationChangeObservable.js"
1503
+ ],
1504
+ "end": 1761140766699
1505
+ },
1506
+ {
1507
+ "start": 1761140766699,
1508
+ "tags": [
1509
+ "plugin:datadog-build-report-plugin",
1510
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/startCustomerDataTelemetry.js"
1511
+ ],
1512
+ "end": 1761140766699
1513
+ },
1514
+ {
1515
+ "start": 1761140766700,
1516
+ "tags": [
1517
+ "plugin:datadog-build-report-plugin",
1518
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/performanceObservable.js"
1519
+ ],
1520
+ "end": 1761140766700
1521
+ },
1522
+ {
1523
+ "start": 1761140766702,
1524
+ "tags": [
1525
+ "plugin:datadog-build-report-plugin",
1526
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/actionCollection.js"
1527
+ ],
1528
+ "end": 1761140766702
1529
+ },
1530
+ {
1531
+ "start": 1761140766702,
1532
+ "tags": [
1533
+ "plugin:datadog-build-report-plugin",
1534
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/resource/resourceCollection.js"
1535
+ ],
1536
+ "end": 1761140766702
1537
+ },
1538
+ {
1539
+ "start": 1761140766703,
1540
+ "tags": [
1541
+ "plugin:datadog-build-report-plugin",
1542
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/displayContext.js"
1543
+ ],
1544
+ "end": 1761140766703
1545
+ },
1546
+ {
1547
+ "start": 1761140766703,
1548
+ "tags": [
1549
+ "plugin:datadog-build-report-plugin",
1550
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/urlContexts.js"
1551
+ ],
1552
+ "end": 1761140766703
1553
+ },
1554
+ {
1555
+ "start": 1761140766703,
1556
+ "tags": [
1557
+ "plugin:datadog-build-report-plugin",
1558
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/ciVisibilityContext.js"
1559
+ ],
1560
+ "end": 1761140766703
1561
+ },
1562
+ {
1563
+ "start": 1761140766703,
1564
+ "tags": [
1565
+ "plugin:datadog-build-report-plugin",
1566
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/pageStateHistory.js"
1567
+ ],
1568
+ "end": 1761140766703
1569
+ },
1570
+ {
1571
+ "start": 1761140766704,
1572
+ "tags": [
1573
+ "plugin:datadog-build-report-plugin",
1574
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/featureFlagContext.js"
1575
+ ],
1576
+ "end": 1761140766704
1577
+ },
1578
+ {
1579
+ "start": 1761140766706,
1580
+ "tags": [
1581
+ "plugin:datadog-build-report-plugin",
1582
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/transport/startRumBatch.js"
1583
+ ],
1584
+ "end": 1761140766707
1585
+ },
1586
+ {
1587
+ "start": 1761140766707,
1588
+ "tags": [
1589
+ "plugin:datadog-build-report-plugin",
1590
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/transport/startRumEventBridge.js"
1591
+ ],
1592
+ "end": 1761140766707
1593
+ },
1594
+ {
1595
+ "start": 1761140766707,
1596
+ "tags": [
1597
+ "plugin:datadog-build-report-plugin",
1598
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/vital/vitalCollection.js"
1599
+ ],
1600
+ "end": 1761140766707
1601
+ },
1602
+ {
1603
+ "start": 1761140766707,
1604
+ "tags": [
1605
+ "plugin:datadog-build-report-plugin",
1606
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/error/errorCollection.js"
1607
+ ],
1608
+ "end": 1761140766707
1609
+ },
1610
+ {
1611
+ "start": 1761140766707,
1612
+ "tags": [
1613
+ "plugin:datadog-build-report-plugin",
1614
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewCollection.js"
1615
+ ],
1616
+ "end": 1761140766707
1617
+ },
1618
+ {
1619
+ "start": 1761140766708,
1620
+ "tags": [
1621
+ "plugin:datadog-build-report-plugin",
1622
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/longAnimationFrame/longAnimationFrameCollection.js"
1623
+ ],
1624
+ "end": 1761140766708
1625
+ },
1626
+ {
1627
+ "start": 1761140766708,
1628
+ "tags": [
1629
+ "plugin:datadog-build-report-plugin",
1630
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/longTask/longTaskCollection.js"
1631
+ ],
1632
+ "end": 1761140766708
1633
+ },
1634
+ {
1635
+ "start": 1761140766712,
1636
+ "tags": [
1637
+ "plugin:datadog-build-report-plugin",
1638
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/limitModification.js"
1639
+ ],
1640
+ "end": 1761140766712
1641
+ },
1642
+ {
1643
+ "start": 1761140766712,
1644
+ "tags": [
1645
+ "plugin:datadog-build-report-plugin",
1646
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/discardNegativeDuration.js"
1647
+ ],
1648
+ "end": 1761140766712
1649
+ },
1650
+ {
1651
+ "start": 1761140766712,
1652
+ "tags": [
1653
+ "plugin:datadog-build-report-plugin",
1654
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/contexts/syntheticsContext.js"
1655
+ ],
1656
+ "end": 1761140766712
1657
+ },
1658
+ {
1659
+ "start": 1761140766712,
1660
+ "tags": [
1661
+ "plugin:datadog-build-report-plugin",
1662
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/cookieObservable.js"
1663
+ ],
1664
+ "end": 1761140766712
1665
+ },
1666
+ {
1667
+ "start": 1761140766713,
1668
+ "tags": [
1669
+ "plugin:datadog-build-report-plugin",
1670
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/trackClickActions.js"
1671
+ ],
1672
+ "end": 1761140766713
1673
+ },
1674
+ {
1675
+ "start": 1761140766713,
1676
+ "tags": [
1677
+ "plugin:datadog-build-report-plugin",
1678
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/firstInputPolyfill.js"
1679
+ ],
1680
+ "end": 1761140766713
1681
+ },
1682
+ {
1683
+ "start": 1761140766713,
1684
+ "tags": [
1685
+ "plugin:datadog-build-report-plugin",
1686
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/error/trackReportError.js"
1687
+ ],
1688
+ "end": 1761140766713
1689
+ },
1690
+ {
1691
+ "start": 1761140766713,
1692
+ "tags": [
1693
+ "plugin:datadog-build-report-plugin",
1694
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/trackViews.js"
1695
+ ],
1696
+ "end": 1761140766713
1697
+ },
1698
+ {
1699
+ "start": 1761140766713,
1700
+ "tags": [
1701
+ "plugin:datadog-build-report-plugin",
1702
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/error/trackConsoleError.js"
1703
+ ],
1704
+ "end": 1761140766713
1705
+ },
1706
+ {
1707
+ "start": 1761140766714,
1708
+ "tags": [
1709
+ "plugin:datadog-build-report-plugin",
1710
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/resource/retrieveInitialDocumentResourceTiming.js"
1711
+ ],
1712
+ "end": 1761140766714
1713
+ },
1714
+ {
1715
+ "start": 1761140766714,
1716
+ "tags": [
1717
+ "plugin:datadog-build-report-plugin",
1718
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/resource/matchRequestResourceEntry.js"
1719
+ ],
1720
+ "end": 1761140766714
1721
+ },
1722
+ {
1723
+ "start": 1761140766714,
1724
+ "tags": [
1725
+ "plugin:datadog-build-report-plugin",
1726
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/tracing/tracer.js"
1727
+ ],
1728
+ "end": 1761140766714
1729
+ },
1730
+ {
1731
+ "start": 1761140766714,
1732
+ "tags": [
1733
+ "plugin:datadog-build-report-plugin",
1734
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/tracing/identifier.js"
1735
+ ],
1736
+ "end": 1761140766714
1737
+ },
1738
+ {
1739
+ "start": 1761140766718,
1740
+ "tags": [
1741
+ "plugin:datadog-build-report-plugin",
1742
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/trackEventCounts.js"
1743
+ ],
1744
+ "end": 1761140766718
1745
+ },
1746
+ {
1747
+ "start": 1761140766718,
1748
+ "tags": [
1749
+ "plugin:datadog-build-report-plugin",
1750
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/waitPageActivityEnd.js"
1751
+ ],
1752
+ "end": 1761140766718
1753
+ },
1754
+ {
1755
+ "start": 1761140766720,
1756
+ "tags": [
1757
+ "plugin:datadog-build-report-plugin",
1758
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/browser/performanceUtils.js"
1759
+ ],
1760
+ "end": 1761140766720
1761
+ },
1762
+ {
1763
+ "start": 1761140766720,
1764
+ "tags": [
1765
+ "plugin:datadog-build-report-plugin",
1766
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/tracing/sampler.js"
1767
+ ],
1768
+ "end": 1761140766720
1769
+ },
1770
+ {
1771
+ "start": 1761140766720,
1772
+ "tags": [
1773
+ "plugin:datadog-build-report-plugin",
1774
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/clickChain.js"
1775
+ ],
1776
+ "end": 1761140766720
1777
+ },
1778
+ {
1779
+ "start": 1761140766720,
1780
+ "tags": [
1781
+ "plugin:datadog-build-report-plugin",
1782
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/listenActionEvents.js"
1783
+ ],
1784
+ "end": 1761140766720
1785
+ },
1786
+ {
1787
+ "start": 1761140766721,
1788
+ "tags": [
1789
+ "plugin:datadog-build-report-plugin",
1790
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/computeFrustration.js"
1791
+ ],
1792
+ "end": 1761140766721
1793
+ },
1794
+ {
1795
+ "start": 1761140766721,
1796
+ "tags": [
1797
+ "plugin:datadog-build-report-plugin",
1798
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/tracing/getDocumentTraceId.js"
1799
+ ],
1800
+ "end": 1761140766721
1801
+ },
1802
+ {
1803
+ "start": 1761140766721,
1804
+ "tags": [
1805
+ "plugin:datadog-build-report-plugin",
1806
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/action/interactionSelectorCache.js"
1807
+ ],
1808
+ "end": 1761140766721
1809
+ },
1810
+ {
1811
+ "start": 1761140766722,
1812
+ "tags": [
1813
+ "plugin:datadog-build-report-plugin",
1814
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/configuration/remoteConfiguration.js"
1815
+ ],
1816
+ "end": 1761140766722
1817
+ },
1818
+ {
1819
+ "start": 1761140766722,
1820
+ "tags": [
1821
+ "plugin:datadog-build-report-plugin",
1822
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/configuration/configuration.js"
1823
+ ],
1824
+ "end": 1761140766722
1825
+ },
1826
+ {
1827
+ "start": 1761140766723,
1828
+ "tags": [
1829
+ "plugin:datadog-build-report-plugin",
1830
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackFirstInput.js"
1831
+ ],
1832
+ "end": 1761140766723
1833
+ },
1834
+ {
1835
+ "start": 1761140766723,
1836
+ "tags": [
1837
+ "plugin:datadog-build-report-plugin",
1838
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackFirstContentfulPaint.js"
1839
+ ],
1840
+ "end": 1761140766723
1841
+ },
1842
+ {
1843
+ "start": 1761140766723,
1844
+ "tags": [
1845
+ "plugin:datadog-build-report-plugin",
1846
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackNavigationTimings.js"
1847
+ ],
1848
+ "end": 1761140766723
1849
+ },
1850
+ {
1851
+ "start": 1761140766724,
1852
+ "tags": [
1853
+ "plugin:datadog-build-report-plugin",
1854
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackLargestContentfulPaint.js"
1855
+ ],
1856
+ "end": 1761140766724
1857
+ },
1858
+ {
1859
+ "start": 1761140766724,
1860
+ "tags": [
1861
+ "plugin:datadog-build-report-plugin",
1862
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackFirstHidden.js"
1863
+ ],
1864
+ "end": 1761140766724
1865
+ },
1866
+ {
1867
+ "start": 1761140766724,
1868
+ "tags": [
1869
+ "plugin:datadog-build-report-plugin",
1870
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackCumulativeLayoutShift.js"
1871
+ ],
1872
+ "end": 1761140766724
1873
+ },
1874
+ {
1875
+ "start": 1761140766724,
1876
+ "tags": [
1877
+ "plugin:datadog-build-report-plugin",
1878
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackInteractionToNextPaint.js"
1879
+ ],
1880
+ "end": 1761140766724
1881
+ },
1882
+ {
1883
+ "start": 1761140766724,
1884
+ "tags": [
1885
+ "plugin:datadog-build-report-plugin",
1886
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackScrollMetrics.js"
1887
+ ],
1888
+ "end": 1761140766724
1889
+ },
1890
+ {
1891
+ "start": 1761140766724,
1892
+ "tags": [
1893
+ "plugin:datadog-build-report-plugin",
1894
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/trackLoadingTime.js"
1895
+ ],
1896
+ "end": 1761140766724
1897
+ },
1898
+ {
1899
+ "start": 1761140766725,
1900
+ "tags": [
1901
+ "plugin:datadog-build-report-plugin",
1902
+ "module:/home/runner/work/build-plugins/build-plugins/node_modules/@datadog/browser-rum-core/esm/domain/view/viewMetrics/interactionCountPolyfill.js"
1903
+ ],
1904
+ "end": 1761140766725
1905
+ }
1906
+ ],
1907
+ "tags": [
1908
+ "plugin:datadog-build-report-plugin",
1909
+ "level:debug"
1910
+ ],
1911
+ "logLevel": "debug",
1912
+ "total": 0
1913
+ },
1914
+ {
1915
+ "pluginName": "datadog-build-report-plugin",
1916
+ "label": "build report",
1917
+ "spans": [
1918
+ {
1919
+ "start": 1761140769847,
1920
+ "tags": [
1921
+ "plugin:datadog-build-report-plugin"
1922
+ ],
1923
+ "end": 1761140769855
1924
+ }
1925
+ ],
1926
+ "tags": [
1927
+ "plugin:datadog-build-report-plugin",
1928
+ "level:debug"
1929
+ ],
1930
+ "logLevel": "debug",
1931
+ "total": 8
1932
+ },
1933
+ {
1934
+ "pluginName": "datadog-build-report-plugin",
1935
+ "label": "filling entries",
1936
+ "spans": [
1937
+ {
1938
+ "start": 1761140769855,
1939
+ "tags": [
1940
+ "plugin:datadog-build-report-plugin"
1941
+ ],
1942
+ "end": 1761140769855
1943
+ }
1944
+ ],
1945
+ "tags": [
1946
+ "plugin:datadog-build-report-plugin",
1947
+ "level:debug"
1948
+ ],
1949
+ "logLevel": "debug",
1950
+ "total": 0
1951
+ },
1952
+ {
1953
+ "pluginName": "datadog-build-report-plugin",
1954
+ "label": "filling inputs and outputs",
1955
+ "spans": [
1956
+ {
1957
+ "start": 1761140769851,
1958
+ "tags": [
1959
+ "plugin:datadog-build-report-plugin"
1960
+ ],
1961
+ "end": 1761140769854
1962
+ }
1963
+ ],
1964
+ "tags": [
1965
+ "plugin:datadog-build-report-plugin",
1966
+ "level:debug"
1967
+ ],
1968
+ "logLevel": "debug",
1969
+ "total": 3
1970
+ },
1971
+ {
1972
+ "pluginName": "datadog-build-report-plugin",
1973
+ "label": "completing dependencies and dependents",
1974
+ "spans": [
1975
+ {
1976
+ "start": 1761140769847,
1977
+ "tags": [
1978
+ "plugin:datadog-build-report-plugin"
1979
+ ],
1980
+ "end": 1761140769849
1981
+ }
1982
+ ],
1983
+ "tags": [
1984
+ "plugin:datadog-build-report-plugin",
1985
+ "level:debug"
1986
+ ],
1987
+ "logLevel": "debug",
1988
+ "total": 2
1989
+ },
1990
+ {
1991
+ "pluginName": "datadog-build-report-plugin",
1992
+ "label": "filling dependencies and dependents",
1993
+ "spans": [
1994
+ {
1995
+ "start": 1761140769855,
1996
+ "tags": [
1997
+ "plugin:datadog-build-report-plugin"
1998
+ ],
1999
+ "end": 1761140769855
2000
+ }
2001
+ ],
2002
+ "tags": [
2003
+ "plugin:datadog-build-report-plugin",
2004
+ "level:debug"
2005
+ ],
2006
+ "logLevel": "debug",
2007
+ "total": 0
2008
+ },
2009
+ {
2010
+ "pluginName": "datadog-build-report-plugin",
2011
+ "label": "filling sourcemaps inputs",
2012
+ "spans": [],
2013
+ "tags": [
2014
+ "plugin:datadog-build-report-plugin",
2015
+ "level:debug"
2016
+ ],
2017
+ "logLevel": "debug",
2018
+ "total": 0
2019
+ },
2020
+ {
2021
+ "pluginName": "datadog-build-plugins",
2022
+ "label": "hook | init bundler-report",
2023
+ "spans": [
2024
+ {
2025
+ "start": 1761140761430,
2026
+ "tags": [
2027
+ "plugin:datadog-build-plugins"
2028
+ ],
2029
+ "end": 1761140761430
2030
+ }
2031
+ ],
2032
+ "tags": [
2033
+ "plugin:datadog-build-plugins",
2034
+ "level:debug",
2035
+ "plugin:datadog-bundler-report-plugin"
2036
+ ],
2037
+ "logLevel": "debug",
2038
+ "total": 0
2039
+ },
2040
+ {
2041
+ "pluginName": "datadog-build-plugins",
2042
+ "label": "hook | init custom-hooks",
2043
+ "spans": [
2044
+ {
2045
+ "start": 1761140761430,
2046
+ "tags": [
2047
+ "plugin:datadog-build-plugins"
2048
+ ],
2049
+ "end": 1761140761430
2050
+ }
2051
+ ],
2052
+ "tags": [
2053
+ "plugin:datadog-build-plugins",
2054
+ "level:debug",
2055
+ "plugin:datadog-custom-hooks-plugin"
2056
+ ],
2057
+ "logLevel": "debug",
2058
+ "total": 0
2059
+ },
2060
+ {
2061
+ "pluginName": "datadog-build-plugins",
2062
+ "label": "hook | init git",
2063
+ "spans": [
2064
+ {
2065
+ "start": 1761140761430,
2066
+ "tags": [
2067
+ "plugin:datadog-build-plugins"
2068
+ ],
2069
+ "end": 1761140761430
2070
+ }
2071
+ ],
2072
+ "tags": [
2073
+ "plugin:datadog-build-plugins",
2074
+ "level:debug",
2075
+ "plugin:datadog-git-plugin"
2076
+ ],
2077
+ "logLevel": "debug",
2078
+ "total": 0
2079
+ },
2080
+ {
2081
+ "pluginName": "datadog-git-plugin",
2082
+ "label": "get git information",
2083
+ "spans": [],
2084
+ "tags": [
2085
+ "plugin:datadog-git-plugin",
2086
+ "level:debug"
2087
+ ],
2088
+ "logLevel": "debug",
2089
+ "total": 0
2090
+ },
2091
+ {
2092
+ "pluginName": "datadog-build-plugins",
2093
+ "label": "hook | init injection",
2094
+ "spans": [
2095
+ {
2096
+ "start": 1761140761430,
2097
+ "tags": [
2098
+ "plugin:datadog-build-plugins"
2099
+ ],
2100
+ "end": 1761140761430
2101
+ }
2102
+ ],
2103
+ "tags": [
2104
+ "plugin:datadog-build-plugins",
2105
+ "level:debug",
2106
+ "plugin:datadog-injection-plugin"
2107
+ ],
2108
+ "logLevel": "debug",
2109
+ "total": 0
2110
+ },
2111
+ {
2112
+ "pluginName": "datadog-build-plugins",
2113
+ "label": "hook | init true-end",
2114
+ "spans": [
2115
+ {
2116
+ "start": 1761140761430,
2117
+ "tags": [
2118
+ "plugin:datadog-build-plugins"
2119
+ ],
2120
+ "end": 1761140761430
2121
+ }
2122
+ ],
2123
+ "tags": [
2124
+ "plugin:datadog-build-plugins",
2125
+ "level:debug",
2126
+ "plugin:datadog-true-end-plugin"
2127
+ ],
2128
+ "logLevel": "debug",
2129
+ "total": 0
2130
+ },
2131
+ {
2132
+ "pluginName": "datadog-build-plugins",
2133
+ "label": "hook | init error-tracking",
2134
+ "spans": [
2135
+ {
2136
+ "start": 1761140761430,
2137
+ "tags": [
2138
+ "plugin:datadog-build-plugins"
2139
+ ],
2140
+ "end": 1761140761430
2141
+ }
2142
+ ],
2143
+ "tags": [
2144
+ "plugin:datadog-build-plugins",
2145
+ "level:debug"
2146
+ ],
2147
+ "logLevel": "debug",
2148
+ "total": 0
2149
+ },
2150
+ {
2151
+ "pluginName": "datadog-error-tracking-plugin",
2152
+ "label": "validate options",
2153
+ "spans": [
2154
+ {
2155
+ "start": 1761140761430,
2156
+ "tags": [
2157
+ "plugin:datadog-error-tracking-plugin"
2158
+ ],
2159
+ "end": 1761140761430
2160
+ }
2161
+ ],
2162
+ "tags": [
2163
+ "plugin:datadog-error-tracking-plugin",
2164
+ "level:debug"
2165
+ ],
2166
+ "logLevel": "debug",
2167
+ "total": 0
2168
+ },
2169
+ {
2170
+ "pluginName": "datadog-build-plugins",
2171
+ "label": "hook | init metrics",
2172
+ "spans": [
2173
+ {
2174
+ "start": 1761140761430,
2175
+ "tags": [
2176
+ "plugin:datadog-build-plugins"
2177
+ ],
2178
+ "end": 1761140761430
2179
+ }
2180
+ ],
2181
+ "tags": [
2182
+ "plugin:datadog-build-plugins",
2183
+ "level:debug"
2184
+ ],
2185
+ "logLevel": "debug",
2186
+ "total": 0
2187
+ },
2188
+ {
2189
+ "pluginName": "datadog-build-plugins",
2190
+ "label": "hook | init output",
2191
+ "spans": [
2192
+ {
2193
+ "start": 1761140761430,
2194
+ "tags": [
2195
+ "plugin:datadog-build-plugins"
2196
+ ],
2197
+ "end": 1761140761430
2198
+ }
2199
+ ],
2200
+ "tags": [
2201
+ "plugin:datadog-build-plugins",
2202
+ "level:debug",
2203
+ "plugin:datadog-output-plugin"
2204
+ ],
2205
+ "logLevel": "debug",
2206
+ "total": 0
2207
+ },
2208
+ {
2209
+ "pluginName": "datadog-build-plugins",
2210
+ "label": "hook | init rum",
2211
+ "spans": [
2212
+ {
2213
+ "start": 1761140761430,
2214
+ "tags": [
2215
+ "plugin:datadog-build-plugins"
2216
+ ],
2217
+ "end": 1761140761430
2218
+ }
2219
+ ],
2220
+ "tags": [
2221
+ "plugin:datadog-build-plugins",
2222
+ "level:debug"
2223
+ ],
2224
+ "logLevel": "debug",
2225
+ "total": 0
2226
+ },
2227
+ {
2228
+ "pluginName": "datadog-custom-hooks-plugin",
2229
+ "label": "execution | init",
2230
+ "spans": [
2231
+ {
2232
+ "start": 1761140761431,
2233
+ "tags": [
2234
+ "plugin:datadog-custom-hooks-plugin"
2235
+ ],
2236
+ "end": 1761140761434
2237
+ }
2238
+ ],
2239
+ "tags": [
2240
+ "type:custom-hook",
2241
+ "hook:init",
2242
+ "plugin:datadog-custom-hooks-plugin",
2243
+ "level:debug"
2244
+ ],
2245
+ "logLevel": "debug",
2246
+ "total": 3
2247
+ },
2248
+ {
2249
+ "pluginName": "datadog-custom-hooks-plugin",
2250
+ "label": "execution | buildRoot",
2251
+ "spans": [
2252
+ {
2253
+ "start": 1761140765992,
2254
+ "tags": [
2255
+ "plugin:datadog-custom-hooks-plugin"
2256
+ ],
2257
+ "end": 1761140765992
2258
+ }
2259
+ ],
2260
+ "tags": [
2261
+ "type:custom-hook",
2262
+ "hook:buildRoot",
2263
+ "plugin:datadog-custom-hooks-plugin",
2264
+ "level:debug"
2265
+ ],
2266
+ "logLevel": "debug",
2267
+ "total": 0
2268
+ },
2269
+ {
2270
+ "pluginName": "datadog-build-plugins",
2271
+ "label": "git | buildRoot",
2272
+ "spans": [
2273
+ {
2274
+ "start": 1761140765992,
2275
+ "tags": [
2276
+ "plugin:datadog-build-plugins"
2277
+ ],
2278
+ "end": 1761140765992
2279
+ }
2280
+ ],
2281
+ "tags": [
2282
+ "type:hook",
2283
+ "hook:buildRoot",
2284
+ "plugin:datadog-build-plugins",
2285
+ "level:debug"
2286
+ ],
2287
+ "logLevel": "debug",
2288
+ "total": 0
2289
+ },
2290
+ {
2291
+ "pluginName": "datadog-build-plugins",
2292
+ "label": "analytics | buildStart",
2293
+ "spans": [
2294
+ {
2295
+ "start": 1761140765993,
2296
+ "tags": [
2297
+ "plugin:datadog-build-plugins"
2298
+ ],
2299
+ "end": 1761140765996
2300
+ }
2301
+ ],
2302
+ "tags": [
2303
+ "type:hook",
2304
+ "hook:buildStart",
2305
+ "plugin:datadog-build-plugins",
2306
+ "level:debug"
2307
+ ],
2308
+ "logLevel": "debug",
2309
+ "total": 3
2310
+ },
2311
+ {
2312
+ "pluginName": "datadog-build-plugins",
2313
+ "label": "injection | buildStart",
2314
+ "spans": [
2315
+ {
2316
+ "start": 1761140765993,
2317
+ "tags": [
2318
+ "plugin:datadog-build-plugins"
2319
+ ],
2320
+ "end": 1761140765998
2321
+ }
2322
+ ],
2323
+ "tags": [
2324
+ "type:hook",
2325
+ "hook:buildStart",
2326
+ "plugin:datadog-build-plugins",
2327
+ "level:debug"
2328
+ ],
2329
+ "logLevel": "debug",
2330
+ "total": 5
2331
+ },
2332
+ {
2333
+ "pluginName": "datadog-custom-hooks-plugin",
2334
+ "label": "execution | bundlerReport",
2335
+ "spans": [
2336
+ {
2337
+ "start": 1761140767298,
2338
+ "tags": [
2339
+ "plugin:datadog-custom-hooks-plugin"
2340
+ ],
2341
+ "end": 1761140767298
2342
+ }
2343
+ ],
2344
+ "tags": [
2345
+ "type:custom-hook",
2346
+ "hook:bundlerReport",
2347
+ "plugin:datadog-custom-hooks-plugin",
2348
+ "level:debug"
2349
+ ],
2350
+ "logLevel": "debug",
2351
+ "total": 0
2352
+ },
2353
+ {
2354
+ "pluginName": "datadog-custom-hooks-plugin",
2355
+ "label": "execution | buildReport",
2356
+ "spans": [
2357
+ {
2358
+ "start": 1761140769856,
2359
+ "tags": [
2360
+ "plugin:datadog-custom-hooks-plugin"
2361
+ ],
2362
+ "end": 1761140769863
2363
+ }
2364
+ ],
2365
+ "tags": [
2366
+ "type:custom-hook",
2367
+ "hook:buildReport",
2368
+ "plugin:datadog-custom-hooks-plugin",
2369
+ "level:debug"
2370
+ ],
2371
+ "logLevel": "debug",
2372
+ "total": 7
2373
+ },
2374
+ {
2375
+ "pluginName": "datadog-build-plugins",
2376
+ "label": "output | buildReport",
2377
+ "spans": [
2378
+ {
2379
+ "start": 1761140769856,
2380
+ "tags": [
2381
+ "plugin:datadog-build-plugins"
2382
+ ],
2383
+ "end": 1761140769862
2384
+ }
2385
+ ],
2386
+ "tags": [
2387
+ "type:hook",
2388
+ "hook:buildReport",
2389
+ "plugin:datadog-build-plugins",
2390
+ "level:debug"
2391
+ ],
2392
+ "logLevel": "debug",
2393
+ "total": 6
2394
+ },
2395
+ {
2396
+ "pluginName": "datadog-output-plugin",
2397
+ "label": "serialize report",
2398
+ "spans": [
2399
+ {
2400
+ "start": 1761140769856,
2401
+ "tags": [
2402
+ "plugin:datadog-output-plugin"
2403
+ ],
2404
+ "end": 1761140769858
2405
+ }
2406
+ ],
2407
+ "tags": [
2408
+ "plugin:datadog-output-plugin",
2409
+ "level:debug"
2410
+ ],
2411
+ "logLevel": "debug",
2412
+ "total": 2
2413
+ },
2414
+ {
2415
+ "pluginName": "datadog-output-plugin",
2416
+ "label": "output build.json",
2417
+ "spans": [
2418
+ {
2419
+ "start": 1761140769861,
2420
+ "tags": [
2421
+ "plugin:datadog-output-plugin"
2422
+ ],
2423
+ "end": 1761140769880
2424
+ }
2425
+ ],
2426
+ "tags": [
2427
+ "plugin:datadog-output-plugin",
2428
+ "level:debug"
2429
+ ],
2430
+ "logLevel": "debug",
2431
+ "total": 19
2432
+ },
2433
+ {
2434
+ "pluginName": "datadog-output-plugin",
2435
+ "label": "output logs.json",
2436
+ "spans": [
2437
+ {
2438
+ "start": 1761140769861,
2439
+ "tags": [
2440
+ "plugin:datadog-output-plugin"
2441
+ ],
2442
+ "end": 1761140769869
2443
+ }
2444
+ ],
2445
+ "tags": [
2446
+ "plugin:datadog-output-plugin",
2447
+ "level:debug"
2448
+ ],
2449
+ "logLevel": "debug",
2450
+ "total": 8
2451
+ },
2452
+ {
2453
+ "pluginName": "datadog-output-plugin",
2454
+ "label": "output timings.json",
2455
+ "spans": [
2456
+ {
2457
+ "start": 1761140769861,
2458
+ "tags": [
2459
+ "plugin:datadog-output-plugin"
2460
+ ]
2461
+ }
2462
+ ],
2463
+ "tags": [
2464
+ "plugin:datadog-output-plugin",
2465
+ "level:debug"
2466
+ ],
2467
+ "logLevel": "debug",
2468
+ "total": 0
2469
+ },
2470
+ {
2471
+ "pluginName": "datadog-output-plugin",
2472
+ "label": "output dependencies.json",
2473
+ "spans": [
2474
+ {
2475
+ "start": 1761140769861,
2476
+ "tags": [
2477
+ "plugin:datadog-output-plugin"
2478
+ ]
2479
+ }
2480
+ ],
2481
+ "tags": [
2482
+ "plugin:datadog-output-plugin",
2483
+ "level:debug"
2484
+ ],
2485
+ "logLevel": "debug",
2486
+ "total": 0
2487
+ },
2488
+ {
2489
+ "pluginName": "datadog-output-plugin",
2490
+ "label": "output errors.json",
2491
+ "spans": [
2492
+ {
2493
+ "start": 1761140769862,
2494
+ "tags": [
2495
+ "plugin:datadog-output-plugin"
2496
+ ],
2497
+ "end": 1761140769873
2498
+ }
2499
+ ],
2500
+ "tags": [
2501
+ "plugin:datadog-output-plugin",
2502
+ "level:debug"
2503
+ ],
2504
+ "logLevel": "debug",
2505
+ "total": 11
2506
+ },
2507
+ {
2508
+ "pluginName": "datadog-output-plugin",
2509
+ "label": "output warnings.json",
2510
+ "spans": [
2511
+ {
2512
+ "start": 1761140769862,
2513
+ "tags": [
2514
+ "plugin:datadog-output-plugin"
2515
+ ],
2516
+ "end": 1761140769872
2517
+ }
2518
+ ],
2519
+ "tags": [
2520
+ "plugin:datadog-output-plugin",
2521
+ "level:debug"
2522
+ ],
2523
+ "logLevel": "debug",
2524
+ "total": 10
2525
+ },
2526
+ {
2527
+ "pluginName": "datadog-custom-hooks-plugin",
2528
+ "label": "execution | syncTrueEnd",
2529
+ "spans": [
2530
+ {
2531
+ "start": 1761140769862,
2532
+ "tags": [
2533
+ "plugin:datadog-custom-hooks-plugin"
2534
+ ],
2535
+ "end": 1761140769863
2536
+ }
2537
+ ],
2538
+ "tags": [
2539
+ "type:custom-hook",
2540
+ "hook:syncTrueEnd",
2541
+ "plugin:datadog-custom-hooks-plugin",
2542
+ "level:debug"
2543
+ ],
2544
+ "logLevel": "debug",
2545
+ "total": 1
2546
+ },
2547
+ {
2548
+ "pluginName": "datadog-custom-hooks-plugin",
2549
+ "label": "execution | asyncTrueEnd",
2550
+ "spans": [
2551
+ {
2552
+ "start": 1761140769862,
2553
+ "tags": [
2554
+ "plugin:datadog-custom-hooks-plugin"
2555
+ ]
2556
+ }
2557
+ ],
2558
+ "tags": [
2559
+ "type:custom-hook",
2560
+ "hook:asyncTrueEnd",
2561
+ "plugin:datadog-custom-hooks-plugin",
2562
+ "level:debug"
2563
+ ],
2564
+ "logLevel": "debug",
2565
+ "total": 0
2566
+ },
2567
+ {
2568
+ "pluginName": "datadog-output-plugin",
2569
+ "label": "output bundler.json",
2570
+ "spans": [
2571
+ {
2572
+ "start": 1761140769862,
2573
+ "tags": [
2574
+ "plugin:datadog-output-plugin"
2575
+ ]
2576
+ }
2577
+ ],
2578
+ "tags": [
2579
+ "plugin:datadog-output-plugin",
2580
+ "level:debug"
2581
+ ],
2582
+ "logLevel": "debug",
2583
+ "total": 0
2584
+ }
2585
+ ]