Page MenuHomePhabricator

[Cashtab] Upgrade react-ga implementation
ClosedPublic

Authored by bytesofman on Feb 8 2024, 14:27.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC65cf0ff4c5e3: [Cashtab] Upgrade react-ga implementation
Summary

The current implementation is based off legacy react (componentDidMount etc) and also uses legacy routing. Will not work with react-router-dom v6.

Simplify and use latest version of react-ga.

Test Plan

Check dev console at https://cashtab-local-dev.netlify.app/#/wallet

I've added logging statements to this deployment

Confirm you see GA initialized on load and logging... as routes change.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

remove unrelated format changes

bytesofman published this revision for review.Feb 8 2024, 14:37
This revision is now accepted and ready to land.Feb 9 2024, 07:49