browser-sdk

Home > @datadog/browser-rum > RumGlobal > setViewContextProperty

RumGlobal.setViewContextProperty property

Set View Context Property.

Enable to manually set a property of the context of the current view.

Signature:

setViewContextProperty: (key: string, value: any) => void;