Skip to content

fix: stop uploading Sentry sourcemaps after builds - #1445

Open
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:fix/remove-sentry-postbuild
Open

fix: stop uploading Sentry sourcemaps after builds#1445
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:fix/remove-sentry-postbuild

Conversation

@abhinavkr26104

@abhinavkr26104 abhinavkr26104 commented Aug 8, 2026

Copy link
Copy Markdown

Closes #1444

Summary

  • remove the root postbuild hook that automatically ran Sentry sourcemap publishing
  • keep bun run build limited to turbo run build
  • retain bun run sentry:sourcemaps as an explicit release-only command

Why

Ordinary local and CI builds should not require Sentry credentials or attempt release creation/sourcemap uploads.

Validation

  • verified package.json parses successfully
  • verified the diff has no whitespace errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(build): do not run Sentry release upload as a root postbuild hook

1 participant