browser-sdk

Home > @datadog/browser-rum > CommonProperties > session

CommonProperties.session property

Session properties

Signature:

readonly session: {
 readonly id: string;
 readonly type: 'user' | 'synthetics' | 'ci_test';
 readonly has_replay?: boolean;
 [k: string]: unknown;
 };