@@ -90,6 +90,9 @@ services:
90
90
- LOG_POSTGRES_CONN_COUNTS=${LOG_POSTGRES_CONN_COUNTS:-}
91
91
- CELERY_BROKER_POOL_LIMIT=${CELERY_BROKER_POOL_LIMIT:-}
92
92
93
+ # Analytics Configs
94
+ - SENTRY_DSN=${SENTRY_DSN:-}
95
+
93
96
# Chat Configs
94
97
- HARD_DELETE_CHATS=${HARD_DELETE_CHATS:-}
95
98
@@ -197,6 +200,9 @@ services:
197
200
- LOG_DANSWER_MODEL_INTERACTIONS=${LOG_DANSWER_MODEL_INTERACTIONS:-}
198
201
- LOG_VESPA_TIMING_INFORMATION=${LOG_VESPA_TIMING_INFORMATION:-}
199
202
203
+ # Analytics Configs
204
+ - SENTRY_DSN=${SENTRY_DSN:-}
205
+
200
206
# Enterprise Edition stuff
201
207
- ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=${ENABLE_PAID_ENTERPRISE_EDITION_FEATURES:-false}
202
208
extra_hosts :
@@ -254,6 +260,9 @@ services:
254
260
- MIN_THREADS_ML_MODELS=${MIN_THREADS_ML_MODELS:-}
255
261
# Set to debug to get more fine-grained logs
256
262
- LOG_LEVEL=${LOG_LEVEL:-info}
263
+
264
+ # Analytics Configs
265
+ - SENTRY_DSN=${SENTRY_DSN:-}
257
266
volumes :
258
267
# Not necessary, this is just to reduce download time during startup
259
268
- model_cache_huggingface:/root/.cache/huggingface/
@@ -283,6 +292,9 @@ services:
283
292
# Set to debug to get more fine-grained logs
284
293
- LOG_LEVEL=${LOG_LEVEL:-info}
285
294
- CLIENT_EMBEDDING_TIMEOUT=${CLIENT_EMBEDDING_TIMEOUT:-}
295
+
296
+ # Analytics Configs
297
+ - SENTRY_DSN=${SENTRY_DSN:-}
286
298
volumes :
287
299
# Not necessary, this is just to reduce download time during startup
288
300
- indexing_huggingface_model_cache:/root/.cache/huggingface/
0 commit comments