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,
|
||||
renderer,
|
||||
referrer: document.referrer,
|
||||
connection: (navigator as any)?.connection.effectiveType,
|
||||
devicePixelRatio: window.devicePixelRatio,
|
||||
connection: (navigator as any)?.connection?.effectiveType,
|
||||
devicePixelRatio: devicePixelRatio,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue