Package io.sentry
Interface IOptionsObserver
- All Known Implementing Classes:
PersistingOptionsObserver
public interface IOptionsObserver
A SentryOptions observer that tracks changes of SentryOptions. All methods are "default", so
implementors can subscribe to only those properties, that they are interested in.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetEnvironment(@Nullable String environment) voidsetProguardUuid(@Nullable String proguardUuid) voidsetRelease(@Nullable String release) voidsetReplayErrorSampleRate(@Nullable Double replayErrorSampleRate) voidsetSdkVersion(@Nullable SdkVersion sdkVersion) void
-
Method Details
-
setRelease
-
setProguardUuid
-
setSdkVersion
-
setEnvironment
-
setDist
-
setTags
-
setReplayErrorSampleRate
-