File tree Expand file tree Collapse file tree
kommunicateui/src/main/java/io/kommunicate/ui/utils
kommunicate/src/main/java/io/kommunicate/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ retrofit = "2.11.0"
3434robolectric = " 4.13"
3535runner = " 1.6.2"
3636seleniumJava = " 4.1.0"
37- sentryAndroid = " 6.28 .0"
37+ sentryAndroid = " 7.18 .0"
3838silicompressor = " 2.2.4"
3939swiperefreshlayout = " 1.1.0"
4040googleSecret = " 2.0.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import android.content.Context
44import io.kommunicate.devkit.api.account.user.MobiComUserPreference
55import io.kommunicate.commons.data.PrefSettings
66import io.kommunicate.BuildConfig
7- import io.sentry.Scope
7+ import io.sentry.IScope
88import io.sentry.Sentry
99import io.sentry.protocol.User
1010
@@ -21,7 +21,7 @@ object SentryUtils {
2121 }
2222
2323 val appId = PrefSettings .getInstance(context).applicationKey
24- Sentry .configureScope { scope: Scope ->
24+ Sentry .configureScope { scope: IScope ->
2525 // Setup Tags
2626 scope.setTag(KmUtils .SENTRY_SDK_ENVIRONMENT , BuildConfig .DEBUG .toString())
2727 scope.setTag(KmUtils .SENTRY_KOMMUNICATE_VERSION , BuildConfig .KOMMUNICATE_VERSION )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import io.kommunicate.devkit.api.account.user.MobiComUserPreference
55import io.kommunicate.commons.data.PrefSettings
66import io.kommunicate.ui.BuildConfig
77import io.kommunicate.utils.KmUtils
8- import io.sentry.Scope
8+ import io.sentry.IScope
99import io.sentry.Sentry
1010import io.sentry.protocol.User
1111
@@ -22,7 +22,7 @@ object SentryUtils {
2222// }
2323
2424 val appId = PrefSettings .getInstance(context).applicationKey
25- Sentry .configureScope { scope: Scope ->
25+ Sentry .configureScope { scope: IScope ->
2626 // Setup Tags
2727 scope.setTag(KmUtils .SENTRY_SDK_ENVIRONMENT , BuildConfig .DEBUG .toString())
2828 scope.setTag(KmUtils .SENTRY_KOMMUNICATE_VERSION , io.kommunicate.BuildConfig .KOMMUNICATE_VERSION )
You can’t perform that action at this time.
0 commit comments