satellite/analytics: Do not set lifecyclestage from Segment

We set lifecyclestage in Hubspot without Segment now. If Segment tries
to set lifecyclestage, it interferes with the desired behavior in
Hubspot.

Change-Id: I817c0324ecc69529d8ca7f617cb97d2f4e84aee8
This commit is contained in:
Moby von Briesen 2023-09-25 16:19:07 -04:00 committed by Storj Robot
parent 0affe03007
commit f63f3f19ee

View File

@ -257,7 +257,6 @@ func (service *Service) TrackCreateUser(fields TrackCreateUserFields) {
traits.SetFirstName(firstName)
traits.SetLastName(lastName)
traits.SetEmail(fields.Email)
traits.Set("lifecyclestage", "other")
traits.Set("origin_header", fields.OriginHeader)
traits.Set("signup_referrer", fields.Referrer)
traits.Set("account_created", true)