Skip to content

feat(javascript): Add interactive JavaScript v11 migration guide - #19076

Draft
msonnb wants to merge 2 commits into
masterfrom
ms/hackweek-js-v11-migration
Draft

feat(javascript): Add interactive JavaScript v11 migration guide#19076
msonnb wants to merge 2 commits into
masterfrom
ms/hackweek-js-v11-migration

Conversation

@msonnb

@msonnb msonnb commented Aug 19, 2026

Copy link
Copy Markdown
Member

Note

This is a hackweek project

DESCRIBE YOUR PR

Adds an interactive guide for the Sentry JavaScript SDK v10-to-v11 upgrade, rendered into every JavaScript platform and guide page via <MigrationGuide />.

  • 88 breaking changes as standalone MDX items in includes/migration/javascript-v11/, each tagged with the phase, severity, frameworks, platform category and features it applies to
  • A server component that drops items the current guide cannot use, and a client shell owning facet filtering, per-guide checklist state and the copy-for-agent prompt
  • Setup detection that reads facets and the SDK package off a pasted package.json or Sentry.init() block, and links readers to the right guide when they are on the wrong one
  • A frontmatter validator run by pnpm test, with pnpm migration-items for the breakdown by phase, severity and category

Adds the missing categories frontmatter to the Effect guide, without which the migration page showed browser-only items on a server-only SDK.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Adds an interactive guide for the Sentry JavaScript SDK v10-to-v11 upgrade,
rendered into every JavaScript platform and guide page via `<MigrationGuide />`.

- 88 breaking changes as standalone MDX items in
  `includes/migration/javascript-v11/`, each tagged with the phase, severity,
  frameworks, platform category and features it applies to
- A server component that drops items the current guide cannot use, and a
  client shell owning facet filtering, per-guide checklist state and the
  copy-for-agent prompt
- Setup detection that reads facets and the SDK package off a pasted
  `package.json` or `Sentry.init()` block, and links readers to the right guide
  when they are on the wrong one
- A frontmatter validator run by `pnpm test`, with `pnpm migration-items` for
  the breakdown by phase, severity and category
- Interactive chrome is excluded from the `.md` exports, so agents fetching a
  page get the guide without controls they cannot operate

Adds the missing `categories` frontmatter to the Effect guide, without which
the migration page showed browser-only items on a server-only SDK.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview Aug 19, 2026 9:00am
sentry-docs Ready Ready Preview Aug 19, 2026 9:00am

Request Review

@msonnb msonnb changed the title feat(migration): Add interactive JavaScript v11 migration guide feat(javascript): Add interactive JavaScript v11 migration guide Aug 19, 2026
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