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 in #1743 (comment), the current @sensitive implementation only respects the trait when logging the structure containing the sensitive field, but not when logging the field itself.
A possible fix to this issue, is to newtype @sensitive shapes in the generated code, overriding their Display and Debug implementations through the Sensitive type.