Revert "Add isLocation to ComposerEvent analytics events" (#11190)
This reverts commit 739a0c7afbcc6ab8fb0dd0ed0c5faba45a51259c.
This commit is contained in:
parent
1a2d201863
commit
3ad9a8fe3b
3 changed files with 0 additions and 4 deletions
|
@ -308,7 +308,6 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
|
|||
PosthogAnalytics.instance.trackEvent<ComposerEvent>({
|
||||
eventName: "Composer",
|
||||
isEditing: true,
|
||||
isLocation: false,
|
||||
inThread: !!editedEvent?.getThread(),
|
||||
isReply: !!editedEvent.replyEventId,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue