From 11668e9baa0d15f947e03d50add7098b7c9e314f Mon Sep 17 00:00:00 2001 From: dashdashzako Date: Thu, 10 Oct 2019 16:50:23 +0200 Subject: [PATCH] Implement action monitoring --- public/index.html | 1 + src/actions/shared/remote-loader.ts | 8 +----- src/components/app/StoreWrapper.tsx | 6 +++-- src/middleware/analytics.ts | 42 +++++++++++++++++++++++++++++ src/types.ts | 7 +++++ src/utils/user.ts | 16 +++++++++++ 6 files changed, 71 insertions(+), 9 deletions(-) create mode 100644 src/middleware/analytics.ts create mode 100644 src/utils/user.ts diff --git a/public/index.html b/public/index.html index 18456ef..dd25754 100644 --- a/public/index.html +++ b/public/index.html @@ -36,6 +36,7 @@