HubSpot / offline

Automatically display online/offline indication to your users
http://github.hubspot.com/offline/docs/welcome
MIT License
8.67k stars 849 forks source link

Dissable console logging for requests #292

Closed Zamolxe00 closed 3 years ago

Zamolxe00 commented 3 years ago

Hello, Is there a way of suppressing console errors for requests?

I have tried setting interceptRequests to false but that not seem to change anything to the bahaviour.

Some backends return 404 and it is up to the client to treat non existing entries, console errors for this gives the wrong impression to the end user.