Home > @snowplow/browser-tracker > clearGlobalContexts
Clear all global contexts that are sent with events
Signature:
declare function clearGlobalContexts(trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| trackers | Array<string> | The tracker identifiers which the global contexts will be cleared from |
Returns:
void