SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

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).
R
Ruslan Lesiutin committed
9abf6fa31cd7ff4c6e54de75950620e203c59ebf
Parent: 67cc9ba
Committed by GitHub <noreply@github.com> on 10/17/2023, 2:23:53 PM