Replies: 1 comment 2 replies
-
| 
         There's an issue about that considering to reverse the default in the next breaking release. But that probably won't be anytime soon.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
#[instrument]is very useful, but since it records all arguments by default I was wondering how folks are avoiding the accidental capture of sensitive data such as private keys?Was the reverse approach considered? (Meaning
skip_allis the default, and then you would have to opt-in with e.g.record_all).Beta Was this translation helpful? Give feedback.
All reactions