mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-26 19:54:54 +02:00
🔊(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:
committed by
Jean-Baptiste PENRATH
parent
7bd5a42e38
commit
0c79a169aa
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user