Skip to content

Commit 2b94e53

Browse files
authored
analytics enabled by default (#72)
1 parent 287f57a commit 2b94e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/analytics.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const ANALYTICS_SESSION_ID_LOCAL_STORAGE_KEY =
2222
"base44_analytics_session_id";
2323

2424
const defaultConfiguration: AnalyticsModuleOptions = {
25-
// default to disabled //
26-
enabled: false,
25+
// default to enabled //
26+
enabled: true,
2727
maxQueueSize: 1000,
2828
throttleTime: 1000,
2929
batchSize: 30,

0 commit comments

Comments
 (0)