getsentry / getsentry/sentry-java

JVM Profiling Follow ups

未關閉
#4,778 14 則留言 0 個 reaction 已指派 1 人 在 GitHub 檢視

@lbloder 已經在處理了。

開始於 2025年11月3日。

Java Profiles Task
主要語言
Kotlin
星號
1.4k
分支
478
平均合併
3 天 4 小時
30 天內合併 PR
72

描述

Description

We have released JVM Profiling in https://github.com/getsentry/sentry-java/releases/tag/8.23.0

There are still tasks /improvements we could do:

  • Docs (https://github.com/getsentry/sentry-java/issues/4909)
  • Release registry entries
  • Add module to .craft.yml
  • Verify caching behaviour of ServiceLoader is not an issue (i.e. does not cause a large overhead on each chunk) - otherwise cache (obsolete with getsentry/sentry-java#4815)
  • Remove / reduce vendored code and replace what's possible with JFR converter, also see https://github.com/async-profiler/async-profiler/issues/1525 getsentry/sentry-java#4852
  • Upgrade async-profiler to 4.1+ to support newer Java Versions (23+); there are issues with a Converter dictionary (getsentry/sentry-java#4853)
  • Log a specific message why Profiling isn't enabled if the wrong config property for setting sample rate is used (profiles-sample-rate) on JVM
  • Enable / showcase Profiling in (more of) our samples getsentry/sentry-java#4941
  • Allow configuring profilingTracesHz via sentry.properties (ExternalOptions)
  • Add a .cursor rules file to explain how Profiling works getsentry/sentry-java#5034
  • Fix an issue where the profilerId would not be propagated to SentryTracer correctly when used with OTEL Agent (getsentry/sentry-java#4854)
  • Fix an issue with profiler initialization when using spring or spring-boot in OTEL Agent auto-init mode (getsentry/sentry-java#4855)
  • Add profiling option to build plugins:

Maybe later

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。