UNPKG

sherlock-segment

Version:
16 lines (10 loc) 229 B
/** * FullStory. */ exports.name = 'FullStory'; exports.script = /https:\/\/www\.fullstory\.com\/s\/fs\.js/; exports.settings = function () { var org = window._fs_org; if (!org) return false; return { org: org }; };