Skip to content

Commit

Permalink
Update flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutte…
Browse files Browse the repository at this point in the history
…rPlugin.kt

Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
martinhaintz and buenaflor authored Sep 23, 2024
1 parent 1510a65 commit 9ccfd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
val appStartMetrics = AppStartMetrics.getInstance()

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

Expand Down

0 comments on commit 9ccfd74

Please sign in to comment.