Package io.sentry

Class SentryOptions.DistributionOptions

java.lang.Object
io.sentry.SentryOptions.DistributionOptions
Enclosing class:
SentryOptions

@Experimental public static final class SentryOptions.DistributionOptions extends Object
Configuration options for Sentry Build Distribution. NOTE: Ideally this would be in SentryAndroidOptions, but there's a circular dependency issue between sentry-android-core and sentry-android-distribution modules.
  • Field Details

    • orgAuthToken

      public String orgAuthToken
      Organization authentication token for API access
    • orgSlug

      public String orgSlug
      Sentry organization slug
    • projectSlug

      public String projectSlug
      Sentry project slug
    • sentryBaseUrl

      public String sentryBaseUrl
      Base URL for Sentry API (defaults to https://sentry.io)
    • buildConfiguration

      @Nullable public @Nullable String buildConfiguration
      Optional build configuration name for filtering (e.g., "debug", "release", "staging")
  • Constructor Details

    • DistributionOptions

      public DistributionOptions()