Skip to content

Commit

Permalink
chore: do not send initial analytics event
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 4, 2022
1 parent a2c9ac6 commit a986d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/playwright-analytics-integration/src/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default (function () {
if (!ExecutionEnvironment.canUseDOM) {
return null;
}
sendAnalyticsEvent();
return {
onRouteUpdate() {
sendAnalyticsEvent();
Expand Down

0 comments on commit a986d28

Please sign in to comment.