Created
December 16, 2017 10:57
-
-
Save nicgirault/0179c10d97774823ddde16d3534641c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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