func connectorTypeValue()

in internal/tel/v2/tel.go [239:244]


func connectorTypeValue(userAgent string) string {
	if strings.Contains(userAgent, "auth-proxy") {
		return "auth_proxy"
	}
	return "go"
}