getsentry / getsentry/sentry-python

feat(boto3): Add generic response, retry, and error attributes

未关闭
#7,476 1 条评论 0 个 reaction 已指派 1 人 已被 @pabloDeputter 认领 在 GitHub 查看
Feature Python Traces
主要语言
Python
星标
2.2k
派生
669
平均合并
1 天 40 分钟
30 天内合并 PR
212

描述

| 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 |

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。