You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have the console recording plugin setup, and you do console.log(undefined), the emitted event has a payload with the value undefined instead of the string 'undefined'.
It seems like this is the only case where the payload isn't a string. For example, console.log(null) emits an event with the payload 'null'.