Home > @snowplow/browser-tracker > discardBrace
Strip braces from URL
Signature:
declare function discardBrace(enable: boolean, trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| enable | boolean | Whther to enable stripping of braces |
| trackers | Array<string> | The tracker identifiers which will be configured |
Returns:
void