Skip to content

Commit

Permalink
docs(nextjs): Fix JSDoc param for withSentryConfig (#12659)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jun 27, 2024
1 parent cf22ca3 commit 24dbf1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/src/config/withSentryConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 24dbf1c

Please sign in to comment.