public static interface SentryOptions.TracesSamplerCallback
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.Double |
sample(@NotNull SamplingContext samplingContext)
Calculates the sampling value used to determine if transaction is going to be sent to Sentry
backend.
|
@Nullable @Nullable java.lang.Double sample(@NotNull @NotNull SamplingContext samplingContext)
samplingContext
- the sampling contextnull
if decision has not been taken