Ensure we send limited but important email editor information to mixpanel

We are limiting the amount of events information so as not to go over mixpanel monthly quota

MAILPOET-6365
This commit is contained in:
Oluwaseun Olorunsola
2025-01-07 14:08:58 +01:00
committed by Oluwaseun Olorunsola
parent d0326c4416
commit 2e207efce1
2 changed files with 27 additions and 3 deletions

View File

@ -14,7 +14,7 @@ const PersonalizationTagsModal = ( {
isOpened,
closeCallback,
canInsertLink = false,
openedBy = '',
openedBy = '',
} ) => {
const [ activeCategory, setActiveCategory ] = useState( null );
const [ searchQuery, setSearchQuery ] = useState( '' );