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
Additional capability similar to privacy in os_log to be added to baggage keys.
A key has to define if it wants to be included in forEach and if it wants to be logged.
[...] mark a key as containing sensitive information . for example, you may have a key that carries sensitive user information and that you never want the collectors to log
This could be handled with static properties on the keys, right? We can default them to true but if you don't want them to be logged/enumerated/... you set them to false. Something like static var allowsEnumeration: Bool { return false }
This mirrors the slashmo/gsoc-swift-baggage-context#35 ticket
--
Additional capability similar to privacy in os_log to be added to baggage keys.
A key has to define if it wants to be included in forEach and if it wants to be logged.
via @tomerd
The text was updated successfully, but these errors were encountered: