Add isLocation to ComposerEvent analytics events (#11187)

This commit is contained in:
Andy Balaam 2023-07-04 10:10:03 +01:00 committed by GitHub
parent 90b572f074
commit 54ffce9d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View file

@ -308,6 +308,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
PosthogAnalytics.instance.trackEvent<ComposerEvent>({
eventName: "Composer",
isEditing: true,
isLocation: false,
inThread: !!editedEvent?.getThread(),
isReply: !!editedEvent.replyEventId,
});