We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64295f6 commit 78f7c1aCopy full SHA for 78f7c1a
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -1061,7 +1061,7 @@ public void setProxy(@Nullable Proxy proxy) {
1061
*
1062
* @param sampleRate the sample rate
1063
*/
1064
- public void setSampleRate(Double sampleRate) {
+ public void setSampleRate(@Nullable Double sampleRate) {
1065
if (!SampleRateUtils.isValidSampleRate(sampleRate)) {
1066
throw new IllegalArgumentException(
1067
"The value "
0 commit comments