We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a59c commit 143414fCopy full SHA for 143414f
packages/flutter/example/integration_test/integration_test.dart
@@ -604,7 +604,7 @@ void main() {
604
await setupSentryAndApp(tester);
605
});
606
607
- if (Platform.isAndroid || Platform.isIOS || Platform.isMacOS) {
+ if (Platform.isAndroid || Platform.isIOS) {
608
// fetchNativeAppStart should return data on mobile platforms
609
final appStart = await SentryFlutter.native?.fetchNativeAppStart();
610
0 commit comments