You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could reduce profile chunk size / duration based on thread count of the application. This could help in case profiles are dropped due to being too large. Thread.activeCount() or ThreadMXBean (more accurate)
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:
.craft.ymlServiceLoaderis not an issue (i.e. does not cause a large overhead on each chunk) - otherwise cache (obsolete with Fix profiling init for Spring and Spring Boot w Agent auto-init #4815)profiles-sample-rate) on JVMprofilingTracesHzviasentry.properties(ExternalOptions).cursorrules file to explain how Profiling works Add AI rules files for Profiling #5034Maybe later
async-profileris the (major) version we expect on startup, crash otherwise