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
In v9: #14669
As discussed today with @mydea and @krystofwoldrich we want to eventually default to setting
handled: trueforcaptureConsole-sent events. Furthermore, we'll add an option for users to override thehandledvalue easily.Since switching from
handled: falsetotrueis 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 tofalsefalseby default in v8 (via feat(core): Addhandledoption tocaptureConsoleIntegration#14664)In v9: #14669