Whitelisting regexper domain for sentry
This commit is contained in:
parent
a42ecb9c36
commit
c009f21191
@ -1,6 +1,8 @@
|
||||
{{#if sentryKey}}
|
||||
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>
|
||||
<script>
|
||||
Raven.config('{{{sentryKey}}}').install()
|
||||
Raven.config('{{{sentryKey}}}', {
|
||||
whitelistUrls: [/https:\/\/(.*\.)?regexper\.com/]
|
||||
}).install()
|
||||
</script>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user