also send the travis domain to customer.io
This commit is contained in:
parent
8a14ef827f
commit
c7161cec81
|
@ -179,7 +179,8 @@ class Travis::Api::App
|
||||||
:created_at => user.created_at.to_i,
|
:created_at => user.created_at.to_i,
|
||||||
:github_id => user.github_id,
|
:github_id => user.github_id,
|
||||||
:education => user.education,
|
:education => user.education,
|
||||||
:first_logged_in_at => user.first_logged_in_at.to_i
|
:first_logged_in_at => user.first_logged_in_at.to_i,
|
||||||
|
:travis_domain => Travis.config.client_domain
|
||||||
}
|
}
|
||||||
|
|
||||||
customerio.identify(payload)
|
customerio.identify(payload)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user