src/module-elasticsuite-tracker/etc/frontend/di.xml
<?xml version="1.0"?>
<!--
/**
* Smile_ElasticsuiteTracker dependency injection configuration.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
* versions in the future.
*
* @category Smile
* @package Smile\ElasticsuiteTracker
* @author Pierre LE MAGUER <pierre.lemaguer@smile.fr>
* @copyright 2021 Smile
* @license Open Software License ("OSL") v. 3.0
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Customer\CustomerData\Customer">
<plugin name="addCustomerInfoForTracking" type="Smile\ElasticsuiteTracker\Plugin\CustomerData\CustomerPlugin" sortOrder="1" />
</type>
</config>