Skip to content

Commit

Permalink
fix: add configure for app start and add end in updateConfigure method
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Feb 22, 2024
1 parent 38f112b commit 42a1a7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ ClickstreamAnalytics.updateConfigure({
isTrackClickEvents: false,
isTrackScrollEvents: false,
isTrackSearchEvents: false,
isTrackPageLoadEvents: false,
isTrackPageLoadEvents: false,
isTrackAppStartEvents: true,
isTrackAppStartEvents: true,
});
```

Expand Down

0 comments on commit 42a1a7e

Please sign in to comment.