Created
October 24, 2018 15:32
-
-
Save kasunkv/c3b69e6cfd62e051a64229ce511ce6aa to your computer and use it in GitHub Desktop.
Import and Initialize Sentry
This file contains 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 * as sentry from '@sentry/node'; | |
sentry.init({ | |
dsn: 'https://[email protected]/1xxxxx1', | |
release: '1.0.1' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment