You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there @wkrause13! Thanks for getting a ticket in with FullStory Support about this and sorry we hadn't seen this issue posted here. (We've added something on our end to notify us if new issues are added so we won't miss any new issues in the future. 🙂)
Just following up with the answer we shared in that ticket, in case other folks find this issue and are curious about the answer.
However, we released 2.0.0 version of the browser SDK which added support for asset uploading, so we would recommend you update to version 2.0.0 and add the configuration in your FS initialization as the assetMapId (see here).
Alternatively, if you're not looking to update to version 2.0.0, you should be able to set the global variable before you initialize FullStory as shown here:
The documentation for uploading assets says to use setVars as follows:
However, this results in the following typescript error:
Argument of type '"document"' is not assignable to parameter of type '"page"'.ts
Is the documentation correct and should setVars support more values other than "page", or does the documentation need updating?
This was observed in version
1.7.1
of the browser sdk.The text was updated successfully, but these errors were encountered: