Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 648 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 648 Bytes

Angular + Sentry

Installation

https://docs.sentry.io/platforms/javascript/angular/

Deploying

nvm use

npm install

npm install -g @sentry/cli

The following command is defined in package.json and will build, create release, upload source maps and deploy:

npm run deploy

note: predeploy runs as part of deploy where create_env is used

note: a .env file must be made in order to store the relative variable value provided by the Sentry CLI

Error Monitoring

Alt Text

Performance Monitoring

Alt Text