Patrick@FullStory
Patrick@FullStory
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...
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`
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...
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.