getsentry / getsentry/sentry-java

Continuous Profiling could upload JFR files

未关闭
#4,768 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
Feature Java Profiles
主要语言
Kotlin
星标
1.4k
派生
478
平均合并
2 天 23 小时
30 天内合并 PR
67

描述

### Problem Statement

We're currently converting JFR profiles produced by async-profiler directly in the SDK.
We could instead upload the JFR files to Sentry and convert them in the backend.
This would:
- reduce overhead of the SDK
- allow customers to download the raw JFR and use it in other tools as well
- maybe also save payload size for transferring the profile to Sentry

### Solution Brainstorm

Upload JFR files and convert to Sentry Profiles in Sentry backend. Remove in SDK conversion.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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