@base44/sdk 0.8.16 → 0.8.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,8 +6,8 @@ export const ANALYTICS_SESSION_DURATION_EVENT_NAME = "__session_duration_event__
|
|
|
6
6
|
export const ANALYTICS_CONFIG_ENABLE_URL_PARAM_KEY = "analytics-enable";
|
|
7
7
|
export const ANALYTICS_SESSION_ID_LOCAL_STORAGE_KEY = "base44_analytics_session_id";
|
|
8
8
|
const defaultConfiguration = {
|
|
9
|
-
// default to
|
|
10
|
-
enabled:
|
|
9
|
+
// default to enabled //
|
|
10
|
+
enabled: true,
|
|
11
11
|
maxQueueSize: 1000,
|
|
12
12
|
throttleTime: 1000,
|
|
13
13
|
batchSize: 30,
|