We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a3e75 commit 010b0f2Copy full SHA for 010b0f2
2 files changed
composeApp/src/commonMain/kotlin/io/middlepoint/morestuff/shared/data/sync/DataSyncManager.kt
@@ -134,7 +134,7 @@ class DataSyncManagerImpl(
134
}
135
136
data.maxUpdatedAt()?.let {
137
- logger.d { "new lastPullTime: $it" }
+ logger.d { "new lastPushTime: $it" }
138
lastPushTime = it
139
140
composeApp/src/nonWebMain/kotlin/io/middlepoint/morestuff/shared/platform/Platform.nonWeb.kt
@@ -5,7 +5,7 @@ import io.sentry.kotlin.multiplatform.Sentry
5
actual fun initializeSentry() {
6
Sentry.init { options ->
7
options.dsn = "https://bc0a969f01468e75bd5473e27a205277@o4509511098040320.ingest.de.sentry.io/4509511355531344"
8
- options.debug = true
+ options.debug = false
9
10
11
0 commit comments