browser-sdk

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

CommonProperties.synthetics property

Synthetics properties

Signature:

readonly synthetics?: {
 readonly test_id: string;
 readonly result_id: string;
 readonly injected?: boolean;
 [k: string]: unknown;
 };