cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Ability to stop collection of Device OS Info

Open lulululululu opened this issue 3 years ago • 3 comments

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 avatar Jun 18 '21 20:06 lulululululu

@lulululululu - you may use custom decorator to clear it, OR is there a reason why you cannot clear that data (drop it) server-side?

maxgolov avatar Jun 22 '21 16:06 maxgolov

As discussed, please use custom decorator to clear the field.

maxgolov avatar Jul 02 '21 20:07 maxgolov

Closing, please use as suggested by Max above.

lalitb avatar Dec 13 '21 21:12 lalitb