fullstory-browser-sdk icon indicating copy to clipboard operation
fullstory-browser-sdk copied to clipboard

Official FullStory SDK for JavaScript, for web browsers

Results 26 fullstory-browser-sdk issues
Sort by recently updated
recently updated
newest added

Use a promise-based contract to let integrators know when FullStory is fully bootstrapped: `FullStory.isReady().then(() => {});` or ``` await FullStory.isReady(); // do more things ``` OR use a callback interface...

enhancement

All API functions have a third (undocumented) `source` parameter. - Add this parameter to all function invocations - Make the value configurable but default to something like `browser-sdk`

chore

I just noticed that @jhump made a JavaScript-SDK-contributors team some time ago: https://github.com/orgs/fullstorydev/teams/js-sdk-contributors It would be great if this team could be assigned to the auto-generated snippet PR, rather than...

chore

Per this KB article: https://help.fullstory.com/hc/en-us/articles/360020622854-Can-I-use-Content-Security-Policy-CSP-with-FullStory- There is a window["_fs_csp"] global variable that will load integrations in a separate script tag. Make this a config option passed into the `init` function.

enhancement

While in devMode, it would be useful to see the arguments passed to the SDK methods when they are invoked. Currently, the only thing that gets logged is the name...

enhancement