public SentryTrace(@NotNull
io.sentry.context.Context context,
@NotNull
java.lang.String message,
@NotNull
java.time.Instant startOfTrace)
public void signalError(@NotNull
java.lang.Exception error)
Changes the breadcrumb Level to ERROR Puts a field "error" with exception in breadcrumb data
public void setTag(@NotNull
java.lang.String name,
@NotNull
java.lang.String value)
Puts the field in breadcrumb data
public void setMetadata(@NotNull
java.lang.String key,
@NotNull
java.lang.String value)
Puts the field in breadcrumb data
public void close()
Creates and records the breadcrumb
@NotNull public SentryTrace copy(@NotNull io.sentry.context.Context context, @NotNull java.lang.String message, @NotNull java.time.Instant startOfTrace)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)