We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5426 commit 14f0490Copy full SHA for 14f0490
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint src/**/*.{ts,tsx}",
10
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
11
"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"
+ "sentry:sourcemaps": "sentry-cli sourcemaps inject ./dist && sentry-cli sourcemaps upload ./dist"
13
},
14
"dependencies": {
15
"@azure/storage-blob": "^12.28.0",
0 commit comments