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
I may only want to capture console.error|warn but not console.log|trace|etc..., we should allow the user to specify a list of levels they want to capture ex. ['warn', 'error'] (and possibly give a convenience function to specify the minimum log level they want to capture)
The text was updated successfully, but these errors were encountered:
I may only want to capture
console.error|warn
but notconsole.log|trace|etc...
, we should allow the user to specify a list of levels they want to capture ex.['warn', 'error']
(and possibly give a convenience function to specify the minimum log level they want to capture)The text was updated successfully, but these errors were encountered: