Package io.sentry

Interface IContinuousProfiler

All Known Implementing Classes:
NoOpContinuousProfiler

@Internal public interface IContinuousProfiler
Used for performing operations when a transaction is started or ended.
  • Method Details

    • isRunning

      boolean isRunning()
    • startProfiler

      void startProfiler(@NotNull @NotNull ProfileLifecycle profileLifecycle, @NotNull @NotNull TracesSampler tracesSampler)
    • stopProfiler

      void stopProfiler(@NotNull @NotNull ProfileLifecycle profileLifecycle)
    • close

      void close()
      Cancel the profiler and stops it. Used on SDK close.
    • reevaluateSampling

      void reevaluateSampling()
    • getProfilerId

      @NotNull @NotNull SentryId getProfilerId()