When fetching data from dashboard CSV or API, I see some mistake on Cursor Analytics data, the “Chat Accepted Lines Added” is larger than “Chat Suggested Lines Added”. This is not logical because what developer accepts just comes from what Cursor suggests.
Steps to Reproduce
Go to Dashboard
Select 30-days data
Download CSV
Check the sum of “Chat Suggested Lines Added” and “Chat Accepted Lines Added”
sum of “Chat Suggested Lines Added” < sum of “Chat Accepted Lines Added” (NG)
Expected Behavior
Sum of “Chat Suggested Lines Added” should be less than sum of “Chat Accepted Lines Added”