We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cfa8e commit 912bcf4Copy full SHA for 912bcf4
src/analytics/guaService.ts
@@ -11,6 +11,7 @@ export class GUAService {
11
constructor(trackingId: string, baseInfo: IAnalyticsBaseInfo) {
12
const proxy = process.env.HTTP_PROXY || process.env.HTTPS_PROXY;
13
const requestOptions = proxy ? { proxy } : {};
14
+
15
this._visitor = ua(trackingId, baseInfo.clientId, { requestOptions, strictCidFormat: false });
16
this._getBasePayload = () => {
17
return {
0 commit comments