From f90b39e5d7fe252809c9be334dc62ffa9c415c1a Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 5 Feb 2016 08:22:30 -0800 Subject: [PATCH] dont report ci signups --- api/helpers/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}{