File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/no-modal/src/connectors
wallet-connect-v2-connector Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class MetaMaskConnector extends BaseEvmConnector<void> {
191191 // track connection events
192192 if ( shouldTrack ) {
193193 this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_STARTED , eventData ) ;
194- this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_COMPLETED , {
194+ this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_FAILED , {
195195 ...eventData ,
196196 ...getErrorAnalyticsProperties ( error ) ,
197197 duration : Date . now ( ) - startTime ,
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ class WalletConnectV2Connector extends BaseConnector<void> {
215215 // track connection events
216216 if ( shouldTrack ) {
217217 this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_STARTED , eventData ) ;
218- this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_COMPLETED , {
218+ this . analytics ?. track ( ANALYTICS_EVENTS . CONNECTION_FAILED , {
219219 ...eventData ,
220220 ...getErrorAnalyticsProperties ( error ) ,
221221 duration : Date . now ( ) - startTime ,
You can’t perform that action at this time.
0 commit comments