You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @kimulaco thanks for reporting this! You're right, we missed a couple of option changes in this page. I opened #13192 and took this as an opportunity to clean up the page a bit in general.
SDK
JavaScript SDK
Description
I think the following documentation needs to be updated about the
Sentry.init()
configuration options.https://docs.sentry.io/platforms/javascript/guides/vue/#vue-specific-configuration
logErrors
option. However, this has now been removed.https://docs.sentry.io/platforms/javascript/guides/vue/migration/v8-to-v9/#removed-apis
attachErrorHandler
is implemented in the options ofSentry.init()
in vue, but it is not mentioned in the guide.https://github.com/getsentry/sentry-javascript/blob/9.10.1/packages/vue/src/types.ts#L29-L57
Suggested Solution
I think the explanation about
logErrors
should be removed, and an explanation aboutattachErrorHandler
should be added.The text was updated successfully, but these errors were encountered: