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
Copy file name to clipboardExpand all lines: packages/nextjs/src/config/withSentryConfig.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ let showedExportModeTunnelWarning = false;
16
16
* Modifies the passed in Next.js configuration with automatic build-time instrumentation and source map upload.
17
17
*
18
18
* @param nextConfig A Next.js configuration object, as usually exported in `next.config.js` or `next.config.mjs`.
19
-
* @param sentryWebpackPluginOptions Options to configure the automatically included Sentry Webpack Plugin for source maps and release management in Sentry.
20
19
* @param sentryBuildOptions Additional options to configure instrumentation and
0 commit comments