fixed doc env vars + mongo v2 migration
This commit is contained in:
@@ -79,8 +79,8 @@ class PosthogService {
|
||||
'pageOpened',
|
||||
properties: {
|
||||
'page': page.name,
|
||||
if (path != null) 'path': path,
|
||||
if (uiSource != null) 'uiSource': uiSource,
|
||||
'path': ?path,
|
||||
'uiSource': ?uiSource,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user