You're probably underusing middleware for HTTP response handling - DEV Community
Deciding what counts as a successful response in a `handle_response/1` after `Tesla.get`, instead of inside the Tesla middleware chain, makes 5xx and malformed payloads silently look like successful requests to your telemetry.