Skip to content

Commit fbd06ce

Browse files
committed
Update analytics provider initialisation.
Signed-off-by: Heiko W. Rupp <[email protected]>
1 parent 98b02ac commit fbd06ce

File tree

8 files changed

+40
-437
lines changed

8 files changed

+40
-437
lines changed

.env.github.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
2424

2525
SLACK_WEBHOOK_URL=
2626

27-
# Analtyics setup
27+
# Analtyics setup vvv verbose is default
28+
# ANALYTICS_VERBOSE=true
29+
# ANALYTICS_PROVIDERS=Umami,Segment
30+
2831
# UMAMI_KEY: 'umami-key'
2932
# UMAMI_HOST_URL: 'http://umami-host:3000'
3033
# SEGMENT_KEY: 'segment-key'

.env.native.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
1717
# NEXT_PUBLIC_MODEL_SERVER_URL=http://x.x.x.x # Used for model chat evaluation vLLM instances. Currently, server side rendering is not supported so the client must have access to this address for model chat evaluation to function in the UI. Currently ports, 8000 & 8001 are hardcoded and why it is not an option to set.
1818

1919

20-
# Analtyics setup
20+
# Analtyics setup vvv verbose is default
21+
# ANALYTICS_VERBOSE=true
22+
# ANALYTICS_PROVIDERS=Umami,Segment
23+
2124
# UMAMI_KEY: 'umami-key'
2225
# UMAMI_HOST_URL: 'http://umami-host:3000'
2326
# SEGMENT_KEY: 'segment-key'

0 commit comments

Comments
 (0)