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
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) => {});
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
The text was updated successfully, but these errors were encountered: