replaced fxa-geodb with load balancer header
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
4b1b7cb821
commit
b5ef1785ab
8 changed files with 84 additions and 141 deletions
|
@ -12,7 +12,8 @@ module.exports = async function(req, res) {
|
|||
data.session_id + deltaT,
|
||||
deltaT,
|
||||
data.platform,
|
||||
req.ip
|
||||
req.geo.country,
|
||||
req.geo.state
|
||||
)
|
||||
);
|
||||
const status = await sendBatch(events);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue