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
false
by default in v8 (via feat(core): Addhandled
option tocaptureConsoleIntegration
#14664)
In v9: #14669