Show how Sentry works
- Import/Integrate
- Configuration
- Releases/Commits
- Install dependencies
npm install
- Configure Sentry with your
DSN_KEYin app.js - Remember to include your
SENTRY_AUTH_TOKEN; you'll need to generate one first from your Sentry server. After doing so, a cheap and easy way to use the token would be this:export SENTRY_AUTH_TOKEN=1010101011010101 - Make sure that your Github repo is integrated into your Sentry organization.
- Enter your Sentry organization slug in the
SENTRY_ORGline of your Makefile, then add the name ofSENTRY_PROJECT
$ npm run deploy
- Hit the various APIs via another demo (e.g. https://github.com/sentry-demos/react) or postman (e.g. localhost:3001/handled)
