-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
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
10.8.0
Framework Version
Next 15.5.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Create a Next.js app with
pnpm create next-app@latest my-app
- Add Sentry using the wizard (
pnpx @sentry/wizard@latest -i nextjs --saas --org YOUR_ORG_HERE --project YOUR_PROJECT_HERE
) - Run with
pnpm run dev
, navigate to/sentry-example-page
, and click the button
Expected Result
SentryExampleFrontendError
and SentryExampleFrontendError
issues are created in Sentry
Actual Result
Only the SentryExampleFrontendError
issue is created. The SentryExampleFrontendError
error is not reported to Sentry.
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner