-
Notifications
You must be signed in to change notification settings - Fork 47
feat: enhance non-fatals support #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # example/ios/Podfile.lock # example/pubspec.lock # ios/instabug_flutter.podspec
# Conflicts: # example/ios/Podfile.lock # example/lib/main.dart # example/pubspec.lock
android/src/main/java/com/instabug/flutter/modules/CrashReportingApi.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @ahmedAlaaInstabug! 👏🏼 I have added some comments so please check them and let me know your thoughts. 🙏🏼
Side note: some iOS code/tests are broken because the snapshot is on v12.7.1
which doesn't contain App Flows and this branch's base has App Flows in it.
android/src/main/java/com/instabug/flutter/modules/CrashReportingApi.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/flutter/modules/CrashReportingApi.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/flutter/modules/CrashReportingApi.java
Outdated
Show resolved
Hide resolved
android/src/test/java/com/instabug/flutter/CrashReportingApiTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Ahmed Mahmoud <[email protected]>
…t/add-non-fatal-api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfetto! 👌🏼
The base branch was changed.
# Conflicts: # CHANGELOG.md # example/ios/Podfile.lock # ios/instabug_flutter.podspec
# Conflicts: # e2e/BugReportingTests.cs # example/android/app/src/main/AndroidManifest.xml # example/android/app/src/main/res/xml/network_security_config.xml # example/lib/main.dart
Description of the change
Type of change
Related issues
JIRA ID: MOB-13793
Development
Code review