Skip to content

Commit b112177

Browse files
Update sentry/src/main/java/io/sentry/SentryOptions.java
Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
1 parent 1059194 commit b112177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ public double getContinuousProfilesSampleRate() {
18071807
return continuousProfilesSampleRate;
18081808
}
18091809

1810-
public void setContinuousProfilesSampleRate(double continuousProfilesSampleRate) {
1810+
public void setContinuousProfilesSampleRate(final double continuousProfilesSampleRate) {
18111811
if (!SampleRateUtils.isValidContinuousProfilesSampleRate(continuousProfilesSampleRate)) {
18121812
throw new IllegalArgumentException(
18131813
"The value "

0 commit comments

Comments
 (0)