Skip to content

fix(tanstackstart-react): Add server-side replayIntegration no-op stub#21148

Draft
nicohrubec wants to merge 1 commit into
developfrom
fix/tanstack-start-replay-server-stub
Draft

fix(tanstackstart-react): Add server-side replayIntegration no-op stub#21148
nicohrubec wants to merge 1 commit into
developfrom
fix/tanstack-start-replay-server-stub

Conversation

@nicohrubec
Copy link
Copy Markdown
Member

@nicohrubec nicohrubec commented May 24, 2026

Using Sentry.replayIntegration() in shared client/server code (e.g. router.tsx) causes a build error because @sentry/node doesn't export it. Adds a no-op stub on the server side to get rid of the build error, same pattern as the existing tanstackRouterBrowserTracingIntegration stub.

Using `Sentry.replayIntegration()` in shared client/server code (like `router.tsx`) causes a build error because `@sentry/node` doesn't export it. Adds a no-op stub on the server side, same pattern as `tanstackRouterBrowserTracingIntegration`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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