@web3auth/modal 10.0.2 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,6 +138,9 @@ class Web3Auth extends noModal.Web3AuthNoModal {
|
|
|
138
138
|
super.initChainsConfig(projectConfig);
|
|
139
139
|
super.initCachedConnectorAndChainId();
|
|
140
140
|
super.initWalletServicesConfig(projectConfig);
|
|
141
|
+
this.analytics.setGlobalProperties({
|
|
142
|
+
team_id: projectConfig.teamId
|
|
143
|
+
});
|
|
141
144
|
trackData = this.getInitializationTrackData();
|
|
142
145
|
// init login modal
|
|
143
146
|
const {
|
|
@@ -141,6 +141,9 @@ class Web3Auth extends Web3AuthNoModal {
|
|
|
141
141
|
super.initChainsConfig(projectConfig);
|
|
142
142
|
super.initCachedConnectorAndChainId();
|
|
143
143
|
super.initWalletServicesConfig(projectConfig);
|
|
144
|
+
this.analytics.setGlobalProperties({
|
|
145
|
+
team_id: projectConfig.teamId
|
|
146
|
+
});
|
|
144
147
|
trackData = this.getInitializationTrackData();
|
|
145
148
|
|
|
146
149
|
// init login modal
|