sdk: remove screen view on init

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-01-12 15:44:03 +01:00
parent 5b5ad23f66
commit 1b10371940

View File

@@ -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();