From 9316e5a38bf305a662e18b83df95c906bfc9f5b6 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 26 Jun 2024 11:04:58 +0000 Subject: [PATCH] docs(nextjs): Fix JSDoc param for `withSentryConfig` --- 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 */