Skip to content

Instantly share code, notes, and snippets.

@srdjanRakic
Created August 25, 2018 17:31
Show Gist options
  • Save srdjanRakic/1539e1d780e16364e6a013e21c9a8564 to your computer and use it in GitHub Desktop.
Save srdjanRakic/1539e1d780e16364e6a013e21c9a8564 to your computer and use it in GitHub Desktop.
Sentry Prod. Config
<% if (process.env.NODE_ENV == 'production') { %>
<script src="https://cdn.ravenjs.com/3.26.2/raven.min.js" crossorigin="anonymous"></script>
<script>Raven.config('https://ba44729431a044d6915d8012e94d8a56@sentry.io/1230983', {
environment: "%NODE_ENV%",
}).install();
</script>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment