mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Ignore failed pingTelemetry
requests (#135)
This commit is contained in:
parent
b9176d9a58
commit
c8d8301bf2
@ -10,7 +10,7 @@ export async function pingTelemetry(event: string, data: any) {
|
||||
fetch('/api/ping-telemetry', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(requestBody),
|
||||
});
|
||||
}).catch(() => {});
|
||||
}
|
||||
|
||||
// Manage telemetry events for a single chat message.
|
||||
|
Loading…
Reference in New Issue
Block a user