Skip to content

DeadSuperHero/react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-demos/react

Goal/Summary:

Show how Sentry works

  • Import/Integrate
  • Configuration
  • Releases/SourceMaps

First-time Setup

  1. Install dependencies
npm install -g serve
npm install @sentry/cli
npm install
  1. Configure Raven with your PUBLIC_DSN_KEY in index.html
  2. 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
  3. Make sure that your Github repo is integrated into your Sentry organization.
  4. Enter your Sentry organization slug in the SENTRY_ORG line of your Makefile, then add the name of SENTRY_PROJECT
$ npm run deploy
  1. Go to http://localhost:5000 in your browser and begin throwing errors/events to Sentry!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • HTML 13.2%
  • CSS 6.8%
  • Makefile 4.4%