Values.UserDetailsSourceA structure that contains information about the user session that this batch of events was collected from.
type nonrec t = {userId : UserDetailsUserIdString.t option;The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.
*)sessionId : UserDetailsSessionIdString.t option;The session ID that the performance events are from.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of UserDetailsUserIdString.t ]) list ]