browser-sdk

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

RumGlobal.setGlobalContextProperty property

Set or update a global context property, stored in @context.<key>

Signature:

setGlobalContextProperty: (key: any, value: any) => void;