-
Notifications
You must be signed in to change notification settings - Fork 595
Add new analytics events, introduce /vote endpoint #671
Conversation
|
When is the identify call made? Preferably should be done after GitHub login or on launch |
|
For upvote route we need query_id, but FE doesn't know it. It is not present in answer stream |
|
@anastasiya1155 The identify call is now made on first login. Do we want it to also occur on a specific route, for users which are already logged in? It should now include the parameters you noted, though Additionally:
The first message sent back from {
"thread_id": "...",
"query_id": "...",
}
Now, {"type":"positive"}{"type":"negative","feedback":"..."} |
|
I still don't see the 'identify' call in the analytics panel. Are you sure it is triggered in Tauri? As far as I remember login flow on the cloud and in Tauri differs. |
|
I don't see any events for repo indexed/removed in the analytics console. fyi the FE uses |
We should now track successful logins with
Deletions are now tracked via |
|
I don't see events for repo adding/removing in the analytics console |
These should now be addressed. |

No description provided.