Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8.40.0
Framework Version
React 19.0.0-rc-66855b96-20241106 & Next.js 15.0.3
Link to Sentry event
https://nekoyasan.sentry.io/issues/6082760807/events/a7a626e05026406bb3d13a68e8270c92/
Reproduction Example/SDK Setup
Reproduction Example: https://github.com/NEKOYASAN/next-sentry-redirect-minimum-repro
Reproduction Steps (From completely empty)
pnpm create next-app
npx @sentry/wizard@latest -i nextjs --saas
- add Server Action & Components (redirect function in Server Action)
Steps to Reproduce
pnpm run build
pnpm run start
- Click
Redirect to example page
Button - Redirects normally to
/example
(butNEXT_REDIRECT
Error is reported to Sentry)
Expected Result
Maybe NEXT_REDIRECT should not be reported to Sentry.
Actual Result
Server Action reports NEXT_REDIRECT
as Unhandled Error.
but it does not seem to be reported in page.tsx
, so there seems to be no problem.
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner