getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.79k stars 1.53k forks source link

Invalid tsdoc in nextjs package #12654

Closed jimzezz closed 1 month ago

jimzezz commented 1 month ago

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

8.12

Framework Version

Nextjs 14.2.4

Link to Sentry event

No response

SDK Setup

n/a

Steps to Reproduce

In #10978 the Sentry Webpack Plugin options and SDK Build options was merged. It looks like that PR missed updating the tsdoc param documentation for the withSentryConfig in the Next.js package. This line should be removed:

* @param sentryWebpackPluginOptions Options to configure the automatically included Sentry Webpack Plugin for source maps and release management in Sentry.

Expected Result

n/a

Actual Result

n/a

lforst commented 1 month ago

Thanks! We'll fix it!