fix: don't attempt to parse playback reporting responses

also: log all http requests on dev
This commit is contained in:
Lei Nelissen
2024-07-21 22:03:39 +02:00
parent a97611c0ad
commit 746c96d459
5 changed files with 30 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ export async function sendPlaybackEvent(
},
body: JSON.stringify(payload),
// Swallow and errors from the request
}).catch((err) => {
}, false).catch((err) => {
console.error(err);
});
}