Remove automatic propagator setup from OTLPIntegration

オープン
#6,732 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
68/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
活発
技術スタック
python

調査の方向性

まず OTLPIntegration、そのテスト、OTLP ドキュメントを見つけ、次にデフォルトの Sentry propagator がどこで設定されているかを確認します。自動的な propagator の設定が削除されていること、propagation が propagateTraceparent またはユーザーが設定した OpenTelemetry propagators を通じて引き続き利用できること、そして breaking change の移行パスが文書化されていることを確認してください。

索引モデルが issue の本文から書いたものです。

説明

Breaking change Bug Next Major OpenTelemetry Python Traces

The OTLP integration currently sets up a Sentry propagator by default. This injects sentry-trace and baggage headers on outgoing requests alongside, or instead of, the standard W3C traceparent header.

Per the OTLP integration spec, the integration must not set up an automatic propagator. Cross-service trace propagation should be handled by propagateTraceparent or by user-configured OpenTelemetry propagators.

Docs:
Update docs to reflect the breaking change and manual propagator configuration path. The planned removal notice is already present in the OTLP docs.

Migration path:
Users who still need Sentry-specific headers in mixed Sentry-native and OpenTelemetry environments can configure propagators manually via the OpenTelemetry propagation API.

主要言語
Python
スター
2.2k
フォーク
672
平均マージ
23時間 14分
マージ済み PR(30日)
218

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/sentry-python のほかの issue

getsentry/sentry-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。