Closed as not planned
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? If you use the CDN bundles, please specify the exact bundle (e.g. bundle.tracing.min.js
) in your SDK setup.
@sentry/nextjs
SDK Version
7.45
Framework Version
18.2.0
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Create a page in next v13 with appDir
- Enable ISR by setting up generateStaticParams function
Expected Result
The page works as expected.
Actual Result
headers() is used which by default fallbacks page to dynamic SSR.