This commit is contained in:
Philipinho
2025-07-03 04:12:24 -07:00
parent 5364702b69
commit 81ffa6f459
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ if (isCloud() && isPostHogEnabled) {
api_host: getPostHogHost(),
defaults: "2025-05-24",
disable_session_recording: true,
capture_pageleave: false,
});
}