You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My next.config.js looks like this and my files are .jsx
const{ withSentryConfig }=require('@sentry/nextjs');module.exports=withSentryConfig(module.exports,{// For all available options, see:// https://github.com/getsentry/sentry-webpack-plugin#options// Suppresses source map uploading logs during buildsilent: true,org: 'XXXXX-sas',project: 'XXXX',},{// For all available options, see:// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/// Upload a larger set of source maps for prettier stack traces (increases build time)widenClientFileUpload: true,// Automatically annotate React components to show their full name in breadcrumbs and session replayreactComponentAnnotation: {enabled: true,},// Transpiles SDK to be compatible with IE11 (increases bundle size)transpileClientSDK: false,// Uncomment to route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.// This can increase your server load as well as your hosting bill.// Note: Check that the configured route will not match with your Next.js middleware, otherwise reporting of client-// side errors will fail.// tunnelRoute: "/monitoring",// Hides source maps from generated client bundleshideSourceMaps: true,sourcemaps: {deleteSourcemapsAfterUpload: true,},// Automatically tree-shake Sentry logger statements to reduce bundle sizedisableLogger: true,// Enables automatic instrumentation of Vercel Cron Monitors.// See the following for more information:// https://docs.sentry.io/product/crons/// https://vercel.com/docs/cron-jobsautomaticVercelMonitors: true,});
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8.50.0
Framework Version
14.0.3
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
My next.config.js looks like this and my files are .jsx
Expected Result
Issues like this https://sentry.io/changelog/react-component-names-is-now-available/
Actual Result
The text was updated successfully, but these errors were encountered: