Skip to content

Commit 24dbf1c

Browse files
author
Luca Forstner
authored
docs(nextjs): Fix JSDoc param for withSentryConfig (#12659)
1 parent cf22ca3 commit 24dbf1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nextjs/src/config/withSentryConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ let showedExportModeTunnelWarning = false;
1616
* Modifies the passed in Next.js configuration with automatic build-time instrumentation and source map upload.
1717
*
1818
* @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.
2019
* @param sentryBuildOptions Additional options to configure instrumentation and
2120
* @returns The modified config to be exported
2221
*/

0 commit comments

Comments
 (0)