Home > @datadog/browser-rum > CommonProperties > session
Session properties
Signature:
readonly session: { readonly id: string; readonly type: 'user' | 'synthetics' | 'ci_test'; readonly has_replay?: boolean; [k: string]: unknown; };