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
Now every stream has been instrumented, but not transforms
You would have to modify prototypes to achieve this, but arguably,
that's permissible in this situation as it's for development/debug purposes
and won't make it to production
The text was updated successfully, but these errors were encountered:
Where the call to vstream() actually attaches no-ops to all the methods
you might use (vsWarn etc.) and then the .debug call swaps out the
no-ops for the real deal - this means you don't have to go an uncomment
all your debug code if you just want to switch debug off for a moment
It would be really nice to be able to do this,
Now every stream has been instrumented, but not transforms
You would have to modify prototypes to achieve this, but arguably,
that's permissible in this situation as it's for development/debug purposes
and won't make it to production
The text was updated successfully, but these errors were encountered: