getsentry / getsentry/sentry-python
feat(boto3): Add generic response, retry, and error attributes
Abierto
Feature
Python
Traces
- Lenguaje dominante
- Python
- Estrellas
- 2.2k
- Forks
- 669
- Merge medio
- 1 d 1 h
- PR fusionados (30 d)
- 213
Descripción
| Botocore | Attribute |
| -- | -- |
| `ResponseMetadata.RequestId` | `aws.request_id` |
| `ResponseMetadata.HTTPStatusCode` | `http.response.status_code` |
| `ResponseMetadata.RetryAttempts` | `http.request.resend_count` |
| `Error.Code` | `error.type` for `ClientError` |
| exception class | `error.type` for other failures |
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.