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 7768b80 commit e3cdbfaCopy full SHA for e3cdbfa
CHANGELOG.md
@@ -8,7 +8,7 @@
8
- Allows filtering which errors trigger replay capture before the `onErrorSampleRate` is checked
9
- Returning `false` skips replay capture entirely for that error; returning `true` proceeds with the normal sample rate check
10
- Example usage:
11
- ```java
+ ```kotlin
12
SentryAndroid.init(context) { options ->
13
options.sessionReplay.beforeErrorSampling =
14
SentryReplayOptions.BeforeErrorSamplingCallback { event, hint ->
0 commit comments