Skip to content

Instantly share code, notes, and snippets.

@DRBragg
Created December 16, 2020 21:48
Show Gist options
  • Save DRBragg/1f1e17c3704914a9de1148db87fda1f1 to your computer and use it in GitHub Desktop.
Save DRBragg/1f1e17c3704914a9de1148db87fda1f1 to your computer and use it in GitHub Desktop.
Add Sentry tracking to an app
  • From the projects route click on 'Create Project'
  • Select the proper platform from the provided list
    • Vue for VAP frontends
    • Rails for VAP APIs
  • Under 'Set your default alert settings' select 'Alert me on every new issue'
  • Name the project something unquie like the instance short name + frontend or api. eg: PSC would be PSC-frontend & PSC-api.
  • Click 'Create Project'

You can ignore most of the next screen as each app already has sentry configured. What you need to grab is the DSN from the configuration instructions and feed it to your instance via the proper ENV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment