### Problem Statement Currently, Dio’s Sentry interceptor behaves as follows: On a successful HTTP response, the interceptor records `duration`, `start_timestamp`, `end_timestamp`, `reason` and `http.query` as a breadcrumb. On an error (non-2xx response or network failure), the breadcrumb only contains `duration`, `start_timestamp` and `end_timestamp`. It would be nice to have the same information in breadcrumb for both successful and unsuccessful requests. ### Solution Brainstorm _No response_ ### Are you willing to submit a PR? None