Commit 26e2a44
committed
feat[react-devtools-extensions/logging]: initialize session id on the client for logging (#27517)
This code is executed once React DevTools panels are mounted, basically
when user opens browser's DevTools. Based on this fact, session in this
case is defined by browser's DevTools session, while they are open. A
session can involve debugging multiple React pages. `crypto.randomUUID`
is used to generate random user id.
Corresponding logger config changes -
[D50267871](https://www.internalfb.com/diff/D50267871).
DiffTrain build for commit 9abf6fa.1 parent 84de884 commit 26e2a44
7 files changed
Lines changed: 9 additions & 9 deletions
File tree
- compiled-rn/facebook-fbsource/xplat/js
- RKJSModules/vendor
- react-test-renderer/cjs
- react/cjs
- react-native-github/Libraries/Renderer
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24801 | 24801 | | |
24802 | 24802 | | |
24803 | 24803 | | |
24804 | | - | |
| 24804 | + | |
24805 | 24805 | | |
24806 | 24806 | | |
24807 | 24807 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8968 | 8968 | | |
8969 | 8969 | | |
8970 | 8970 | | |
8971 | | - | |
| 8971 | + | |
8972 | 8972 | | |
8973 | 8973 | | |
8974 | 8974 | | |
| |||
8999 | 8999 | | |
9000 | 9000 | | |
9001 | 9001 | | |
9002 | | - | |
| 9002 | + | |
9003 | 9003 | | |
9004 | 9004 | | |
9005 | 9005 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9394 | 9394 | | |
9395 | 9395 | | |
9396 | 9396 | | |
9397 | | - | |
| 9397 | + | |
9398 | 9398 | | |
9399 | 9399 | | |
9400 | 9400 | | |
| |||
9425 | 9425 | | |
9426 | 9426 | | |
9427 | 9427 | | |
9428 | | - | |
| 9428 | + | |
9429 | 9429 | | |
9430 | 9430 | | |
9431 | 9431 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
| 583 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments