Prisma-care / mobile-app

Color your memories
https://prisma.care
101 stars 3 forks source link

Initial FullStory integration #168

Closed th0rgall closed 6 years ago

th0rgall commented 6 years ago

FullStory tracks user sessions. There does not seem to be a typed Ionic/Angular library available yet (unlike Mixpanel).

I added the original FullStory recording snippet in the index.html, so that it is present at every page.

In order to identify the user with its info, I added a modified version of the same snippet in the analytics provider. It checks whether the FullStory instance is already loaded into the window via index.html & uses it to access the identify function.

There's probably a better way to do it, but this seems to work.

Resolves #139.

th0rgall commented 6 years ago

Can someone check this? Otherwise merge conflicts keep coming up.