Commit 3f67e92
fix(ios): print bundler output line-by-line on build failure (#5699)
When a JS syntax or import error causes the Metro bundler to fail,
the build output was printed as a single unreadable string, hiding
the actual error behind a generic Sentry source maps message.
Print the captured output line-by-line (consistent with the success
path) and before the Sentry guidance, so the real bundler error is
visible in Xcode's Issues navigator.
Fixes #5689
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cb7404a commit 3f67e92
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | | - | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments