CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 14:04:55 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/react-native-windows.git
etag: W/"5ab8259ae826eb66f372e85fd17a4d49"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=tOih3LUKOR%2BGrENps3cZ1WXlzKt9c%2FdtSnfQGVNjUdW48p42RS5joqZlaybDCuy08X4ttfki16xoIc%2Fb9o7pVRuAxwaDy0eiI%2BD%2F0RYYp7fwp0mmxaSbIb2UFX%2FZ%2B2rjoBNiZgq2%2BoXzk8b92cEPkLoBUTr4fqrd%2BaCEMKN%2BtGUnHD6d1B9rB3Apaxf4aNQPBRa6UYu1iOEhzZCxM4ZF0yd64bJFqU6bTBr1nhPlC7y4MQtI1XoNls512fI9NNBvl19NMVvw3GCaEWtOMyKOfQ%3D%3D--Iget0juiBQh40rKE--ufIpz7DhARj7KwUei1wsyA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.597196622.1753365894; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:04:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:04:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B7EA:C1F51:B4415:CC2D0:68823D86
[0.76] Enable telemetry collection (#14095) · microsoft/react-native-windows@cafab62 · GitHub
Copy file name to clipboard
Copy file name to clipboardExpand all lines: packages/@react-native-windows/telemetry/package.json
Copy file name to clipboardExpand all lines: packages/@react-native-windows/telemetry/src/e2etest/telemetry.test.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit cafab62
[0.76] Enable telemetry collection (#14095)
* [Telemetry] Migration from AppInsights to 1DS (#13493)
* Draft of telemetry refactoring
* Better draft, including most (if not all?) properties
* Various fixes, it now compiles
* Refactor, and temporary commenting tests
* All tests passing! But will need to clean up a few things
* Polished some code, re-enabled some errorUtils tests
* Change files
* Update yarn.lock
* Let yarn lint:fix cook
* Simplifying
* Nit: ordering
* Avoid unnecessary JSON work
* nit
* Mostly placing some common props into Part A ext, plus adding/removing props
* Distinguish between deviceClass and nodePlatform
* Nit
* [Telemetry] Enable data uploading (#14039)
* Set instrumentation key
* Change files
* Nit: Minor lint fix
* Change files
* update yarn
* yarn again
* lint:fix
---------
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>1 parent fe83c9f commit cafab62Copy full SHA for cafab62
File tree
Expand file treeCollapse file tree
10 files changed
+507
-577
lines changedFilter options
- change
- packages/@react-native-windows/telemetry
- src
- e2etest
- test
- utils
Expand file treeCollapse file tree
10 files changed
+507
-577
lines changedchange/@react-native-windows-telemetry-2dc2f58e-4343-45e6-a0cc-a955193e8882.json
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
packages/@react-native-windows/telemetry/package.json
Copy file name to clipboardExpand all lines: packages/@react-native-windows/telemetry/package.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 |
| - | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
packages/@react-native-windows/telemetry/src/e2etest/telemetry.test.ts
Copy file name to clipboardExpand all lines: packages/@react-native-windows/telemetry/src/e2etest/telemetry.test.ts+64-85Lines changed: 64 additions & 85 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 80 | + | |
| 81 | + | |
87 | 82 |
| |
88 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
89 | 86 |
| |
90 | 87 |
| |
91 | 88 |
| |
| |||
126 | 123 |
| |
127 | 124 |
| |
128 | 125 |
| |
129 |
| - | |
| 126 | + | |
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
133 | 130 |
| |
134 | 131 |
| |
135 |
| - | |
136 | 132 |
| |
137 | 133 |
| |
138 | 134 |
| |
| |||
345 | 341 |
| |
346 | 342 |
| |
347 | 343 |
| |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
355 | 348 |
| |
356 | 349 |
| |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
| 350 | + | |
363 | 351 |
| |
364 | 352 |
| |
365 | 353 |
| |
366 |
| - | |
| 354 | + | |
| 355 | + | |
367 | 356 |
| |
368 | 357 |
| |
369 |
| - | |
| 358 | + | |
370 | 359 |
| |
371 | 360 |
| |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 | 361 |
| |
377 | 362 |
| |
378 | 363 |
| |
379 | 364 |
| |
380 | 365 |
| |
381 |
| - | |
382 |
| - | |
383 |
| - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
384 | 369 |
| |
| 370 | + | |
| 371 | + | |
385 | 372 |
| |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
391 | 377 |
| |
392 |
| - | |
| 378 | + | |
393 | 379 |
| |
394 | 380 |
| |
395 | 381 |
| |
396 | 382 |
| |
397 | 383 |
| |
398 | 384 |
| |
399 |
| - | |
| 385 | + | |
400 | 386 |
| |
401 | 387 |
| |
402 | 388 |
| |
| |||
409 | 395 |
| |
410 | 396 |
| |
411 | 397 |
| |
412 |
| - | |
413 |
| - | |
414 |
| - | |
| 398 | + | |
| 399 | + | |
415 | 400 |
| |
416 | 401 |
| |
417 | 402 |
| |
418 | 403 |
| |
419 |
| - | |
| 404 | + | |
420 | 405 |
| |
421 | 406 |
| |
422 | 407 |
| |
| |||
428 | 413 |
| |
429 | 414 |
| |
430 | 415 |
| |
431 |
| - | |
| 416 | + | |
432 | 417 |
| |
433 | 418 |
| |
434 | 419 |
| |
| |||
445 | 430 |
| |
446 | 431 |
| |
447 | 432 |
| |
448 |
| - | |
| 433 | + | |
449 | 434 |
| |
450 | 435 |
| |
451 | 436 |
| |
| |||
474 | 459 |
| |
475 | 460 |
| |
476 | 461 |
| |
477 |
| - | |
| 462 | + | |
478 | 463 |
| |
479 | 464 |
| |
480 | 465 |
| |
| |||
503 | 488 |
| |
504 | 489 |
| |
505 | 490 |
| |
506 |
| - | |
| 491 | + | |
507 | 492 |
| |
508 | 493 |
| |
509 | 494 |
| |
| |||
533 | 518 |
| |
534 | 519 |
| |
535 | 520 |
| |
536 |
| - | |
| 521 | + | |
537 | 522 |
| |
538 | 523 |
| |
539 | 524 |
| |
| |||
559 | 544 |
| |
560 | 545 |
| |
561 | 546 |
| |
562 |
| - | |
| 547 | + | |
563 | 548 |
| |
564 | 549 |
| |
565 | 550 |
| |
| |||
585 | 570 |
| |
586 | 571 |
| |
587 | 572 |
| |
588 |
| - | |
| 573 | + | |
589 | 574 |
| |
590 | 575 |
| |
591 | 576 |
| |
| |||
614 | 599 |
| |
615 | 600 |
| |
616 | 601 |
| |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 |
| - | |
621 |
| - | |
622 |
| - | |
623 |
| - | |
| 602 | + | |
| 603 | + | |
624 | 604 |
| |
625 | 605 |
| |
626 | 606 |
| |
627 | 607 |
| |
628 |
| - | |
629 |
| - | |
630 |
| - | |
631 |
| - | |
632 |
| - | |
633 |
| - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
634 | 613 |
| |
635 |
| - | |
| 614 | + | |
636 | 615 |
| |
637 | 616 |
| |
638 | 617 |
| |
639 | 618 |
| |
640 | 619 |
| |
641 |
| - | |
| 620 | + | |
642 | 621 |
| |
643 | 622 |
| |
644 | 623 |
| |
645 | 624 |
| |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
650 | 629 |
| |
651 | 630 |
| |
652 |
| - | |
| 631 | + | |
653 | 632 |
| |
654 | 633 |
| |
655 |
| - | |
| 634 | + | |
656 | 635 |
| |
657 | 636 |
| |
658 | 637 |
| |
| |||
675 | 654 |
| |
676 | 655 |
| |
677 | 656 |
| |
678 |
| - | |
| 657 | + | |
679 | 658 |
| |
680 | 659 |
| |
681 | 660 |
| |
| |||
700 | 679 |
| |
701 | 680 |
| |
702 | 681 |
| |
703 |
| - | |
| 682 | + | |
704 | 683 |
| |
705 | 684 |
| |
706 | 685 |
| |
|
You can’t perform that action at this time.
0 commit comments