Skip to content

Commit

Permalink
fix: Fix a regression with Matomo (#4326)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Jul 17, 2023
1 parent 5a72a46 commit b8b0a8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/smooth_app/lib/helpers/analytics_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ class AnalyticsHelper {
_analyticsReporting = _AnalyticsTrackingMode.anonymous;
}

await MatomoTracker.instance.setOptOut(optOut: false);

if (MatomoTracker.instance.initialized) {
MatomoTracker.instance.setVisitorUserId(_uuid);
}
Expand Down

0 comments on commit b8b0a8f

Please sign in to comment.