You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("Do not track enabled, not tracking event");
37
+
// console.log("Do not track enabled, not tracking event");
38
38
return;
39
39
}
40
40
@@ -51,9 +51,9 @@ export async function trackEvent(
51
51
}
52
52
53
53
if(!isProduction()){
54
-
console.log(
55
-
"Simple Analytics is disabled by default in development and preview environments, enable it by setting ENABLE_ANALYTICS_IN_DEV=1 in your environment",
56
-
);
54
+
// console.log(
55
+
// "Simple Analytics is disabled by default in development and preview environments, enable it by setting ENABLE_ANALYTICS_IN_DEV=1 in your environment",
console.log("Do not track enabled, not tracking pageview");
112
+
// console.log("Do not track enabled, not tracking pageview");
113
113
return;
114
114
}
115
115
@@ -135,9 +135,9 @@ export async function trackPageview(options: TrackPageviewOptions) {
135
135
}
136
136
137
137
if(!isProduction()){
138
-
console.log(
139
-
"Simple Analytics is disabled by default in development and preview environments, enable it by setting ENABLE_ANALYTICS_IN_DEV=1 in your environment",
140
-
);
138
+
// console.log(
139
+
// "Simple Analytics is disabled by default in development and preview environments, enable it by setting ENABLE_ANALYTICS_IN_DEV=1 in your environment",
0 commit comments