notify honeybadger of js error when it occurs selecting a theme template (#6832) [deploy]
This commit is contained in:
parent
88aa28eedf
commit
7724500bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,6 @@
|
|||
document.getElementsByTagName('head')[0].appendChild(link);
|
||||
}
|
||||
} catch(e) {
|
||||
console.log(e)
|
||||
Honeybadger.notify(e);
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue