aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/analytics.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentify typofragosti2018-07-131-3/+3
|
* Make Analytics API non-asyncfragosti2018-07-131-26/+21
|
* Add no-floating-promises ignore commentsfragosti2018-07-121-0/+1
|
* Integrate heap analyticsfragosti2018-07-121-20/+36
|
* Replace calls to google analytics with calls to heapfragosti2018-07-121-18/+62
|
* Remove dep on Web3 in Website. Introduced InjectedWeb3 type.Fabio Berger2018-07-041-5/+6
|
* Add missing type definitionsLeonid Logvinov2018-05-141-3/+3
|
* Refactor Analytics so that calls to ReactGA are all in a single module, ↵Fabio Berger2018-03-101-0/+26
combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync