notify honeybadger of js error when it occurs selecting a theme template (#6832) [deploy]

This commit is contained in:
Molly Struve 2020-03-25 09:28:42 -05:00 committed by GitHub
parent 88aa28eedf
commit 7724500bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@
document.getElementsByTagName('head')[0].appendChild(link);
}
} catch(e) {
console.log(e)
Honeybadger.notify(e);
}
</script>