File tree 2 files changed +4
-4
lines changed
src/main/java/com/example/vu/android
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
14
14
plugins {
15
- id " io.sentry.android.gradle" version " 4.10.0 "
15
+ id " io.sentry.android.gradle" version " 4.14.1 "
16
16
id ' com.android.application'
17
17
id ' kotlin-android'
18
18
id ' com.ydq.android.gradle.native-aar.import'
@@ -38,8 +38,8 @@ android {
38
38
applicationId " com.example.vu.android"
39
39
minSdkVersion 21
40
40
targetSdkVersion 29
41
- versionCode System . getenv(' VERSION_CODE' )?. toInteger() ?: 48
42
- versionName System . getenv(' VERSION_NAME' ) ?: " 2.11.3 "
41
+ versionCode System . getenv(' VERSION_CODE' )?. toInteger() ?: 241226
42
+ versionName System . getenv(' VERSION_NAME' ) ?: " 24.12.26 "
43
43
44
44
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
45
45
externalNativeBuild {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public void onCreate() {
75
75
76
76
// Currently under experimental options:
77
77
options .getExperimental ().getSessionReplay ().setSessionSampleRate (1.0 );
78
- options .getExperimental ().getSessionReplay ().setErrorSampleRate (1.0 );
78
+ options .getExperimental ().getSessionReplay ().setOnErrorSampleRate (1.0 );
79
79
80
80
options .setBeforeSend ((event , hint ) -> {
81
81
You can’t perform that action at this time.
0 commit comments