We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b92c4 commit 71c0710Copy full SHA for 71c0710
flutter/ios/Classes/SentryFlutter.swift
@@ -109,7 +109,7 @@ public final class SentryFlutter {
109
if let replayOptions = data["replay"] as? [String: Any] {
110
options.experimental.sessionReplay.sessionSampleRate =
111
(replayOptions["sessionSampleRate"] as? NSNumber)?.floatValue ?? 0
112
- options.experimental.sessionReplay.errorSampleRate =
+ options.experimental.sessionReplay.onErrorSampleRate =
113
(replayOptions["errorSampleRate"] as? NSNumber)?.floatValue ?? 0
114
}
115
#endif
0 commit comments