feat: Add TeleCart Pulse heartbeat telemetry
This commit is contained in:
@@ -62,6 +62,9 @@ settings.load()
|
||||
.then(() => pulse.initFromStartParams())
|
||||
.then(() => pulse.catchTelegramCustomerFromInitData())
|
||||
.then(() => pulse.ingest(TC_PULSE_EVENTS.WEBAPP_OPEN))
|
||||
.then(() => {
|
||||
pulse.heartbeat();
|
||||
})
|
||||
.then(() => {
|
||||
(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user