-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
ImprovementSDKsjavascriptPull requests that update Javascript codePull requests that update Javascript code
Description
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
- The documentation currently includes a
logErrorsoption. However, this has now been removed.
https://docs.sentry.io/platforms/javascript/guides/vue/migration/v8-to-v9/#removed-apis attachErrorHandleris 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 about attachErrorHandler should be added.
Metadata
Metadata
Assignees
Labels
ImprovementSDKsjavascriptPull requests that update Javascript codePull requests that update Javascript code
Projects
Status
Waiting for: Support