Skip to content

Commit 3eb87f7

Browse files
dhananjay6561slayerjainclaude
authored
Fix/analytics review comments (#808)
* fix: update analytics script configuration Add updated analytics script to improve site usage tracking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: add defer to telemetry script for consistent loading behavior --------- Signed-off-by: Dhananjay Aggarwal <133662894+dhananjay6561@users.noreply.github.com> Co-authored-by: Shubham Jain <shubhamkjain@outlook.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c69827d commit 3eb87f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ module.exports = {
382382
{
383383
src: "https://telemetry.keploy.io/sessions/sdk.js",
384384
async: true,
385+
defer: true,
385386
"data-endpoint": "https://telemetry.keploy.io/sessions/collect",
386387
"data-source": "docs",
387388
},

0 commit comments

Comments
 (0)