feat: Add TeleCart Pulse heartbeat telemetry
This commit is contained in:
@@ -127,4 +127,8 @@ export async function ingest(data) {
|
||||
return await ftchPost('ingest', data);
|
||||
}
|
||||
|
||||
export async function heartbeat() {
|
||||
return await ftch('heartbeat');
|
||||
}
|
||||
|
||||
export default ftch;
|
||||
|
||||
Reference in New Issue
Block a user