browser-sdk

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

CommonProperties.device property

Device properties

Signature:

device?: {
 readonly type: 'mobile' | 'desktop' | 'tablet' | 'tv' | 'gaming_console' | 'bot' | 'other';
 readonly name?: string;
 readonly model?: string;
 readonly brand?: string;
 readonly architecture?: string;
 [k: string]: unknown;
 };