Package 

Class SentryTracer

  • All Implemented Interfaces:
    ca.nexapp.tracing.Tracer

    
    public final class SentryTracer
     implements Tracer
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      SentryTracer(Clock clock, SentryClient client)
    • Method Summary

      Modifier and Type Method Description
      Trace openTrace(String name) Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ...
      • Methods inherited from class ca.nexapp.tracing.sentry.SentryTracer

        trace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SentryTracer

        SentryTracer(Clock clock, SentryClient client)
    • Method Detail

      • openTrace

         Trace openTrace(String name)

        Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ... } is suggested