-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKTaskType: Improvement
Description
As discussed today with @mydea and @krystofwoldrich we want to eventually default to setting handled: true for captureConsole-sent events. Furthermore, we'll add an option for users to override the handled value easily.
Since switching from handled: false to true is a slight behavior break, we decided to hold off from that until we'Re working on v9. For v8 though we can introduce the option and default to false
- add option and set it to
falseby default in v8 (via feat(core): Addhandledoption tocaptureConsoleIntegration#14664)
In v9: #14669
Metadata
Metadata
Assignees
Labels
Package: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKTaskType: Improvement