1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Fix: You must pass a 'distinctId' (public forms)

This commit is contained in:
Rory Powell 2022-04-25 22:08:56 +01:00
parent 6f3769181f
commit c5ec781057

View file

@ -28,7 +28,7 @@ export const API = createAPIClient({
// Or we could check error.status and redirect to login on a 403 etc. // Or we could check error.status and redirect to login on a 403 etc.
onError: error => { onError: error => {
const { status, method, url, message, handled } = error || {} const { status, method, url, message, handled } = error || {}
const ignoreErrorUrls = ["analytics", "/api/global/self"] const ignoreErrorUrls = ["bbtel", "/api/global/self"]
// Log any errors that we haven't manually handled // Log any errors that we haven't manually handled
if (!handled) { if (!handled) {