Javascript add console logs in breadcrumps

We are using Javascript sentry sdk. We are getting a lot of

TypeError URL

errorFailed to fetch

which are general network errors in Chrome without much context. We managed to reproduce some of them and we have a CORS issue, the requests are blocked. When we reproduce it we see a lot of valueable info in the console.log (like shown in the image). Is there a way to configure breadcrumps to include these info?