You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the nvmrc file to set a compatible node version.
nvm use
Install dependencies
npm install
Create a VUEJS Sentry project and configure Sentry with your PUBLIC_DSN_KEY in App.vue
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
Enter your Sentry organization slug in the SENTRY_ORG line of your Makefile,
then add the name of SENTRY_PROJECT
Make sure that your Github repo is integrated into your Sentry organization.