getsentry / getsentry/sentry-python
feat(boto3): Use OTel AWS span naming
Open
Breaking change
Next Major
Python
SDK 3.0
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 669
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 213
Description
* change boto3 span naming from `aws..` to ``, e.g. `aws.s3.GetObject` => `S3.GetObject`
* since this is a breaking change; should be merged into [PR 5005]()
#### Sources
* [https://opentelemetry.io/docs/specs/semconv/cloud-providers/aws-sdk/#aws-sdk-spans]()
Contributor guide
Assessment
This issue has not been assessed yet.