Conversation
Split the handleError snippet into two tabs and add the missing @sentry/vite-plugin install, both of which broke the build. Document a working Remix on Cloudflare Workers setup, drop the v10-only --require start command, and update the Cloudflare Vite plugin page to the shipped top-level options. Refs SDK-1512
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Master moved the Cloudflare Vite plugin page to install/vite-plugin.mdx and restructured the guide around the Vite setup. Port the v11 option changes onto the new page and the rewritten quick start, and drop the deleted features/vite-plugin.mdx.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the Remix manual setup and the Remix on Cloudflare page for v11. The handleError and Vite snippets no longer break the build, the Cloudflare branch now documents a working Workers setup (
withSentry+instrumentBuild,handleErrorfrom@sentry/remix/cloudflare,sentryCloudflareVitePlugin), and v10-only bits like--requireare gone.It also updates the Cloudflare Vite plugin page to the shipped top-level
buildTimeInstrumentationandautoInstrumentationoptions, and adds a request isolation warning forwrapRequestHandlerto both Hydrogen pages.Closes https://linear.app/getsentry/issue/SDK-1512/remix-getting-started-manual-setup