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
Parameter | Type | Description |
---|---|---|
enable | boolean | Whther to enable stripping of braces |
trackers | Array<string> | The tracker identifiers which will be configured |
void