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
Since Next.js apps can be run in both webpack and turbopack we want to avoid confusion with our withSentryConfig build-time options. To ensure this we need to move all options that do not affect turbopack to it's own namespace.
Since Next.js apps can be run in both webpack and turbopack we want to avoid confusion with our
withSentryConfigbuild-time options. To ensure this we need to move all options that do not affect turbopack to it's own namespace.