session start event (#467)

This commit is contained in:
Gabriel Gordon-Hall
2025-08-13 17:51:56 +01:00
committed by GitHub
parent bbe2e61df1
commit e970a6eb75

View File

@@ -41,6 +41,9 @@ async fn main() -> Result<(), VibeKanbanError> {
deployment.update_sentry_scope().await?;
deployment.cleanup_orphan_executions().await?;
deployment.spawn_pr_monitor_service().await;
deployment
.track_if_analytics_allowed("session_start", serde_json::json!({}))
.await;
let app_router = routes::router(deployment);