Skip to content

sentryadam0000345/vue-js

 
 

Repository files navigation

sentry-demos/vue-js

Project setup

  1. Use the nvmrc file to set a compatible node version.
nvm use
  1. Install dependencies
npm install
  1. Create a VUEJS Sentry project and configure Sentry with your PUBLIC_DSN_KEY in App.vue
  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. Enter your Sentry organization slug in the SENTRY_ORG line of your Makefile, then add the name of SENTRY_PROJECT
  4. Make sure that your Github repo is integrated into your Sentry organization.
$ npm run deploy

Alt Text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.6%
  • Vue 24.4%
  • Makefile 4.6%
  • JavaScript 1.4%