fullstorydev / fullstory-browser-sdk

Official FullStory SDK for JavaScript, for web browsers
MIT License
55 stars 17 forks source link

Support loading fs-debug.js script when debug mode is requested #150

Closed luser closed 2 years ago

luser commented 2 years ago

The method for enabling debug mode for fs.js has changed, it now involves loading the fs-debug.js script instead of fs.js. #149 is updating the vendored snippet in this repo to a version with those changes, so we should fix the SDK to load the debug script when debug == true is provided.