sdk: remove screen view on init
This commit is contained in:
@@ -72,7 +72,6 @@ export class MixanWeb extends Mixan {
|
|||||||
...this.properties(),
|
...this.properties(),
|
||||||
...(properties ?? {}),
|
...(properties ?? {}),
|
||||||
});
|
});
|
||||||
this.screenView();
|
|
||||||
|
|
||||||
window.addEventListener('beforeunload', () => {
|
window.addEventListener('beforeunload', () => {
|
||||||
this.flush();
|
this.flush();
|
||||||
|
|||||||
Reference in New Issue
Block a user