-
Notifications
You must be signed in to change notification settings - Fork 10
[FatalIssueReporter] Add BuiltIn as part of Configuration object #436
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
e688064 to
015024a
Compare
📦 APK Size Report
|
|
We should change iOS as well if we're ok with this change |
| appContext, | ||
| FatalIssueReporterStorage(destinationDirectory.destinationDirectory), | ||
| ) | ||
| captureUncaughtExceptionHandler.install(this) |
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.
no need to include uninstall anymore?
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.
still needed, sorry it's a bit noisy this was part of the setup action before but now done here directly as part of the initial setup
murki
left a comment
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.
change lgtm for android but we should have API parity on iOS
thanks! let's discuss in sync in a bit |
af18b95 to
39a8ebe
Compare
📦 APK Size Report
|
39a8ebe to
83b64b6
Compare
📦 APK Size Report
|
83b64b6 to
b1483ae
Compare
b1483ae to
7df9a66
Compare
📦 APK Size Report
|
f0d4583 to
b3392f7
Compare
📦 APK Size Report
|
b3392f7 to
0c6069d
Compare
📦 APK Size Report
|
Part of BIT-5634
What
initIntegrationFatalIssueReportingis now hidden. Will reopen if there is interest in using this modeTook the opportunity to pass optional context to Logger.start for cases the library needs to be initialized within ContentProviders, etc
NOTE: For now
initIntegrationFatalIssueReportingwill be a hidden API. If we need to open this again in the future will revisitVerification
Verified BuiltIn reporting works as expected see session