public SentryTracer(@NotNull
java.time.Clock clock,
@NotNull
io.sentry.SentryClient client)
@NotNull public Trace openTrace(@NotNull java.lang.String name)
Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ... } is suggested