Enoch Youn
Activity overview
Latest activity by Enoch Youn-
Enoch Youn created a post, Sending Firebase/GA Events to Fullstory
I’ve developed a hybrid mobile app using Ionic/Capacitor/ReactJS and have been using the Firebase SDK to send event, which are then sent to Google Analytics.Is there anyway to create an event pipel...
-
Enoch Youn commented, Couldn’t I do the same with the @fullstory/browser too?
-
Enoch Youn commented, Are you saying to replace the @fullstory/browser NPM package and let the SDK handle initializing it? This doesn’t seem to be compatible with TypeScript and linting and I lose intellisense. Any tho...
-
Enoch Youn commented, @eyoung_ss Could you please specify which version of the FullStory iOS and Android SDKs are integrated into your app? It's important to note that in version v1.43.0 , we improved support for the ...
-
Enoch Youn commented, Also, @megan ...your documentation mentions to install the cordova plugin using cordova cli:cordova plugin add @fullstory/cordova-plugin --variable FS_VERSION=1.38.0 --variable FS_ORG=<YOUR_ORG>How...
-
Enoch Youn commented, @megan, I’m trying to implement an Ionic Capacitor/ReactJS app. I’m having a little difficulty understanding how exactly to set it up.I managed to get the gradle instrumentation running during my a...
-
Enoch Youn commented, I unzipped the library in question and found a matching string in the values.xml because the vendor has large HTML formatted content blocks in their strings. Had vendor remove the offending CSS str...
-
Enoch Youn created a post, Adding Android SDK fails on app build
I have an Android app built using Ionic/Capacitor/ReactJS. When I add the FullStory Android SDK and enable the plugin in my file like this: apply plugin: 'fullstory'fullstory {org "[REDACTED]enable...