@hellpig/anarchy-tracking 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/NOTICE.md +12 -0
  4. package/README.md +34 -0
  5. package/dist/anarchy-tracking/src/Constants/Masks.d.ts +1 -0
  6. package/dist/anarchy-tracking/src/Constants/index.d.ts +1 -0
  7. package/dist/anarchy-tracking/src/Models/TMetaData.d.ts +2 -0
  8. package/dist/anarchy-tracking/src/Models/TTrackingService.d.ts +6 -0
  9. package/dist/anarchy-tracking/src/Models/index.d.ts +2 -0
  10. package/dist/anarchy-tracking/src/Services/BrowserTrackingService.d.ts +4 -0
  11. package/dist/anarchy-tracking/src/Services/DesktopPreloadTrackingService.d.ts +3 -0
  12. package/dist/anarchy-tracking/src/Services/DesktopTrackingService.d.ts +4 -0
  13. package/dist/anarchy-tracking/src/Utils/DynamicDataUtils.d.ts +2 -0
  14. package/dist/anarchy-tracking/src/Utils/IntegrationsBrowser.d.ts +2 -0
  15. package/dist/anarchy-tracking/src/Utils/IntegrationsNode.d.ts +1 -0
  16. package/dist/anarchy-tracking/src/Utils/ScrubEvent.d.ts +2 -0
  17. package/dist/anarchy-tracking/src/Utils/ScrubsBrowser.d.ts +2 -0
  18. package/dist/anarchy-tracking/src/Utils/ScrubsDesktop.d.ts +2 -0
  19. package/dist/anarchy-tracking/src/Utils/browser.d.ts +2 -0
  20. package/dist/anarchy-tracking/src/Utils/desktop.d.ts +2 -0
  21. package/dist/anarchy-tracking/src/Utils/index.d.ts +2 -0
  22. package/dist/anarchy-tracking/src/browser.d.ts +2 -0
  23. package/dist/anarchy-tracking/src/desktop-preload.d.ts +2 -0
  24. package/dist/anarchy-tracking/src/desktop.d.ts +2 -0
  25. package/dist/anarchy-tracking/src/index.d.ts +3 -0
  26. package/dist/browser/index.es.js +2 -0
  27. package/dist/browser/index.es.js.map +1 -0
  28. package/dist/chunks/TrackingUtils.js +2 -0
  29. package/dist/chunks/TrackingUtils.js.map +1 -0
  30. package/dist/chunks/browser.js +2 -0
  31. package/dist/chunks/browser.js.map +1 -0
  32. package/dist/chunks/index.js +2 -0
  33. package/dist/chunks/index.js.map +1 -0
  34. package/dist/desktop/index.es.js +2 -0
  35. package/dist/desktop/index.es.js.map +1 -0
  36. package/dist/desktop-preload/index.es.js +2 -0
  37. package/dist/desktop-preload/index.es.js.map +1 -0
  38. package/dist/index/index.es.js +2 -0
  39. package/dist/index/index.es.js.map +1 -0
  40. package/legal/DISCLAIMER.md +47 -0
  41. package/legal/EULA.md +18 -0
  42. package/legal/NOTICE.md +1062 -0
  43. package/legal/PRIVACY.md +52 -0
  44. package/legal/SECURITY.md +49 -0
  45. package/legal/THIRD_PARTY_LICENSES.md +9584 -0
  46. package/package.json +100 -0
@@ -0,0 +1,1062 @@
1
+ # Third-Party Notices
2
+
3
+ ## Application: @hellpig/anarchy-tracking
4
+
5
+ This product includes third-party components. Their **licenses and attributions** are listed below.
6
+ For the **full license texts**, see `THIRD_PARTY_LICENSES.md`.
7
+
8
+ Components listed: 90
9
+
10
+ ## 1) Mandatory Attributions (verbatim)
11
+
12
+ The following notices are reproduced as provided by the respective licensors (e.g., **Apache-2.0 NOTICE**, **CC-BY credits**, **font attributions**):
13
+
14
+ ## @opentelemetry/api@1.9.0
15
+
16
+ **License(s):** Apache-2.0
17
+
18
+ **Repository:** open-telemetry/opentelemetry-js
19
+
20
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/api
21
+
22
+ **Attribution:** copyright notice that is included in or attached to the work
23
+
24
+ ---
25
+
26
+ ## @opentelemetry/api-logs@0.204.0
27
+
28
+ **License(s):** Apache-2.0
29
+
30
+ **Repository:** open-telemetry/opentelemetry-js
31
+
32
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-logs
33
+
34
+ **Attribution:** copyright notice that is included in or attached to the work
35
+
36
+ ---
37
+
38
+ ## @opentelemetry/api-logs@0.57.2
39
+
40
+ **License(s):** Apache-2.0
41
+
42
+ **Repository:** open-telemetry/opentelemetry-js
43
+
44
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-logs
45
+
46
+ **Attribution:** copyright notice that is included in or attached to the work
47
+
48
+ ---
49
+
50
+ ## @opentelemetry/context-async-hooks@2.2.0
51
+
52
+ **License(s):** Apache-2.0
53
+
54
+ **Repository:** open-telemetry/opentelemetry-js
55
+
56
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks
57
+
58
+ **Attribution:** copyright notice that is included in or attached to the work
59
+
60
+ ---
61
+
62
+ ## @opentelemetry/core@2.1.0
63
+
64
+ **License(s):** Apache-2.0
65
+
66
+ **Repository:** open-telemetry/opentelemetry-js
67
+
68
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core
69
+
70
+ **Attribution:** copyright notice that is included in or attached to the work
71
+
72
+ ---
73
+
74
+ ## @opentelemetry/core@2.2.0
75
+
76
+ **License(s):** Apache-2.0
77
+
78
+ **Repository:** open-telemetry/opentelemetry-js
79
+
80
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core
81
+
82
+ **Attribution:** copyright notice that is included in or attached to the work
83
+
84
+ ---
85
+
86
+ ## @opentelemetry/instrumentation@0.204.0
87
+
88
+ **License(s):** Apache-2.0
89
+
90
+ **Repository:** git+https://github.com/open-telemetry/opentelemetry-js.git
91
+
92
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation
93
+
94
+ **Attribution:** copyright notice that is included in or attached to the work
95
+
96
+ ---
97
+
98
+ ## @opentelemetry/instrumentation@0.57.2
99
+
100
+ **License(s):** Apache-2.0
101
+
102
+ **Repository:** git+https://github.com/open-telemetry/opentelemetry-js.git
103
+
104
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation
105
+
106
+ **Attribution:** copyright notice that is included in or attached to the work
107
+
108
+ ---
109
+
110
+ ## @opentelemetry/instrumentation-amqplib@0.51.0
111
+
112
+ **License(s):** Apache-2.0
113
+
114
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
115
+
116
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-amqplib#readme
117
+
118
+ **Attribution:** copyright notice that is included in or attached to the work
119
+
120
+ ---
121
+
122
+ ## @opentelemetry/instrumentation-connect@0.48.0
123
+
124
+ **License(s):** Apache-2.0
125
+
126
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
127
+
128
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-connect#readme
129
+
130
+ **Attribution:** copyright notice that is included in or attached to the work
131
+
132
+ ---
133
+
134
+ ## @opentelemetry/instrumentation-dataloader@0.22.0
135
+
136
+ **License(s):** Apache-2.0
137
+
138
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
139
+
140
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-dataloader#readme
141
+
142
+ **Attribution:** copyright notice that is included in or attached to the work
143
+
144
+ ---
145
+
146
+ ## @opentelemetry/instrumentation-express@0.53.0
147
+
148
+ **License(s):** Apache-2.0
149
+
150
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
151
+
152
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express#readme
153
+
154
+ **Attribution:** copyright notice that is included in or attached to the work
155
+
156
+ ---
157
+
158
+ ## @opentelemetry/instrumentation-fs@0.24.0
159
+
160
+ **License(s):** Apache-2.0
161
+
162
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
163
+
164
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs#readme
165
+
166
+ **Attribution:** copyright notice that is included in or attached to the work
167
+
168
+ ---
169
+
170
+ ## @opentelemetry/instrumentation-generic-pool@0.48.0
171
+
172
+ **License(s):** Apache-2.0
173
+
174
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
175
+
176
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-generic-pool#readme
177
+
178
+ **Attribution:** copyright notice that is included in or attached to the work
179
+
180
+ ---
181
+
182
+ ## @opentelemetry/instrumentation-graphql@0.52.0
183
+
184
+ **License(s):** Apache-2.0
185
+
186
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
187
+
188
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-graphql#readme
189
+
190
+ **Attribution:** copyright notice that is included in or attached to the work
191
+
192
+ ---
193
+
194
+ ## @opentelemetry/instrumentation-hapi@0.51.0
195
+
196
+ **License(s):** Apache-2.0
197
+
198
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
199
+
200
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-hapi#readme
201
+
202
+ **Attribution:** copyright notice that is included in or attached to the work
203
+
204
+ ---
205
+
206
+ ## @opentelemetry/instrumentation-http@0.204.0
207
+
208
+ **License(s):** Apache-2.0
209
+
210
+ **Repository:** open-telemetry/opentelemetry-js
211
+
212
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http
213
+
214
+ **Attribution:** copyright notice that is included in or attached to the work
215
+
216
+ ---
217
+
218
+ ## @opentelemetry/instrumentation-ioredis@0.52.0
219
+
220
+ **License(s):** Apache-2.0
221
+
222
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
223
+
224
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-ioredis#readme
225
+
226
+ **Attribution:** copyright notice that is included in or attached to the work
227
+
228
+ ---
229
+
230
+ ## @opentelemetry/instrumentation-kafkajs@0.14.0
231
+
232
+ **License(s):** Apache-2.0
233
+
234
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
235
+
236
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-kafkajs#readme
237
+
238
+ **Attribution:** copyright notice that is included in or attached to the work
239
+
240
+ ---
241
+
242
+ ## @opentelemetry/instrumentation-knex@0.49.0
243
+
244
+ **License(s):** Apache-2.0
245
+
246
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
247
+
248
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-knex#readme
249
+
250
+ **Attribution:** copyright notice that is included in or attached to the work
251
+
252
+ ---
253
+
254
+ ## @opentelemetry/instrumentation-koa@0.52.0
255
+
256
+ **License(s):** Apache-2.0
257
+
258
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
259
+
260
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-koa#readme
261
+
262
+ **Attribution:** copyright notice that is included in or attached to the work
263
+
264
+ ---
265
+
266
+ ## @opentelemetry/instrumentation-lru-memoizer@0.49.0
267
+
268
+ **License(s):** Apache-2.0
269
+
270
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
271
+
272
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-lru-memoizer#readme
273
+
274
+ **Attribution:** copyright notice that is included in or attached to the work
275
+
276
+ ---
277
+
278
+ ## @opentelemetry/instrumentation-mongodb@0.57.0
279
+
280
+ **License(s):** Apache-2.0
281
+
282
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
283
+
284
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongodb#readme
285
+
286
+ **Attribution:** copyright notice that is included in or attached to the work
287
+
288
+ ---
289
+
290
+ ## @opentelemetry/instrumentation-mongoose@0.51.0
291
+
292
+ **License(s):** Apache-2.0
293
+
294
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
295
+
296
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongoose#readme
297
+
298
+ **Attribution:** copyright notice that is included in or attached to the work
299
+
300
+ ---
301
+
302
+ ## @opentelemetry/instrumentation-mysql@0.50.0
303
+
304
+ **License(s):** Apache-2.0
305
+
306
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
307
+
308
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql#readme
309
+
310
+ **Attribution:** copyright notice that is included in or attached to the work
311
+
312
+ ---
313
+
314
+ ## @opentelemetry/instrumentation-mysql2@0.51.0
315
+
316
+ **License(s):** Apache-2.0
317
+
318
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
319
+
320
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql2#readme
321
+
322
+ **Attribution:** copyright notice that is included in or attached to the work
323
+
324
+ ---
325
+
326
+ ## @opentelemetry/instrumentation-pg@0.57.0
327
+
328
+ **License(s):** Apache-2.0
329
+
330
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
331
+
332
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme
333
+
334
+ **Attribution:** copyright notice that is included in or attached to the work
335
+
336
+ ---
337
+
338
+ ## @opentelemetry/instrumentation-redis@0.53.0
339
+
340
+ **License(s):** Apache-2.0
341
+
342
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
343
+
344
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-redis#readme
345
+
346
+ **Attribution:** copyright notice that is included in or attached to the work
347
+
348
+ ---
349
+
350
+ ## @opentelemetry/instrumentation-tedious@0.23.0
351
+
352
+ **License(s):** Apache-2.0
353
+
354
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
355
+
356
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-tedious#readme
357
+
358
+ **Attribution:** copyright notice that is included in or attached to the work
359
+
360
+ ---
361
+
362
+ ## @opentelemetry/instrumentation-undici@0.15.0
363
+
364
+ **License(s):** Apache-2.0
365
+
366
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
367
+
368
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-undici#readme
369
+
370
+ **Attribution:** copyright notice that is included in or attached to the work
371
+
372
+ ---
373
+
374
+ ## @opentelemetry/redis-common@0.38.2
375
+
376
+ **License(s):** Apache-2.0
377
+
378
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
379
+
380
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/redis-common#readme
381
+
382
+ **Attribution:** copyright notice that is included in or attached to the work
383
+
384
+ ---
385
+
386
+ ## @opentelemetry/resources@2.2.0
387
+
388
+ **License(s):** Apache-2.0
389
+
390
+ **Repository:** open-telemetry/opentelemetry-js
391
+
392
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources
393
+
394
+ **Attribution:** copyright notice that is included in or attached to the work
395
+
396
+ ---
397
+
398
+ ## @opentelemetry/sdk-trace-base@2.2.0
399
+
400
+ **License(s):** Apache-2.0
401
+
402
+ **Repository:** open-telemetry/opentelemetry-js
403
+
404
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base
405
+
406
+ **Attribution:** copyright notice that is included in or attached to the work
407
+
408
+ ---
409
+
410
+ ## @opentelemetry/semantic-conventions@1.38.0
411
+
412
+ **License(s):** Apache-2.0
413
+
414
+ **Repository:** open-telemetry/opentelemetry-js
415
+
416
+ **URL:** https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions
417
+
418
+ **Attribution:** copyright notice that is included in or attached to the work
419
+
420
+ ---
421
+
422
+ ## @opentelemetry/sql-common@0.41.2
423
+
424
+ **License(s):** Apache-2.0
425
+
426
+ **Repository:** https://github.com/open-telemetry/opentelemetry-js-contrib.git
427
+
428
+ **URL:** https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/sql-common#readme
429
+
430
+ **Attribution:** copyright notice that is included in or attached to the work
431
+
432
+ ---
433
+
434
+ ## @prisma/instrumentation@6.15.0
435
+
436
+ **License(s):** Apache-2.0
437
+
438
+ **Repository:** https://github.com/prisma/prisma.git
439
+
440
+ **URL:** https://www.prisma.io
441
+
442
+ **Attribution:** copyright notice that is included in or attached to the work
443
+
444
+ ---
445
+
446
+ ## @sentry-internal/browser-utils@10.17.0
447
+
448
+ **License(s):** MIT
449
+
450
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
451
+
452
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/browser-utils
453
+
454
+ **Attribution:** Copyright (c) 2020 Functional Software, Inc. dba Sentry
455
+
456
+ ---
457
+
458
+ ## @sentry-internal/browser-utils@10.21.0
459
+
460
+ **License(s):** MIT
461
+
462
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
463
+
464
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/browser-utils
465
+
466
+ **Attribution:** Copyright (c) 2020 Functional Software, Inc. dba Sentry
467
+
468
+ ---
469
+
470
+ ## @sentry-internal/feedback@10.17.0
471
+
472
+ **License(s):** MIT
473
+
474
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
475
+
476
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback
477
+
478
+ **Attribution:** Copyright (c) 2023 Functional Software, Inc. dba Sentry
479
+
480
+ ---
481
+
482
+ ## @sentry-internal/feedback@10.21.0
483
+
484
+ **License(s):** MIT
485
+
486
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
487
+
488
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback
489
+
490
+ **Attribution:** Copyright (c) 2023 Functional Software, Inc. dba Sentry
491
+
492
+ ---
493
+
494
+ ## @sentry-internal/replay@10.17.0
495
+
496
+ **License(s):** MIT
497
+
498
+ **Repository:** git+https://github.com/getsentry/sentry-javascript.git
499
+
500
+ **URL:** https://docs.sentry.io/platforms/javascript/session-replay/
501
+
502
+ **Attribution:** Copyright (c) 2022 Functional Software, Inc. dba Sentry
503
+
504
+ ---
505
+
506
+ ## @sentry-internal/replay@10.21.0
507
+
508
+ **License(s):** MIT
509
+
510
+ **Repository:** git+https://github.com/getsentry/sentry-javascript.git
511
+
512
+ **URL:** https://docs.sentry.io/platforms/javascript/session-replay/
513
+
514
+ **Attribution:** Copyright (c) 2022 Functional Software, Inc. dba Sentry
515
+
516
+ ---
517
+
518
+ ## @sentry-internal/replay-canvas@10.17.0
519
+
520
+ **License(s):** MIT
521
+
522
+ **Repository:** git+https://github.com/getsentry/sentry-javascript.git
523
+
524
+ **URL:** https://docs.sentry.io/platforms/javascript/session-replay/
525
+
526
+ **Attribution:** Copyright (c) 2024 Functional Software, Inc. dba Sentry
527
+
528
+ ---
529
+
530
+ ## @sentry-internal/replay-canvas@10.21.0
531
+
532
+ **License(s):** MIT
533
+
534
+ **Repository:** git+https://github.com/getsentry/sentry-javascript.git
535
+
536
+ **URL:** https://docs.sentry.io/platforms/javascript/session-replay/
537
+
538
+ **Attribution:** Copyright (c) 2024 Functional Software, Inc. dba Sentry
539
+
540
+ ---
541
+
542
+ ## @sentry/browser@10.17.0
543
+
544
+ **License(s):** MIT
545
+
546
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
547
+
548
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/browser
549
+
550
+ **Attribution:** Copyright (c) 2019 Functional Software, Inc. dba Sentry
551
+
552
+ ---
553
+
554
+ ## @sentry/browser@10.21.0
555
+
556
+ **License(s):** MIT
557
+
558
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
559
+
560
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/browser
561
+
562
+ **Attribution:** Copyright (c) 2019 Functional Software, Inc. dba Sentry
563
+
564
+ ---
565
+
566
+ ## @sentry/core@10.17.0
567
+
568
+ **License(s):** MIT
569
+
570
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
571
+
572
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/core
573
+
574
+ **Attribution:** Copyright (c) 2019 Functional Software, Inc. dba Sentry
575
+
576
+ ---
577
+
578
+ ## @sentry/core@10.21.0
579
+
580
+ **License(s):** MIT
581
+
582
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
583
+
584
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/core
585
+
586
+ **Attribution:** Copyright (c) 2019 Functional Software, Inc. dba Sentry
587
+
588
+ ---
589
+
590
+ ## @sentry/electron@7.2.0
591
+
592
+ **License(s):** MIT
593
+
594
+ **Repository:** https://github.com/getsentry/sentry-electron.git
595
+
596
+ **Attribution:** Copyright (c) 2018 Functional Software, Inc. dba Sentry
597
+
598
+ ---
599
+
600
+ ## @sentry/node@10.17.0
601
+
602
+ **License(s):** MIT
603
+
604
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
605
+
606
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/node
607
+
608
+ **Attribution:** Copyright (c) 2023 Functional Software, Inc. dba Sentry
609
+
610
+ ---
611
+
612
+ ## @sentry/node-core@10.17.0
613
+
614
+ **License(s):** MIT
615
+
616
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
617
+
618
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/node-core
619
+
620
+ **Attribution:** Copyright (c) 2025 Functional Software, Inc. dba Sentry
621
+
622
+ ---
623
+
624
+ ## @sentry/opentelemetry@10.17.0
625
+
626
+ **License(s):** MIT
627
+
628
+ **Repository:** git://github.com/getsentry/sentry-javascript.git
629
+
630
+ **URL:** https://github.com/getsentry/sentry-javascript/tree/master/packages/opentelemetry
631
+
632
+ **Attribution:** Copyright (c) 2023 Functional Software, Inc. dba Sentry
633
+
634
+ ---
635
+
636
+ ## @types/connect@3.4.38
637
+
638
+ **License(s):** MIT
639
+
640
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
641
+
642
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect
643
+
644
+ **Attribution:** Copyright (c) Microsoft Corporation.
645
+
646
+ ---
647
+
648
+ ## @types/mysql@2.15.27
649
+
650
+ **License(s):** MIT
651
+
652
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
653
+
654
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mysql
655
+
656
+ **Attribution:** Copyright (c) Microsoft Corporation.
657
+
658
+ ---
659
+
660
+ ## @types/node@24.10.1
661
+
662
+ **License(s):** MIT
663
+
664
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
665
+
666
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
667
+
668
+ **Attribution:** Copyright (c) Microsoft Corporation.
669
+
670
+ ---
671
+
672
+ ## @types/pg@8.15.5
673
+
674
+ **License(s):** MIT
675
+
676
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
677
+
678
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg
679
+
680
+ **Attribution:** Copyright (c) Microsoft Corporation.
681
+
682
+ ---
683
+
684
+ ## @types/pg-pool@2.0.6
685
+
686
+ **License(s):** MIT
687
+
688
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
689
+
690
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg-pool
691
+
692
+ **Attribution:** Copyright (c) Microsoft Corporation.
693
+
694
+ ---
695
+
696
+ ## @types/shimmer@1.2.0
697
+
698
+ **License(s):** MIT
699
+
700
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
701
+
702
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shimmer
703
+
704
+ **Attribution:** Copyright (c) Microsoft Corporation.
705
+
706
+ ---
707
+
708
+ ## @types/tedious@4.0.14
709
+
710
+ **License(s):** MIT
711
+
712
+ **Repository:** https://github.com/DefinitelyTyped/DefinitelyTyped.git
713
+
714
+ **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tedious
715
+
716
+ **Attribution:** Copyright (c) Microsoft Corporation.
717
+
718
+ ---
719
+
720
+ ## acorn@8.15.0
721
+
722
+ **License(s):** MIT
723
+
724
+ **Repository:** git+https://github.com/acornjs/acorn.git
725
+
726
+ **URL:** https://github.com/acornjs/acorn
727
+
728
+ **Attribution:** Copyright (C) 2012-2022 by various contributors (see AUTHORS)
729
+
730
+ ---
731
+
732
+ ## acorn-import-attributes@1.9.5
733
+
734
+ **License(s):** MIT
735
+
736
+ **Repository:** https://github.com/xtuc/acorn-import-attributes
737
+
738
+ **Attribution:** Copyright (c) 2023 Sven Sauleau
739
+
740
+ ---
741
+
742
+ ## Application:@hellpig/anarchy-tracking
743
+
744
+ **License(s):** UNKNOWN
745
+
746
+ ---
747
+
748
+ ## balanced-match@1.0.2
749
+
750
+ **License(s):** MIT
751
+
752
+ **Repository:** git://github.com/juliangruber/balanced-match.git
753
+
754
+ **URL:** https://github.com/juliangruber/balanced-match
755
+
756
+ **Attribution:** Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
757
+
758
+ ---
759
+
760
+ ## brace-expansion@2.0.2
761
+
762
+ **License(s):** MIT
763
+
764
+ **Repository:** git://github.com/juliangruber/brace-expansion.git
765
+
766
+ **URL:** https://github.com/juliangruber/brace-expansion
767
+
768
+ **Attribution:** Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
769
+
770
+ ---
771
+
772
+ ## cjs-module-lexer@1.4.3
773
+
774
+ **License(s):** MIT
775
+
776
+ **Repository:** git+https://github.com/nodejs/cjs-module-lexer.git
777
+
778
+ **URL:** https://github.com/nodejs/cjs-module-lexer#readme
779
+
780
+ **Attribution:** Copyright (C) 2018-2020 Guy Bedford
781
+
782
+ ---
783
+
784
+ ## debug@4.4.3
785
+
786
+ **License(s):** MIT
787
+
788
+ **Repository:** git://github.com/debug-js/debug.git
789
+
790
+ **Attribution:** Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
791
+
792
+ ---
793
+
794
+ ## dotenv@17.2.3
795
+
796
+ **License(s):** BSD-2-Clause
797
+
798
+ **Repository:** git://github.com/motdotla/dotenv.git
799
+
800
+ **URL:** https://github.com/motdotla/dotenv#readme
801
+
802
+ **Attribution:** Copyright (c) 2015, Scott Motte
803
+
804
+ ---
805
+
806
+ ## forwarded-parse@2.1.2
807
+
808
+ **License(s):** MIT
809
+
810
+ **Repository:** lpinca/forwarded-parse
811
+
812
+ **URL:** https://github.com/lpinca/forwarded-parse
813
+
814
+ **Attribution:** Copyright (c) 2015 Luigi Pinca
815
+
816
+ ---
817
+
818
+ ## function-bind@1.1.2
819
+
820
+ **License(s):** MIT
821
+
822
+ **Repository:** https://github.com/Raynos/function-bind.git
823
+
824
+ **URL:** https://github.com/Raynos/function-bind
825
+
826
+ **Attribution:** Copyright (c) 2013 Raynos.
827
+
828
+ ---
829
+
830
+ ## hasown@2.0.2
831
+
832
+ **License(s):** MIT
833
+
834
+ **Repository:** git+https://github.com/inspect-js/hasOwn.git
835
+
836
+ **URL:** https://github.com/inspect-js/hasOwn#readme
837
+
838
+ **Attribution:** Copyright (c) Jordan Harband and contributors
839
+
840
+ ---
841
+
842
+ ## import-in-the-middle@1.15.0
843
+
844
+ **License(s):** Apache-2.0
845
+
846
+ **Repository:** git+ssh://git@github.com/nodejs/import-in-the-middle.git
847
+
848
+ **URL:** https://github.com/nodejs/import-in-the-middle#readme
849
+
850
+ **Attribution:** copyright notice that is included in or attached to the work
851
+
852
+ ---
853
+
854
+ ## is-core-module@2.16.1
855
+
856
+ **License(s):** MIT
857
+
858
+ **Repository:** git+https://github.com/inspect-js/is-core-module.git
859
+
860
+ **URL:** https://github.com/inspect-js/is-core-module
861
+
862
+ **Attribution:** Copyright (c) 2014 Dave Justice
863
+
864
+ ---
865
+
866
+ ## minimatch@9.0.5
867
+
868
+ **License(s):** ISC
869
+
870
+ **Repository:** git://github.com/isaacs/minimatch.git
871
+
872
+ **Attribution:** Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
873
+
874
+ ---
875
+
876
+ ## module-details-from-path@1.0.4
877
+
878
+ **License(s):** MIT
879
+
880
+ **Repository:** git+https://github.com/watson/module-details-from-path.git
881
+
882
+ **URL:** https://github.com/watson/module-details-from-path#readme
883
+
884
+ **Attribution:** Copyright (c) 2016-2025 Thomas Watson Steen
885
+
886
+ ---
887
+
888
+ ## ms@2.1.3
889
+
890
+ **License(s):** MIT
891
+
892
+ **Repository:** vercel/ms
893
+
894
+ **Attribution:** Copyright (c) 2020 Vercel, Inc.
895
+
896
+ ---
897
+
898
+ ## path-parse@1.0.7
899
+
900
+ **License(s):** MIT
901
+
902
+ **Repository:** https://github.com/jbgutierrez/path-parse.git
903
+
904
+ **URL:** https://github.com/jbgutierrez/path-parse#readme
905
+
906
+ **Attribution:** Copyright (c) 2015 Javier Blanco
907
+
908
+ ---
909
+
910
+ ## pg-int8@1.0.1
911
+
912
+ **License(s):** ISC
913
+
914
+ **Repository:** https://github.com/charmander/pg-int8
915
+
916
+ **Attribution:** Copyright © 2017, Charmander <~@charmander.me>
917
+
918
+ ---
919
+
920
+ ## pg-protocol@1.10.3
921
+
922
+ **License(s):** MIT
923
+
924
+ **Repository:** git://github.com/brianc/node-postgres.git
925
+
926
+ **Attribution:** Copyright (c) 2010 - 2021 Brian Carlson
927
+
928
+ ---
929
+
930
+ ## pg-types@2.2.0
931
+
932
+ **License(s):** MIT
933
+
934
+ **Repository:** git://github.com/brianc/node-pg-types.git
935
+
936
+ **URL:** https://github.com/brianc/node-pg-types
937
+
938
+ **Attribution:** Brian M. Carlson
939
+
940
+ ---
941
+
942
+ ## postgres-array@2.0.0
943
+
944
+ **License(s):** MIT
945
+
946
+ **Repository:** bendrucker/postgres-array
947
+
948
+ **Attribution:** Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
949
+
950
+ ---
951
+
952
+ ## postgres-bytea@1.0.1
953
+
954
+ **License(s):** MIT
955
+
956
+ **Repository:** bendrucker/postgres-bytea
957
+
958
+ **Attribution:** Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
959
+
960
+ ---
961
+
962
+ ## postgres-date@1.0.7
963
+
964
+ **License(s):** MIT
965
+
966
+ **Repository:** bendrucker/postgres-date
967
+
968
+ **Attribution:** Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
969
+
970
+ ---
971
+
972
+ ## postgres-interval@1.2.0
973
+
974
+ **License(s):** MIT
975
+
976
+ **Repository:** bendrucker/postgres-interval
977
+
978
+ **Attribution:** Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)
979
+
980
+ ---
981
+
982
+ ## require-in-the-middle@7.5.2
983
+
984
+ **License(s):** MIT
985
+
986
+ **Repository:** git+https://github.com/nodejs/require-in-the-middle.git
987
+
988
+ **URL:** https://github.com/nodejs/require-in-the-middle#readme
989
+
990
+ **Attribution:** Copyright (c) 2016-2019, Thomas Watson Steen
991
+
992
+ ---
993
+
994
+ ## resolve@1.22.11
995
+
996
+ **License(s):** MIT
997
+
998
+ **Repository:** ssh://github.com/browserify/resolve.git
999
+
1000
+ **Attribution:** Copyright (c) 2012 James Halliday
1001
+
1002
+ ---
1003
+
1004
+ ## semver@7.7.3
1005
+
1006
+ **License(s):** ISC
1007
+
1008
+ **Repository:** git+https://github.com/npm/node-semver.git
1009
+
1010
+ **Attribution:** Copyright (c) Isaac Z. Schlueter and Contributors
1011
+
1012
+ ---
1013
+
1014
+ ## shimmer@1.2.1
1015
+
1016
+ **License(s):** BSD-2-Clause
1017
+
1018
+ **Repository:** https://github.com/othiym23/shimmer.git
1019
+
1020
+ **Attribution:** Copyright (c) 2013-2019, Forrest L Norvell
1021
+
1022
+ ---
1023
+
1024
+ ## supports-preserve-symlinks-flag@1.0.0
1025
+
1026
+ **License(s):** MIT
1027
+
1028
+ **Repository:** git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git
1029
+
1030
+ **URL:** https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme
1031
+
1032
+ **Attribution:** Copyright (c) 2022 Inspect JS
1033
+
1034
+ ---
1035
+
1036
+ ## undici-types@7.16.0
1037
+
1038
+ **License(s):** MIT
1039
+
1040
+ **Repository:** git+https://github.com/nodejs/undici.git
1041
+
1042
+ **URL:** https://undici.nodejs.org
1043
+
1044
+ **Attribution:** Copyright (c) Matteo Collina and Undici contributors
1045
+
1046
+ ---
1047
+
1048
+ ## xtend@4.0.2
1049
+
1050
+ **License(s):** MIT
1051
+
1052
+ **Repository:** git://github.com/Raynos/xtend.git
1053
+
1054
+ **URL:** https://github.com/Raynos/xtend
1055
+
1056
+ **Attribution:** Copyright (c) 2012-2014 Raynos.
1057
+
1058
+ ---
1059
+
1060
+ ## 2) General OSS Acknowledgment
1061
+
1062
+ This product incorporates open-source software. **If any term of this file or the EULA conflicts with an OSS license for a specific component, the OSS license controls for that component.**