-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
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
7.69.0
Framework Version
13.4.4
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- In
next.config.js
setbasePath: '/some/path'
, and usewithSentryConfig
as normal - Trigger some client-side error in dev mode
Expected Result
The error metadata should be fetched correctly.
Actual Result
Sentry tries to fetch /__nextjs_original-stack-frame
instead of /some/path/__nextjs_original-stack-frame
, causing a 404 error.
ItayTur
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
Type
Projects
Status
No status