chore: disable autocapture for posthog

pull/2014/head
Tienson Qin 2021-05-27 13:51:15 +08:00
parent 52dbf42c63
commit 245f7d510d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
(def config
{:api_host "https://app.posthog.com"
:persistence "localStorage"
:autocapture false
:disable_session_recording: true
:mask_all_text true
:mask_all_element_attributes true
:loaded (fn [_] (register))})