diff --git a/api/helpers/helpers.go b/api/helpers/helpers.go index e8e9066a21..398b5207e6 100644 --- a/api/helpers/helpers.go +++ b/api/helpers/helpers.go @@ -26,7 +26,7 @@ func init() { clientId := os.Getenv("CLIENT_ID") - if regexpEmail.MatchString(clientId) { + if regexpEmail.MatchString(clientId) && clientId != "ci@convox.com" { segment.Identify(&analytics.Identify{ UserId: RackId(), Traits: map[string]interface{}{