try fix bugs

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-28 21:24:29 +01:00
parent 888ede680e
commit 93cf5dbc0a
4 changed files with 11 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ export async function createSessionEnd(
...sessionStart,
properties: {
...sessionStart.properties,
_bounce: screenViews.length <= 1,
__bounce: screenViews.length <= 1,
},
name: 'session_end',
duration: sessionDuration,