Skip to content

Fix show import handling and error reporting - #2276

Merged
wesbos merged 3 commits into
mainfrom
fix/show-import-handles
Sep 10, 2026
Merged

Fix show import handling and error reporting#2276
wesbos merged 3 commits into
mainfrom
fix/show-import-handles

Conversation

@wesbos

@wesbos wesbos commented Sep 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • accept unquoted or prefixed Twitter handles during show import and normalize them
  • support both Hosts and hosts front matter keys
  • report show import failures to Sentry with file context

Verification

  • git diff main...HEAD --check
  • pnpm check (existing Megaphone env typing errors remain)
  • parsed all 1,039 show markdown files successfully

@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
syntax-website Ready Ready Preview Sep 10, 2026 8:00pm UTC

Request Review

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Bundle Report

Changes will increase total bundle size by 813 bytes (0.01%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
website-client-esm 2.28MB 3 bytes (0.0%) ⬆️
website-server-esm 5.96MB 810 bytes (0.01%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: website-server-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
chunks/shows.js 809 bytes 3.48MB 0.02%
internal.js 1 bytes 17.65kB 0.01%

Files in chunks/shows.js:

  • ./src/server/shows.ts → Total Size: 6.88kB
view changes for bundle: website-client-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
_app/immutable/nodes/39.*.js (New) 39.15kB 39.15kB 100.0% 🚀
_app/immutable/nodes/3._26gifns.js (New) 33.9kB 33.9kB 100.0% 🚀
_app/immutable/chunks/entry.*.js 2 bytes 30.22kB 0.01%
_app/immutable/nodes/5.Br1st_C1.js (New) 10.93kB 10.93kB 100.0% 🚀
_app/immutable/nodes/10.*.js (New) 9.15kB 9.15kB 100.0% 🚀
_app/immutable/nodes/13.*.js (New) 8.27kB 8.27kB 100.0% 🚀
_app/immutable/chunks/UserSubmissionForm.BHhkmM_b.js (New) 7.45kB 7.45kB 100.0% 🚀
_app/immutable/chunks/ShowCard.*.js (New) 6.25kB 6.25kB 100.0% 🚀
_app/immutable/nodes/33.DgS_CPyS.js (New) 5.45kB 5.45kB 100.0% 🚀
_app/immutable/nodes/16.DwL_Qszz.js (New) 4.89kB 4.89kB 100.0% 🚀
_app/immutable/nodes/8._qO-iwji.js (New) 4.71kB 4.71kB 100.0% 🚀
_app/immutable/chunks/ShareActions.C_dFaxvq.js (New) 4.46kB 4.46kB 100.0% 🚀
_app/immutable/chunks/Header.*.js (New) 3.52kB 3.52kB 100.0% 🚀
_app/immutable/nodes/46.CC_829_w.js (New) 1.94kB 1.94kB 100.0% 🚀
_app/immutable/chunks/Input.mTEsnN_9.js (New) 1.36kB 1.36kB 100.0% 🚀
_app/immutable/chunks/PodcastLinks.D_o2VKoX.js (New) 1.2kB 1.2kB 100.0% 🚀
_app/immutable/nodes/29.*.js (New) 855 bytes 855 bytes 100.0% 🚀
_app/immutable/chunks/stores.*.js (New) 650 bytes 650 bytes 100.0% 🚀
_app/immutable/nodes/0.*.js (New) 641 bytes 641 bytes 100.0% 🚀
_app/immutable/nodes/39.CEmw4_F8.js (Deleted) -39.15kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/3.*.js (Deleted) -33.9kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/5.*.js (Deleted) -10.93kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/10.BgLupH_q.js (Deleted) -9.15kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/13.Bi9_f2Py.js (Deleted) -8.27kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/UserSubmissionForm.BP0-0_77.js (Deleted) -7.45kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/ShowCard.Dc_DbnDI.js (Deleted) -6.25kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/33.*.js (Deleted) -5.45kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/16.*.js (Deleted) -4.89kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/8.*.js (Deleted) -4.71kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/ShareActions.*.js (Deleted) -4.46kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/Header.DH_2AdGw.js (Deleted) -3.52kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/46.*.js (Deleted) -1.94kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/Input.*.js (Deleted) -1.36kB 0 bytes -100.0% 🗑️
_app/immutable/chunks/PodcastLinks.*.js (Deleted) -1.2kB 0 bytes -100.0% 🗑️
_app/immutable/nodes/29.DBeA_68g.js (Deleted) -855 bytes 0 bytes -100.0% 🗑️
_app/immutable/chunks/stores.DM_PZJml.js (Deleted) -650 bytes 0 bytes -100.0% 🗑️
_app/immutable/nodes/0.DAn_kk-v.js (Deleted) -641 bytes 0 bytes -100.0% 🗑️

@wesbos
wesbos merged commit 076c8be into main Sep 10, 2026
2 of 4 checks passed
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