The account_address parameter emitted as part of the 'GA4 event | wallet_connect' is sometimes just '' which breaks the integration in GA. This seems to happen when connecting to an account, reloading the page, and disconnecting from it. The parameter was introduced in https://github.com/pendulum-chain/vortex/pull/255.
TODO
Change the code so that the event is not emitted without that parameter.
Context
The
account_address
parameter emitted as part of the 'GA4 event | wallet_connect' is sometimes just''
which breaks the integration in GA. This seems to happen when connecting to an account, reloading the page, and disconnecting from it. The parameter was introduced in https://github.com/pendulum-chain/vortex/pull/255.TODO
Change the code so that the event is not emitted without that parameter.