fullstory-browser-sdk
fullstory-browser-sdk copied to clipboard
Init failing with package ("^1.7.0") but succeeds with html snippet
I have a brand new fullstory account/orgId and I setup the npm package in a react app, but I can't get any sessions.
I log the ready callback and the sessionUrl is an empty string.
I also see
But if a plug the html snippet into
, same orgId etc-- it works.My Fullstory.init is simple: orgId, debug: true
Hi @acomito thanks for using our browser SDK!
I looked into this and was able to reproduce by adding a '
character to the end of my orgId
parameter like this: FullStory.init({ orgId: "o-12345-na1'", debug: true }, (url) => {});
Which renders console output like this:
Is it possible that you have a typo?