sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Continuous Profiling could upload JFR files

Open adinauer opened this issue 3 months ago • 1 comments

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.

adinauer avatar Oct 01 '25 12:10 adinauer

JAVA-191

linear[bot] avatar Oct 01 '25 12:10 linear[bot]