getsentry / getsentry/sentry-python
feat(boto3): Add generic response, retry, and error attributes
Aperta
Feature
Python
Traces
- Lingua principale
- Python
- Stelle
- 2.2k
- Fork
- 669
- Merge medio
- 1g 1h
- PR unite (30g)
- 213
Descrizione
| 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 |
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.