mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(analytics): update Umami website ID after database reset
The Umami database was re-initialized with empty website table. Created new ManaCore Web website in Umami and updated the ID in docker-compose and .env.development. Fixes stats.mana.how 400 errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6a75f3fca1
commit
f592464f61
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ STRIPE_PORTAL_CONFIG_ID=bpc_1T1PFdAZjQCYS0ZJEhF9ob7q
|
||||||
# All app modules are tracked under the unified ManaCore website ID.
|
# All app modules are tracked under the unified ManaCore website ID.
|
||||||
# Module segmentation happens via the `module` event property (see analytics.ts).
|
# Module segmentation happens via the `module` event property (see analytics.ts).
|
||||||
# Register new sites at https://stats.mana.how
|
# Register new sites at https://stats.mana.how
|
||||||
UMAMI_WEBSITE_ID_MANACORE=face76f4-2d3e-42be-b8c8-0ea03f33a462
|
UMAMI_WEBSITE_ID_MANACORE=32777167-e026-4618-933a-3429120b479b
|
||||||
|
|
||||||
# Landing Page Website IDs (separate Astro sites, each needs its own ID)
|
# Landing Page Website IDs (separate Astro sites, each needs its own ID)
|
||||||
UMAMI_WEBSITE_ID_CHAT_LANDING=a264b165-80d2-47ab-91f4-2efc01de0b66
|
UMAMI_WEBSITE_ID_CHAT_LANDING=a264b165-80d2-47ab-91f4-2efc01de0b66
|
||||||
|
|
|
||||||
|
|
@ -910,7 +910,7 @@ services:
|
||||||
PUBLIC_MANA_LLM_URL: http://mana-llm:3025
|
PUBLIC_MANA_LLM_URL: http://mana-llm:3025
|
||||||
PUBLIC_MANA_LLM_URL_CLIENT: https://llm.mana.how
|
PUBLIC_MANA_LLM_URL_CLIENT: https://llm.mana.how
|
||||||
# Analytics & Error Tracking
|
# Analytics & Error Tracking
|
||||||
PUBLIC_UMAMI_WEBSITE_ID: face76f4-2d3e-42be-b8c8-0ea03f33a462
|
PUBLIC_UMAMI_WEBSITE_ID: 32777167-e026-4618-933a-3429120b479b
|
||||||
PUBLIC_GLITCHTIP_DSN: ${GLITCHTIP_DSN_MANACORE_WEB:-}
|
PUBLIC_GLITCHTIP_DSN: ${GLITCHTIP_DSN_MANACORE_WEB:-}
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue