Skip to content
Snippets Groups Projects
Commit c96f46a5 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro
Browse files

(fix) also log status an status text

parent e48befea
No related branches found
No related tags found
Loading
......@@ -36,7 +36,7 @@ class ApiService {
try {
return await response.json();
} catch (error) {
Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}`);
Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}, STATUS: ${response.status} STATUSTEXT: ${response.statusText}`);
throw error;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment