-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: report startup crashes on android #1012
Merged
abdelhamid-f-nasser
merged 16 commits into
dev
from
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
Aug 24, 2023
Merged
feat: report startup crashes on android #1012
abdelhamid-f-nasser
merged 16 commits into
dev
from
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
Aug 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abdelhamid-f-nasser
force-pushed
the
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
branch
from
August 23, 2023 10:19
a8da51a
to
5df8857
Compare
abdelhamid-f-nasser
added a commit
that referenced
this pull request
Aug 23, 2023
Add changelog entry under the "Added" section for PR #1012 Jira ID: MOB-12628, MOB-12689, MOB-12690
abdelhamid-f-nasser
force-pushed
the
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
branch
from
August 23, 2023 14:25
5df8857
to
eefee21
Compare
abdelhamid-f-nasser
changed the title
feat: cp rn report startup crashes on android
feat: report startup crashes on android
Aug 23, 2023
a7medev
requested changes
Aug 24, 2023
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.
Great effort @abdelhamid-f-nasser! 👏🏼 Please check the review comments. 🙏🏼
android/src/test/java/com/instabug/reactlibrary/RNInstabugReactnativeModuleTest.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/reactlibrary/RNInstabug.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/reactlibrary/RNInstabug.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/reactlibrary/RNInstabug.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/instabug/reactlibrary/RNInstabug.java
Outdated
Show resolved
Hide resolved
abdelhamid-f-nasser
force-pushed
the
dev
branch
from
August 24, 2023 13:18
8610180
to
15e442b
Compare
Introduce a native-side SDK init API. This offers an alternative to standard react-native init API. It servers to catch startup crashes that might otherwise slip. This is due a gap between the native app launch and the initialization of the react-native SDK. During that time span, any crashes that occur aren't reported. Jira ID: MOB-12628, MOB-12689, MOB-12690
Optimizes the React Native SDK initialization, reusing the native init method eliminating duplicate code. Jira ID: MOB-12628, MOB-12689, MOB-12690
Bump up mockito-inline from 3.4.0 to 3.12.1 Jira ID: MOB-12628, MOB-12689, MOB-12690
Add changelog entry under the "Added" section for PR #1012 Jira ID: MOB-12628, MOB-12689, MOB-12690
Add tests fpr `RNInstabug` native `init` API, `setCurrentPlatform` and `setDeprecationBaseUrl`. Jira ID: MOB-12628, MOB-12689, MOB-12690
InvocationEvents wasn't passed from react-native init to native init method Jira ID: MOB-12628, MOB-12689, MOB-12690
This was failing tests as the mock wasn't closed and was redundant for this tests anyhow.
- Added a new test for overloaded init - Renamed the testInit testInitWithLogLevel
abdelhamid-f-nasser
force-pushed
the
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
branch
from
August 24, 2023 14:02
5c0340b
to
bb6e604
Compare
abdelhamid-f-nasser
deleted the
feat/MOB-12628-cp-rn-report-startup-crashes-on-android
branch
August 24, 2023 14:56
7 tasks
HeshamMegid
pushed a commit
that referenced
this pull request
Sep 17, 2023
Jira ID: MOB-12628, MOB-12689, MOB-12690
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
Type of change
Related issues
Checklists
Development
Code review