Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 651 Bytes

File metadata and controls

24 lines (14 loc) · 651 Bytes

Home > @snowplow/browser-tracker > clearGlobalContexts

clearGlobalContexts() function

Clear all global contexts that are sent with events

Signature:

declare function clearGlobalContexts(trackers?: Array<string>): void;

Parameters

Parameter Type Description
trackers Array<string> The tracker identifiers which the global contexts will be cleared from

Returns:

void