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
+1 on this - we are also trying to integrate fullstory into the Chrome extension and were using the same approach by using a local version of the fs script. Full URLs would help us solve this.
Hello!
I'm integrating the
fullstory
for chrome extension.However, the chrome extension v3 do not allow remote script, so I copied the script into the project, and set the script as below:
But when I test it, it shows
I checked the source code and find the src url is created by simply combine
"https://"
and the customscript
text.Could you please allow set a full url for the script?
By the way, for the chrome extension v3, we need to bundle the script locally so it is good to have a npm package for it.
Thanks!
The text was updated successfully, but these errors were encountered: