-
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
[MOB-11561] Add onDimissHandler
API
#868
Draft
TheBuggedYRN
wants to merge
16
commits into
master
Choose a base branch
from
feat/on-dismiss-handler
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
TheBuggedYRN
force-pushed
the
feat/on-dismiss-handler
branch
from
January 12, 2023 15:19
9f02315
to
ff3226c
Compare
TheBuggedYRN
changed the title
[MOB-xxxx] Add
[MOB-11561] Add Jan 12, 2023
onDimissHandler
APIonDimissHandler
API
TheBuggedYRN
force-pushed
the
feat/on-dismiss-handler
branch
2 times, most recently
from
January 13, 2023 15:26
32c3ce9
to
d29ced4
Compare
TheBuggedYRN
force-pushed
the
feat/on-dismiss-handler
branch
from
February 8, 2023 09:55
75420d3
to
6cd77d1
Compare
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
* Restructure Native Directory * Remove commented code * Fix imports in mocks
* Migrate the current IBGEventEmitter which uses the old NativeAppEventEmitter and DeviceEventEmitter to the new NativeEventEmitter which requires each module to have its own event emitter so the way we use emitter got restructured. * Eliminate NetworkLogger's event emitters usage by using callbacks.
The upload scripts used to run while running both Unit and E2E CI jobs, resulting in more redundant time or unintended behavior. These scripts were disabled by: 1. Android: passing the `instabugUploadEnable` gradle property. 2. iOS: setting the `INSTABUG_SOURCEMAPS_UPLOAD_DISABLE` environment variable.
The old dantoml/danger:latest is updated 4 years ago, which makes it an obsolete image that lacks a lot of version upgrades.
The checkout step used to take around a minute due to the size of the repo (1 GB). With shallow checkouts, it gets down to one second.
TheBuggedYRN
force-pushed
the
feat/on-dismiss-handler
branch
from
March 16, 2023 13:47
6cd77d1
to
97eac9e
Compare
Generated by 🚫 Danger |
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
The old
BugReporting.onSDKDismissedHandler
used to have wrong types in the callback as mentioned in #620.This PR introduces a new API called
BugReporting.onDimissHandler
that has the correct enum types.Type of change
Related issues
Checklists
Development
Code review