🔊(front) setup posthog

Setup posthog and create a feedback button that is displayed
if a posthog survey id is provided through envvars
This commit is contained in:
jbpenrath
2025-07-16 22:22:25 +02:00
committed by Jean-Baptiste PENRATH
parent 7bd5a42e38
commit 0c79a169aa
20 changed files with 270 additions and 40 deletions
+6 -1
View File
@@ -158,6 +158,11 @@
"nullable": true,
"readOnly": true
},
"POSTHOG_SURVEY_ID": {
"type": "string",
"nullable": true,
"readOnly": true
},
"LANGUAGES": {
"type": "array",
"items": {
@@ -174,7 +179,7 @@
"ENVIRONMENT",
"POSTHOG_KEY",
"POSTHOG_HOST",
"LANGUAGES",
"POSTHOG_SURVEY_IDLANGUAGES",
"LANGUAGE_CODE"
]
}