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 075132d commit 8aa7969Copy full SHA for 8aa7969
src/lib/analytics/analytics.ts
@@ -8,7 +8,7 @@ import {
8
9
import { dd } from './datadog';
10
11
-const DEBUG_ANALYTICS = true;
+const DEBUG_ANALYTICS = false;
12
13
export const identify = (property: AnalyticsUserProperty) => {
14
const propertyTypeToLog = AnalyticsUserPropertyLoggableTypes[property.type];
0 commit comments