getsentry / getsentry/sentry-python
Add W3C trace context support to Sentry
未關閉
Feature
Python
Traces
- 主要語言
- Python
- 星號
- 2.2k
- 分支
- 669
- 平均合併
- 1 天 40 分鐘
- 30 天內合併 PR
- 212
描述
### Problem Statement
Sentry currently implements its own headers for traces, but the python implementation does not implement a set of W3c trace context compatible headers. This means that other systems receiving data enriched by Sentry have to figure out the trace parent by themselves instead of relying on standard implementations.
### Solution Brainstorm
https://github.com/getsentry/sentry-dotnet/pull/4084 already implements this for the dotnet SDK if I understood correctly. It would be nice if the python SDK could also do this.
貢獻指南
評估
這個 Issue 還沒有評估資料。