Class SentryTransaction

java.lang.Object
io.sentry.SentryBaseEvent
io.sentry.protocol.SentryTransaction
All Implemented Interfaces:
JsonSerializable, JsonUnknown

@Internal public final class SentryTransaction extends SentryBaseEvent implements JsonUnknown, JsonSerializable
  • Constructor Details

    • SentryTransaction

      public SentryTransaction(@NotNull @NotNull SentryTracer sentryTracer)
    • SentryTransaction

      @Internal public SentryTransaction(@Nullable @Nullable String transaction, @NotNull @NotNull Double startTimestamp, @Nullable @Nullable Double timestamp, @NotNull @NotNull List<SentrySpan> spans, @NotNull @NotNull Map<String,@NotNull MeasurementValue> measurements, @NotNull @NotNull TransactionInfo transactionInfo)
  • Method Details