Skip to content

feat: enable server-side source maps in prod - #91

Merged
vreshch merged 1 commit into
masterfrom
feature/source-maps
Aug 13, 2026
Merged

feat: enable server-side source maps in prod#91
vreshch merged 1 commit into
masterfrom
feature/source-maps

Conversation

@vreshch

@vreshch vreshch commented Aug 13, 2026

Copy link
Copy Markdown
Member

Server-side source maps so prod stack traces resolve to src instead of the minified bundle.

  • experimental.serverSourceMaps: true (Next 16.3, option present in config-schema)
  • NODE_OPTIONS=--enable-source-maps in the runtime image

Client maps (productionBrowserSourceMaps) intentionally untouched.

Verified: npm run verify green; standalone smoke boots, / and /health 200; route-level .js.map present in .next/standalone.

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

CI - Verify PASSED

Commit: e44b43ab7ee631fe784d522884630fbf762345ba · Branch: feature/source-maps

  • ✅ Type check
  • ✅ Lint
  • ✅ Format check
  • ✅ Unit tests
  • ✅ Build
  • ✅ Landing e2e

🔗 View workflow run

@vreshch
vreshch marked this pull request as ready for review August 13, 2026 10:15
@vreshch
vreshch merged commit 2c0ea5f into master Aug 13, 2026
1 check passed
@vreshch
vreshch deleted the feature/source-maps branch August 13, 2026 10:15
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.

1 participant