Skip to content

Commit 3268a4f

Browse files
chore(android): Remove dead code, cold start bool is now always present
1 parent 8e4eeb3 commit 3268a4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
147147
if (appStartTime == null) {
148148
Log.w("Sentry", "App start won't be sent due to missing appStartTime")
149149
result.success(null)
150-
} else if (isColdStart == null) {
151-
Log.w("Sentry", "App start won't be sent due to missing isColdStart")
152-
result.success(null)
153150
} else {
154151
val appStartTimeMillis = DateUtils.nanosToMillis(appStartTime.nanoTimestamp().toDouble())
155152
val item = mapOf<String, Any?>(

0 commit comments

Comments
 (0)