We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd89409 commit 54a2e43Copy full SHA for 54a2e43
1 file changed
.github/workflows/ci.yml
@@ -126,6 +126,10 @@ jobs:
126
LANGFUSE_S3_MEDIA_UPLOAD_ENDPOINT=http://localhost:9090 \
127
LANGFUSE_INGESTION_QUEUE_DELAY_MS=10 \
128
LANGFUSE_INGESTION_CLICKHOUSE_WRITE_INTERVAL_MS=10 \
129
+ LANGFUSE_EXPERIMENT_INSERT_INTO_EVENTS_TABLE=true \
130
+ QUEUE_CONSUMER_EVENT_PROPAGATION_QUEUE_IS_ENABLED=true \
131
+ LANGFUSE_ENABLE_EVENTS_TABLE_V2_APIS=true \
132
+ LANGFUSE_ENABLE_EVENTS_TABLE_OBSERVATIONS=true \
133
docker compose up -d
134
135
echo "::endgroup::"
0 commit comments