fix: don't attempt to parse playback reporting responses
also: log all http requests on dev
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user