File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const { Queue } = require('bullmq');
88const { getBullMQConnection, testRedisConnection } = require ( './redisConfig' ) ;
99const AnalysisWorker = require ( './analysisWorker' ) ;
1010const PotpieClient = require ( './potpieClient' ) ;
11- const { createTrace, flushLangfuse } = require ( './langfuseClient' ) ;
11+ const { createTrace, flushLangfuse, langfuseClient } = require ( './langfuseClient' ) ;
1212
1313// Prometheus metrics
1414const promClient = require ( 'prom-client' ) ;
@@ -618,6 +618,7 @@ async function startServer() {
618618 console . log ( `🔍 Analysis endpoint: http://localhost:${ PORT } /analyze` ) ;
619619 console . log ( `📈 Queue stats: http://localhost:${ PORT } /queue/stats` ) ;
620620 console . log ( `🔌 WebSocket endpoint: ws://localhost:${ PORT } /` ) ;
621+ console . log ( `📊 Langfuse tracing listening on ${ langfuseClient . baseUrl } ` )
621622
622623 if ( ! process . env . POTPIE_API_KEY ) {
623624 console . warn ( '⚠️ WARNING: POTPIE_API_KEY environment variable not set!' ) ;
You can’t perform that action at this time.
0 commit comments