Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Add Remix 3 browser SDK with a bundled client entry

Abierto
#24,665 1 comentario 0 reacciones 1 asignado Ver en GitHub

@chargome ya está trabajando en esto.

Desde el 23/9/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

Remix

Add the browser side, built on @sentry/browser. There is no React in Remix 3, so nothing from @sentry/react applies.

  • Init plus pageload and navigation tracing driven by the Navigation API. Remix 3 never touches History, so the default browser tracing integration would emit nothing.
  • Capture component render errors from the event target run() returns. The runtime does not rethrow them, so window.onerror cannot see them.
  • Ship the diagnostics_channel shim as its own module. It has to stay a separate file because the browser code transform imports it by URL.
  • Export a curated named list instead of export * from '@sentry/browser', and bundle the client entry into a single tree shaken file.
  • Add the size limit budget in the same pull request.

Remix 3 has no bundler, so an unbundled client costs 255 modules and 364 KB gzipped. Bundled it is 2 modules and about 53 KB, against a 54 KB budget for the equivalent browser SDK. The wildcard re-export is what makes tree shaking impossible, and anyone adding one back silently returns us to 364 KB. The budget is the only thing that catches that, which is why it cannot wait for a later pull request.

Done when pageload, navigation and client error e2e tests pass, and the size limit budget is enforced in CI.

Lenguaje dominante
TypeScript
Estrellas
8.7k
Forks
1.9k
Merge medio
1 d 16 h
PR fusionados (30 d)
576

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de getsentry/sentry-javascript

Todos los issues de getsentry/sentry-javascript

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.