Package io.sentry
Class SentryOptions.DistributionOptions
java.lang.Object
io.sentry.SentryOptions.DistributionOptions
- Enclosing class:
- SentryOptions
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 Summary
FieldsModifier and TypeFieldDescription@Nullable StringOptional build configuration name for filtering (e.g., "debug", "release", "staging")Organization authentication token for API accessSentry organization slugSentry project slugBase URL for Sentry API (defaults to https://sentry.io) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
orgAuthToken
Organization authentication token for API access -
orgSlug
Sentry organization slug -
projectSlug
Sentry project slug -
sentryBaseUrl
Base URL for Sentry API (defaults to https://sentry.io) -
buildConfiguration
Optional build configuration name for filtering (e.g., "debug", "release", "staging")
-
-
Constructor Details
-
DistributionOptions
public DistributionOptions()
-