Package 

Class SentryTimberIntegration

  • All Implemented Interfaces:
    io.sentry.Integration , java.io.Closeable , java.lang.AutoCloseable

    
    public final class SentryTimberIntegration
     implements Integration, Closeable
                        

    Sentry integration for Timber.

    • Constructor Summary

      Constructors 
      Constructor Description
      SentryTimberIntegration(SentryLevel minEventLevel, SentryLevel minBreadcrumbLevel, SentryLogLevel minLogsLevel)
    • Method Summary

      Modifier and Type Method Description
      final SentryLevel getMinEventLevel()
      final SentryLevel getMinBreadcrumbLevel()
      final SentryLogLevel getMinLogsLevel()
      Unit register(IScopes scopes, SentryOptions options)
      Unit close()
      • Methods inherited from class java.lang.Object

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

      • SentryTimberIntegration

        SentryTimberIntegration(SentryLevel minEventLevel, SentryLevel minBreadcrumbLevel, SentryLogLevel minLogsLevel)