-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFlare pages with NextJS support (specifically RSCs) #11920
Comments
Hi, cloudflare pages are not supported by our official SDKs yet. You may want to look into https://github.com/robertcepa/toucan-js |
Oh I see. Since it's "just" NextJS I figured it just works. Actually the frontend and the app dir API routes already work perfectly fine, just RSCs don't it seems (and I haven't tested if server actions work). Anyway this issue might then be considered official CloudFlare Pages with NextJS request. 😅 And thanks for the pointer to toucan-js! |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Can we mark this as not stale please? (thanks @getsantry I guess) |
The issue won't close but unfortunately, there' no update for CloudFlare support from our end at the moment. |
Hey folks, I'll upgrade to the team plan if you add Cloudflare Pages support. Toucan source maps don't work for me robertcepa/toucan-js#236 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
@sentry/nextjs 7.113.0
Framework Version
@sentry/nextjs 7.113.0
Link to Sentry event
https://polar-lights.sentry.io/issues/5299066015/?project=4507178042589184&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=14d&stream_index=0
SDK Setup
Steps to Reproduce
I'm not really sure if it's related to CloudFlare pages, but it's where I can reproduce not being able to see any errors produced by RSCs. Anyway, I just have this simply test route in
app/sentry-example-page/page.tsx
:Expected Result
An error being reported in sentry.
Actual Result
No error is being reported in Sentry (except for a frontend error due to the error component being rendered, but the error info is missing here which is expected (see #9474)).
Interestingly, app router API routes are reported correctly, but RSC errors are not.
The text was updated successfully, but these errors were encountered: