[Issue Reporter Hook] Emit callback with issue report details#904
Merged
FranAguilera merged 5 commits intomainfrom Mar 13, 2026
Merged
[Issue Reporter Hook] Emit callback with issue report details#904FranAguilera merged 5 commits intomainfrom
FranAguilera merged 5 commits intomainfrom
Conversation
52140f3 to
db9c91c
Compare
murki
reviewed
Mar 9, 2026
murki
reviewed
Mar 9, 2026
murki
reviewed
Mar 9, 2026
murki
reviewed
Mar 9, 2026
snowp
reviewed
Mar 9, 2026
c5ef39f to
d47cbba
Compare
Size Comparison Report (x86_64)
|
6fca118 to
5434ad8
Compare
5434ad8 to
d730fe2
Compare
Android Benchmark Results
Allocations
Timing
|
331a6fb to
24791c4
Compare
24791c4 to
4f0c36c
Compare
a04278f to
4cea601
Compare
4cea601 to
dab2308
Compare
murki
reviewed
Mar 13, 2026
| throwable: Throwable, | ||
| ) { | ||
| Log.e(LOG_TAG, message, throwable) | ||
| getInternalLogger()?.logInternalError(throwable) { message } |
Contributor
There was a problem hiding this comment.
i can't find where this method is defined, is this sending a report to our sdk errors endpoint, or actually logging and internal error log in timeline? (it should be the former)
Contributor
Author
There was a problem hiding this comment.
log an error in timeline
Contributor
Author
c430d6f to
2636d2e
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Depends on bitdriftlabs/shared-core#414
Adding crash hook callback option to the configuration object passed to the Capture.Logger.start call
Verification
With gradle-test-app:
Trigger crashes and verify log emitted. See session
Force a runtime exception within customer callback implementation. Verify internal error is reported. See session here
With bazel release hello-world test app:
With iOS HelloWorld app:
CHANGELOG.md's "Unreleased" section has been updated, if applicable.