diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 7eb0dd79..4dea2c33 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -584,7 +584,7 @@ router.post('/recordings/llm', requireSignIn, async (req: AuthenticatedRequest, }); logger.log('info', `LLM robot created with id: ${newRobot.id}`); - capture('maxun-oss-robot-created', { + capture('maxun-oss-llm-robot-created', { robot_meta: newRobot.recording_meta, recording: newRobot.recording, llm_provider: llmProvider || 'ollama',