From 24dbf1c317c2f472b2284fd9df83857de2fd27ff Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Thu, 27 Jun 2024 10:28:48 +0200 Subject: [PATCH] docs(nextjs): Fix JSDoc param for `withSentryConfig` (#12659) --- packages/nextjs/src/config/withSentryConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nextjs/src/config/withSentryConfig.ts b/packages/nextjs/src/config/withSentryConfig.ts index d5fc6ee56304..78df524c88c0 100644 --- a/packages/nextjs/src/config/withSentryConfig.ts +++ b/packages/nextjs/src/config/withSentryConfig.ts @@ -16,7 +16,6 @@ let showedExportModeTunnelWarning = false; * Modifies the passed in Next.js configuration with automatic build-time instrumentation and source map upload. * * @param nextConfig A Next.js configuration object, as usually exported in `next.config.js` or `next.config.mjs`. - * @param sentryWebpackPluginOptions Options to configure the automatically included Sentry Webpack Plugin for source maps and release management in Sentry. * @param sentryBuildOptions Additional options to configure instrumentation and * @returns The modified config to be exported */