Skip to content

Commit

Permalink
fix(deps): update sentry to v7.20.0
Browse files Browse the repository at this point in the history
msfjarvis: disable Session Replay now that it's out of beta and paid
  • Loading branch information
renovate[bot] authored and msfjarvis committed Jan 3, 2025
1 parent 28720b0 commit c1b4af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022-2024 Harsh Shandilya.
* Copyright © 2022-2025 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
Expand All @@ -16,9 +16,6 @@ import javax.inject.Inject
@ContributesMultibinding(ApplicationScope::class)
class SentryAndroidPlugin @Inject constructor() : AppPlugin {
override fun apply(application: Application) {
SentryAndroid.init(application) { options ->
options.experimental.sessionReplay.onErrorSampleRate = 1.0
options.experimental.sessionReplay.sessionSampleRate = 0.1
}
SentryAndroid.init(application)
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lifecycle = "2.9.0-alpha08"
navigation = "2.9.0-alpha04"
retrofit = "2.11.0"
richtext = "1.0.0-alpha02"
sentry-sdk = "7.19.1"
sentry-sdk = "7.20.0"
serialization = "1.7.3"
sqldelight = "2.0.2"
store = "5.1.0-alpha05"
Expand Down

0 comments on commit c1b4af7

Please sign in to comment.