Skip to content

Commit

Permalink
Update chat analytics in Plausible (#1136)
Browse files Browse the repository at this point in the history
* Update chat client analytics

* send analytics in conversation

* send analytics in conversation
  • Loading branch information
atavism authored Jul 30, 2024
1 parent 82b8613 commit 9e32fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/messaging/conversation/conversation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ class ConversationState extends State<Conversation>
replyToId: replyToId,
replyToSenderId: replyToSenderId,
);
await sessionModel.trackUserAction('User sent message via Lantern Chat', '/message');
newMessage.clear();
setState(() {
recording = null;
Expand Down

0 comments on commit 9e32fc6

Please sign in to comment.