getsentry / getsentry/sentry-java
Add policy-controlled URL query data to Ktor client spans
未关闭
适合新手
Feature
Java
Platform: Java
Spans
- 主要语言
- Kotlin
- 星标
- 1.4k
- 派生
- 478
- 平均合并
- 2 天 22 小时
- 30 天内合并 PR
- 69
描述
## Problem
Ktor (`SentryKtorClientPlugin`) does not apply URL details to the span and thus lacks data fields / attributes like query.
In the next major we should add `urlDetails.applyToSpan(span)`.
We didn't do this as part of #5983 due to risk of leaking data to Sentry when doing this in a minor.
贡献指南
调研方向
Start at SentryKtorClientPlugin and trace where urlDetails is available for client spans. Confirm the next-major behavior applies policy-controlled URL query data without changing the minor-release behavior; done when the relevant span attributes reflect the intended URL details.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- kotlin
- 领域
- observability-sre
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100