Package io.sentry
Class TracesSamplingDecision
java.lang.Object
io.sentry.TracesSamplingDecision
-
Constructor Summary
ConstructorDescriptionTracesSamplingDecision
(@NotNull Boolean sampled) TracesSamplingDecision
(@NotNull Boolean sampled, @Nullable Double sampleRate) TracesSamplingDecision
(@NotNull Boolean sampled, @Nullable Double sampleRate, @NotNull Boolean profileSampled, @Nullable Double profileSampleRate) -
Method Summary
-
Constructor Details
-
TracesSamplingDecision
-
TracesSamplingDecision
-
TracesSamplingDecision
-
-
Method Details
-
getSampled
-
getSampleRate
-
getProfileSampled
-
getProfileSampleRate
-