You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request
Current behavior:
Our error logging system encountered this error:
Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'blob').
Method: HttpTool.overrideXMLHttpRequest
Line: HttpTool.logResponse(method, e.target.responseURL, e.target.status, e.target.responseText);
https://datanator.info/static/node_modules/@bruit/component/dist/esm-es5/bruit-core_4.entry.js
https://datanator.info/static/node_modules/@bruit/component/dist/esm-es5/bruit-core_4.entry.js:8481:in responseText
https://datanator.info/src/instrumentation/xhr.ts:41:in
The text was updated successfully, but these errors were encountered:
Bruit version: @bruit/component 1.3.13
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request
Current behavior:
Our error logging system encountered this error:
The text was updated successfully, but these errors were encountered: