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 TypeMethodDescriptionvoid
void
setEnvironment
(@Nullable String environment) void
setProguardUuid
(@Nullable String proguardUuid) void
setRelease
(@Nullable String release) void
setReplayErrorSampleRate
(@Nullable Double replayErrorSampleRate) void
setSdkVersion
(@Nullable SdkVersion sdkVersion) void
-
Method Details
-
setRelease
-
setProguardUuid
-
setSdkVersion
-
setEnvironment
-
setDist
-
setTags
-
setReplayErrorSampleRate
-