PR: https://github.com/UnlyEd/next-right-now/pull/370/files
http://localhost:8888/api/status

This is the expected behavior and that's what happens when not using @sentry/nextjs OR when using withNextPluginPreval as top-level wrapper.
module.exports = withNextPluginPreval(withSentryConfig(...
http://localhost:8888/api/status

This is what happens when using module.exports = withSentryConfig(withNextPluginPreval(...
I'm not sure what's going wrong, but it drove me crazy for an hour.
Since @sentry/nextjs explicitly stated to wrap all webpack config, I assumed it would be safe and didn't notice the regression right away.