Fix insights bug
This commit is contained in:
parent
ee4fdadd76
commit
15b04cad2d
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ const startInsightsSession = async (): Promise<(data: any) => unknown> => {
|
||||||
vendor,
|
vendor,
|
||||||
renderer,
|
renderer,
|
||||||
referrer: document.referrer,
|
referrer: document.referrer,
|
||||||
connection: (navigator as any)?.connection.effectiveType,
|
connection: (navigator as any)?.connection?.effectiveType,
|
||||||
devicePixelRatio: window.devicePixelRatio,
|
devicePixelRatio: devicePixelRatio,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue