Skip to content

Commit 01678ec

Browse files
Merge staging into main. Update Sentry config.
Update Sentry config
2 parents 1bb814c + 14f0490 commit 01678ec

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 --org honeycombsoft-xl --project node-express ./dist && sentry-cli sourcemaps upload --org honeycombsoft-xl --project node-express ./dist"
12+
"sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist"
1313
},
1414
"dependencies": {
1515
"@azure/storage-blob": "^12.28.0",

0 commit comments

Comments
 (0)