mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Add analytics logging
This commit is contained in:
@ -74,6 +74,7 @@ class PRAgent:
|
||||
|
||||
action = action.lstrip("/").lower()
|
||||
with get_logger().contextualize(command=action):
|
||||
get_logger().info("PR-Agent request handler started", analytics=True)
|
||||
if action == "reflect_and_review":
|
||||
get_settings().pr_reviewer.ask_and_reflect = True
|
||||
if action == "answer":
|
||||
|
Reference in New Issue
Block a user