Skip to content

Commit 1cdfc69

Browse files
chore(pnpm): allow building @sentry/cli for sourcemap uploads (#6491)
- Add `@sentry/cli` to `onlyBuiltDependencies` in `pnpm-workspace.yaml` so its postinstall can run. - Ensures the Sentry Vite plugin can upload sourcemaps in cloud builds when Sentry env vars are configured. - No runtime code changes. Checks run locally before commit: - `pnpm lint:fix` ✓ - `pnpm typecheck` ✓ ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6491-chore-pnpm-allow-building-sentry-cli-for-sourcemap-uploads-29d6d73d365081bd8548c19ef48d4f61) by [Unito](https://www.unito.io)
1 parent d110886 commit 1cdfc69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ onlyBuiltDependencies:
112112
- '@playwright/browser-chromium'
113113
- '@playwright/browser-firefox'
114114
- '@playwright/browser-webkit'
115+
- '@sentry/cli'
115116
- '@tailwindcss/oxide'
116117
- esbuild
117118
- nx

0 commit comments

Comments
 (0)