Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Add a flag to `SentryApolloInterceptor` to stop attaching tracing headers for Apollo v2

未关闭
#5,726 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
52/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
kotlin
领域
api

调研方向

从 SentryApolloInterceptor 开始检查 Apollo v2 的请求路径,尤其要确认在没有 URL 的情况下如何附加 tracing header。根据 issue 描述确认预期的 opt-out 行为,然后为该 flag 添加覆盖测试,并验证启用该 flag 时 header 不存在;完成标准是 Apollo v2 支持文档中所述的 opt-out,且不影响其他行为。

由索引模型根据 Issue 内容生成。

描述

Java Platform: Java
Description

There's no URL available before the request goes out in our Apollo v2 integration. We're attaching tracing headers without checking against tracePropagationTargets.

We could:

  • add an opt-out flag to disable this (recommended)
  • remove trace headers from Apollo v2
主要语言
Kotlin
星标
1.4k
派生
478
平均合并
2 天 20 小时
30 天内合并 PR
71

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

getsentry/sentry-java 的其他 Issue

查看 getsentry/sentry-java 的全部 Issue

相似的 Issue

更多 Kotlin Issue

把新 issue 发到你的邮箱

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