getsentry / getsentry/sentry-java
Continuous Profiling could upload JFR files
Ouverte
Feature
Java
Profiles
- Langage dominant
- Kotlin
- Étoiles
- 1.4k
- Forks
- 478
- Merge moyen
- 2 j 23 h
- PR mergées (30 j)
- 67
Description
### 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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.