2017-07-29 21:36:46 +00:00
|
|
|
{{#if sentryKey}}
|
|
|
|
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
2017-07-30 22:54:28 +00:00
|
|
|
Raven.config('{{{sentryKey}}}', {
|
|
|
|
whitelistUrls: [/https:\/\/(.*\.)?regexper\.com/]
|
|
|
|
}).install()
|
2017-07-29 21:36:46 +00:00
|
|
|
</script>
|
|
|
|
{{/if}}
|