Skip to content

Commit 9ccfd74

Browse files
Update flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt
Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 1510a65 commit 9ccfd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
172172
val appStartMetrics = AppStartMetrics.getInstance()
173173

174174
if (!appStartMetrics.isAppLaunchedInForeground) {
175-
Log.w("Sentry", "App not launched in Foreground")
175+
Log.w("Sentry", "Invalid app start data: app not launched in foreground")
176176
result.success(null)
177177
}
178178

0 commit comments

Comments
 (0)