Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command flutter doctor -v below:
[✓] Flutter (Channel stable, 2.0.1, on Mac OS X 10.15.7 19H524 darwin-x64, locale zh-Hans-CN)
• Flutter version 2.0.1 at /Users/tom/opt/flutter
• Framework revision c5a4b4029c (7 天前), 2021-03-04 09:47:48 -0800
• Engine revision 40441def69
• Dart version 2.12.0
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/tom/Library/Android/sdk
• Platform android-30, build-tools 29.0.3
• ANDROID_SDK_ROOT = /Users/tom/Library/Android/sdk
• Java binary at: /Users/tom/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/201.7042882/Android
Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.4, Build version 12D4e
• CocoaPods version 1.10.0
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.1)
• Android Studio at /Users/tom/Library/Application
Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/201.7042882/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
[✓] IntelliJ IDEA Ultimate Edition (version 2020.3)
• IntelliJ at /Users/tom/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] VS Code (version 1.53.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.20.0
[✓] Proxy Configuration
• HTTP_PROXY is set
• NO_PROXY is 127.0.0.1,localhost
• NO_PROXY contains 127.0.0.1
• NO_PROXY contains localhost
[✓] Connected device (3 available)
• JSN AL00a (mobile) • xxx • android-arm64 • Android 10 (API 29)
• iPhone 11 (mobile) • 1xxx7 • ios •
com.apple.CoreSimulator.SimRuntime.iOS-14-4 (simulator)
• Chrome (web) • chrome • web-javascript • Google Chrome
89.0.4389.82
• No issues found!
The version of the SDK (See pubspec.lock):
latest
I have the following issue:
Hi thanks for the lib! I want to know when an event has sent successfully. In my case, when a bug occurs, I show a dialog to the user, and tell them that they should exit and restart the app. Therefore, I have to know when Sentry has finish sending the bug information - otherwise if I exit the app too quickly, the bug information may lost!
Thanks!
Steps to reproduce:
Actual result:
Expected result:
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command
flutter doctor -vbelow:The version of the SDK (See pubspec.lock):
latest
I have the following issue:
Hi thanks for the lib! I want to know when an event has sent successfully. In my case, when a bug occurs, I show a dialog to the user, and tell them that they should exit and restart the app. Therefore, I have to know when Sentry has finish sending the bug information - otherwise if I exit the app too quickly, the bug information may lost!
Thanks!
Steps to reproduce:
Actual result:
Expected result: