Uday Alla
Comments
-
Hi @jduds27 - have you completed the “Asset Uploading for WebViews” step mentioned here: https://help.fullstory.com/hc/en-us/articles/16924219219223-Getting-Started-with-Cordova-or-Capacitor-Data-C...
-
Hello @eyoung_ss ,If your application is built using Capacitor, there's no need to add the Cordova plugin(you can skip that step). Instead, you should follow the native Android and iOS integration ...
-
Hi Gareth Lloyd -what version of the iOS SDK are you on? With the release of SDK version 1.45 (our release notes), these warnings should have been significantly reduced.To give you some background...
-
Hi @jduds27 ,While I can't provide a definitive answer without seeing specific examples, it sounds like you might need to set up unmasking rules directly in fullstory for those particular views, es...
-
@eyoung_ss correct - You can achieve a similar outcome using @fullstory/browser as well.@fullstory/browser includes @fullstory/snippet as a dependency. However, since your setup requires only the s...
-
Hello @eyoung_ss ,Could you try a different approach - Please install the following package:npm i --dev @fullstory/snippet This package is available at npm: @fullstory/snippet.After installing, dec...
-
Hi @eyoung_ss:You can define the FS object in your environment like this:declare global { interface Window { FS: any; }}Once you’ve done that you should be able to call call FS.identify.
-
@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 Fu...
-
Hey @Visakh ! Thanks so much for reaching out and welcome to the Community! 😁This type of question would be best answered by our amazing support team directly, so I’ve gone ahead and created a tic...
-
Hi @Norbert @ServerCimen @Dan ,Exciting news! We've rolled out an update addressing the crash issue and the fix is in version 1.4.2 of our React Native plugin (https://www.npmjs.com/package/@fullst...