Package io.sentry

Interface ITransactionProfiler

All Known Implementing Classes:
NoOpTransactionProfiler

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

    • onTransactionStart

      void onTransactionStart(@NotNull @NotNull ITransaction transaction)
    • onTransactionFinish

      @Nullable @Nullable ProfilingTraceData onTransactionFinish(@NotNull @NotNull ITransaction transaction)