chore: capture() names

This commit is contained in:
amhsirak
2025-12-12 02:19:59 +05:30
parent 2632944ef0
commit d8de5031d3

View File

@@ -584,7 +584,7 @@ router.post('/recordings/llm', requireSignIn, async (req: AuthenticatedRequest,
}); });
logger.log('info', `LLM robot created with id: ${newRobot.id}`); 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, robot_meta: newRobot.recording_meta,
recording: newRobot.recording, recording: newRobot.recording,
llm_provider: llmProvider || 'ollama', llm_provider: llmProvider || 'ollama',