Skip to content

Commit 143414f

Browse files
committed
Update
1 parent 780a59c commit 143414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/example/integration_test/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ void main() {
604604
await setupSentryAndApp(tester);
605605
});
606606

607-
if (Platform.isAndroid || Platform.isIOS || Platform.isMacOS) {
607+
if (Platform.isAndroid || Platform.isIOS) {
608608
// fetchNativeAppStart should return data on mobile platforms
609609
final appStart = await SentryFlutter.native?.fetchNativeAppStart();
610610

0 commit comments

Comments
 (0)