1 | export declare const scrubTenantFromUri: (uri: string) => String;
|
2 | export declare const hashPersonalIdentifier: (valueToHash: string) => string;
|
3 | export declare const prependEventNamePrefix: (suffix: string) => string;
|
4 | export declare const supportsBrowserPerformance: () => boolean;
|
5 | export declare const endBrowserPerformanceMeasurement: (measureName: string, startMark: string, endMark: string) => void;
|
6 | export declare const startBrowserPerformanceMeasurement: (startMark: string) => void;
|