Skip to content

Commit 4a9141b

Browse files
committed
quickfix: wrong sentry project references in sourcemaps scripts
1 parent ae2ca50 commit 4a9141b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tc": "tsc --noEmit",
1313
"test": "vitest --run",
1414
"test:watch": "vitest",
15-
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-llm-app ./dist"
15+
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-gateway ./dist"
1616
},
1717
"dependencies": {
1818
"@hono/node-server": "^1.13.2",

apps/workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint src/",
1212
"start": "node -r module-alias/register ./dist --env=production",
1313
"tc": "tsc --noEmit",
14-
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-llm-app ./dist"
14+
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-workers ./dist"
1515
},
1616
"dependencies": {
1717
"@bull-board/api": "^6.7.9",

0 commit comments

Comments
 (0)