Loggly-only user support events (#12676)

* feat(analytics): Loggly-only user support events

* fix(analytics): clean up more Unknowns
This commit is contained in:
Sabe Jones
2020-10-28 11:05:54 -05:00
committed by GitHub
parent 82b6a14d5b
commit 2a98b5b7bf
6 changed files with 17 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ api.checkout = {
const { groupId, coupon, gemsBlock } = req.query;
await stripePayments.checkout({
token, user, gemsBlock, gift, sub, groupId, coupon,
token, user, gemsBlock, gift, sub, groupId, coupon, headers: req.headers,
});
res.respond(200, {});