Skip to content

Commit

Permalink
remove sentry config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed May 8, 2023
1 parent e7b4826 commit 87b474a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .example.sentryclirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[auth]
token=<YOUR_TOKEN>

[defaults]
org=sharplab
project=javascript-angular
6 changes: 0 additions & 6 deletions .sentryclirc

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
"test": "ng test",
"lint": "ng lint",
"deploy": "cd dist && scp -r . [email protected]:/home/nick/tmp-frontend",
"build-deploy": "npm run build && npm run sentry:generate-sourcemaps && npm run sentry:upload-sourcemaps && npm run deploy",
"build-deploy": "npm run build && npm run sentry:generate-sourcemaps && npm run sentry:upload-sourcemaps && npm run remove-maps && npm run deploy",
"lint-fix": "ng lint --fix=true",
"sentry:generate-sourcemaps": "sentry-cli sourcemaps inject ./dist",
"sentry:upload-sourcemaps": "sentry-cli sourcemaps upload ./dist"
"sentry:upload-sourcemaps": "sentry-cli sourcemaps upload ./dist",
"remove-maps": "rm ./dist/*.map"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 87b474a

Please sign in to comment.