UNPKG

sherlock-segment

Version:
16 lines (10 loc) 230 B
/** * Heap. */ exports.name = 'Heap'; exports.script = /\.heapanalytics\.com\/(js\/heap-\d+\.js)/; exports.settings = function () { var appId = window.heap.appid; if (!appId) return false; return { appId: appId }; };