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

Handle App Start Continuous Profiling v8 (p4)

Open stefanosiano opened this issue 1 year ago • 1 comments

:scroll: Description

create app start continuous profiler instead of transaction profiler, based on config updated SentryAppStartProfilingOptions with isContinuousProfilingEnabled flag updated SentryOptions with isContinuousProfilingEnabled() method

#skip-changelog

:bulb: Motivation and Context

Handle App Start Continuous Profiler Part 4 of https://github.com/getsentry/sentry-java/pull/3710

:green_heart: How did you test it?

:pencil: Checklist

  • [ ] I reviewed the submitted code.
  • [ ] I added tests to verify the changes.
  • [ ] No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • [ ] I updated the docs if needed.
  • [ ] Review from the native team if needed.
  • [ ] No breaking change or entry added to the changelog.
  • [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs.

:crystal_ball: Next steps

stefanosiano avatar Sep 30 '24 10:09 stefanosiano