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
@KevinBatdorf raised a good comment about having a way to opt-in/out of the console.warn hijacking, see #140 (comment)
Since this hijacks console.warn, maybe we could make it opt in via a "experimental" setting? That feature is not wired up yet but after we get the settings chrome storage set up it should be trivial.
For this specific feature, when patching the console.warn the user loses the reference to the original code calling console.warn, maybe we should only start patching console.warn once someone goes to the "warnings" tab?
We could also have a general option like "opt in for all experimental features" and essentially have people beta testing features before they are available to everyone.
Vue.js devtools deal with this by having a "beta" release channel (they have a separate "devtools beta" extension)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@KevinBatdorf raised a good comment about having a way to opt-in/out of the
console.warn
hijacking, see #140 (comment)For this specific feature, when patching the
console.warn
the user loses the reference to the original code callingconsole.warn
, maybe we should only start patchingconsole.warn
once someone goes to the "warnings" tab?Vue.js devtools deal with this by having a "beta" release channel (they have a separate "devtools beta" extension)
Beta Was this translation helpful? Give feedback.
All reactions