Skip to content

Commit

Permalink
chore: added debug logging level to sentry-cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed May 10, 2024
1 parent 0a8fab6 commit e894df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cross-env NODE_ENV=development nodemon --watch src src/server.ts",
"build": "tsc -p tsconfig.json && npm run sentry:sourcemaps",
"postinstall": "npm link ../commons",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org datsmysong --project backend ./build && sentry-cli sourcemaps upload --org datsmysong --project backend ./build"
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org datsmysong --project backend ./build --log-level=debug && sentry-cli sourcemaps upload --org datsmysong --project backend ./build"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e894df3

Please sign in to comment.