-
-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
Platform
Flutter Mobile iOS
Obfuscation
Enabled
Debug Info
Enabled
Doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.32.8, on macOS 26.1 25B78 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.1.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.104.2)
[✓] Connected device (5 available)
! Error: Browsing on the local area network for iPhone van T. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
Version
9.8.0
Steps to Reproduce
await SentryFlutter.init((options) {
options.dsn = kIsWeb
? 'https://[email protected]/someId'
: 'https://[email protected]/someOtherId';
options.tracesSampleRate = 0.01;
options.profilesSampleRate = 0.1;
options.addIntegration(LoggingIntegration());
options.captureFailedRequests = true;
options.environment = !kReleaseMode
? 'local-development'
: config.environment;
options.release = version;
options.enableLogs = true;
});dependencies:
flutter:
sdk: flutter
sentry_flutter: 9.8.0
sentry_logging: 9.8.0Expected Result
To see issues in Sentry portal coming from both Android and iOS
Since version 9.7.0, there are no issues coming in from our app from iOS devices.
Workaround is to downgrade to 9.6.0, but since there's a vulnerability (CVE-2025-53099), this is not an option for us.
Actual Result
Since version 9.7.0, there are no issues coming in from our app from iOS devices.
Are you willing to submit a PR?
No
Metadata
Metadata
Assignees
Projects
Status
No status