We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bcff8 commit 1c1ad8dCopy full SHA for 1c1ad8d
pages/tools/lib/postAnalytics.ts
@@ -27,7 +27,6 @@ export async function postAnalytics({
27
eventPayload,
28
}: AnalyticsParams) {
29
try {
30
-
31
if (process.env.NODE_ENV !== 'production') {
32
console.log('Analytics event is disabled in development mode.');
33
return;
0 commit comments