cpp_client_telemetry
cpp_client_telemetry copied to clipboard
Ability to stop collection of Device OS Info
Before opening a feature request against this repo, consider whether the feature is generic enough for the SDK, or it should be a specific plugin/extension to the SDK.
Is your feature request related to a problem?
There is no way to disable collecting device OS version using the SDK. As of now, you can't pass null
, empty string or any arbitrary string to semanticContext->SetOsVersion()
to turn off or redact the OS version field.
Describe the solution you'd like.
Add ability to disable collecting OS version. Ideally, make semanticContext->SetOsVersion()
accept null
, empty string, "redacted" or take an option to turn it off.
Describe alternatives you've considered.
Additional context.
@lulululululu - you may use custom decorator to clear it, OR is there a reason why you cannot clear that data (drop it) server-side?
As discussed, please use custom decorator to clear the field.
Closing, please use as suggested by Max above.