# Functions
Start collecting telemetry data.
GetUserIdentity returns the anonymous ID if it exists, else creates a new one and sends the data to Segment.
NewClient returns a Client created with the default args.
SanitizeError sanitizes any PII(Personally Identifiable Information) from the error.
# Constants
ControlTelemetryEnv is name of environment variable, if set to false it disables telemetry completely hiding even the question.
Sanitizer replaces a PII data.
# Structs
Telemetry structure.
TelemetryClient client used to send data to Segment.
TelemetryData contains all of the data that is sent to Segment for telemetry.
TelemetryProperties contains all of the properties that are sent as the telemetry data.