Skip to content

Commit 2eb5868

Browse files
committed
Updates posthog initialization with default date
Incorporates a default value for the date in the posthog initialization. This change enhances the analytics integration by setting a specific defaults parameter, allowing for more consistent data handling.
1 parent a079139 commit 2eb5868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/astro/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Example:
5656
}),
5757
(e.__SV = 1));
5858
})(document, window.posthog || []);
59-
posthog.init('${projectApiKey}', { api_host: '${host}' });
59+
posthog.init('${projectApiKey}', { api_host: '${host}', defaults: '2025-05-24' });
6060
</script>
6161
--------------------------------------------------
6262

0 commit comments

Comments
 (0)