Skip to content

Instantly share code, notes, and snippets.

@nicgirault
Created December 16, 2017 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicgirault/0179c10d97774823ddde16d3534641c3 to your computer and use it in GitHub Desktop.
Save nicgirault/0179c10d97774823ddde16d3534641c3 to your computer and use it in GitHub Desktop.
import Raven from 'raven-js'
import config from './config'
if (config.RAVEN_ENDPOINT) {
Raven.config(config.RAVEN_ENDPOINT, {release: process.env.REACT_APP_RELEASE}).install()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment