Skip to content

Commit 6eb6ab6

Browse files
committed
add comma
1 parent 8f47758 commit 6eb6ab6

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
@@ -178,7 +178,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
178178
) {
179179
Log.w(
180180
"Sentry",
181-
"Invalid app start data: app not launched in foreground or app start took too long (>60s)"
181+
"Invalid app start data: app not launched in foreground or app start took too long (>60s)",
182182
)
183183
result.success(null)
184184
}

0 commit comments

Comments
 (0)