Skip to content

Commit 61212d8

Browse files
committed
Add hardcoded sentry values
1 parent 844c3b6 commit 61212d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint src/**/*.{ts,tsx}",
1010
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
1111
"test": "jest --passWithNoTests",
12-
"sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist"
12+
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org street-support-network --project streetsupport-platform-api ./dist && sentry-cli sourcemaps upload --org street-support-network --project streetsupport-platform-api ./dist"
1313
},
1414
"dependencies": {
1515
"@azure/storage-blob": "^12.28.0",

0 commit comments

Comments
 (0)