Skip to content

Commit

Permalink
Update AnalyticsGA4.ts
Browse files Browse the repository at this point in the history
turned off GA4 analytics debug mode
  • Loading branch information
insomnious committed May 10, 2023
1 parent 723863d commit 7e15686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/analytics/analytics/AnalyticsGA4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AnalyticsGA4 {
public user: string;
public key: { key: string, path: string };
public uuidV4: string;
isDebugMode: boolean = true;
isDebugMode: boolean = false;
ga4track;

constructor() {
Expand Down

0 comments on commit 7e15686

Please sign in to comment.