Skip to content

Commit 8aa7969

Browse files
committed
set debug logging to false
1 parent 075132d commit 8aa7969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/analytics/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88

99
import { dd } from './datadog';
1010

11-
const DEBUG_ANALYTICS = true;
11+
const DEBUG_ANALYTICS = false;
1212

1313
export const identify = (property: AnalyticsUserProperty) => {
1414
const propertyTypeToLog = AnalyticsUserPropertyLoggableTypes[property.type];

0 commit comments

Comments
 (0)