Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}, function(items : any) {
if (items.clarity.enabled) {
clarity.start({
showText: items.clarity.showText,
showLinks: items.clarity.showLinks,
showImages: items.clarity.showImages,
uploadHandler: upload,
instrument: true
});
}
});
}