Skip to main content

browser-tracker.discardbrace

Home > @snowplow/browser-tracker > discardBrace

discardBrace() function

Strip braces from URL

Signature:
declare function discardBrace(enable: boolean, trackers?: Array<string>): void;

Parameters

ParameterTypeDescription
enablebooleanWhther to enable stripping of braces
trackersArray<string>The tracker identifiers which will be configured
Returns:

void