RUMM-2787: Use message bus to report Java crashes to RUM#1173
Merged
0xnm merged 1 commit intoDec 7, 2022
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## nogorodnikov/rumm-2781/remove-duplication-of-userinfo-and-networkinfo-classes #1173 +/- ##
==============================================================================================================
Coverage 82.17% 82.17%
==============================================================================================================
Files 352 352
Lines 11898 11927 +29
Branches 2033 2042 +9
==============================================================================================================
+ Hits 9777 9801 +24
- Misses 1499 1503 +4
- Partials 622 623 +1
|
xgouchet
approved these changes
Dec 7, 2022
Base automatically changed from
nogorodnikov/rumm-2781/remove-duplication-of-userinfo-and-networkinfo-classes
to
feature/sdkv2
December 7, 2022 08:41
mariusc83
approved these changes
Dec 7, 2022
0xnm
deleted the
nogorodnikov/rumm-2787/use-message-bus-for-java-crashes-reporting-to-rum
branch
December 7, 2022 09:03
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 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.
What does this PR do?
This changes makes Java crash reporting use message bus to forward crash to RUM (as RUM error).
Review checklist (to be filled by reviewers)