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
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
Lms24
changed the title
Add handled option to captureConsoleIntegration
Add handled option to captureConsoleIntegration and mark events as handled by default
Dec 11, 2024
Lms24
changed the title
Add handled option to captureConsoleIntegration and mark events as handled by default
Mark events from captureConsoleIntegration as handled by default
Dec 11, 2024
As discussed today with @mydea and @krystofwoldrich we want to eventually default to setting
handled: true
forcaptureConsole
-sent events. Furthermore, we'll add an option for users to override thehandled
value easily.Since switching from
handled: false
totrue
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 tofalse
false
by default in v8 (via feat(core): Addhandled
option tocaptureConsoleIntegration
#14664)In v9: #14669
The text was updated successfully, but these errors were encountered: