Description
Higher order tracking issue: getsentry/team-sdks#100
Description
It came up that the breadcrumbs we create for 4xx and 5xx fetch requests are pretty tame and don't stick out. We can sorta fix this by changing the log level of the breadcrumbs based on the response status code:
- 5xx should probably be error
- 4xx should probably be warning/error