Class DebugBundleConfig

java.lang.Object
com.debugbundle.sdk.DebugBundleConfig

public final class DebugBundleConfig extends Object
  • Method Details

    • builder

      public static DebugBundleConfig.Builder builder()
    • projectToken

      public String projectToken()
    • environment

      public String environment()
    • service

      public String service()
    • enabled

      public boolean enabled()
    • redactFields

      public List<String> redactFields()
    • sampleRate

      public double sampleRate()
    • batchSize

      public int batchSize()
    • flushInterval

      public Duration flushInterval()
    • endpoint

      public String endpoint()
    • probesPollInterval

      public Duration probesPollInterval()
    • maxProbeLabels

      public int maxProbeLabels()
    • maxProbeEntriesPerLabel

      public int maxProbeEntriesPerLabel()
    • probeFlushOnError

      public boolean probeFlushOnError()
    • logLevel

      public LogLevel logLevel()
    • requestTimeout

      public Duration requestTimeout()
    • projectMode

      public String projectMode()
    • localEventsDir

      public String localEventsDir()