-
-
Notifications
You must be signed in to change notification settings - Fork 469
feat: merge tombstone and native sdk events #5037
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
028f17b
feat: merge tombstone and native sdk events
supervacuus 6befa43
add preliminary change log
supervacuus aa8f65f
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus bf14914
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus d7d5447
add preliminary change log
supervacuus ba1bfc7
apply review+sync feedback
supervacuus 7d73c41
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus cd970cb
add tombstone manifest flag
supervacuus b832e7c
remove tombstone-native correlation via processStateSummary
supervacuus df83d57
2-phase streaming NativeEventCollector (#5065)
supervacuus e6f6788
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus 0ba1f6a
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus 00c5839
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus 72d5644
extract inner inApp check into a reusable static method
supervacuus 2fd6b28
reduce I/O in the collect() method of the NativeEventCollector.
supervacuus c3be389
add native attachments to TombstoneHint.
supervacuus c8dafdd
introduce VMA -> module coalescing via ModuleAccumulator
supervacuus f20587a
ensure native crash survives the merge
supervacuus 011008d
handle null nativeLibraryDir in TombstoneParser
supervacuus 423145d
clarify inApp vs nativeLibraryDir usage in code comment
supervacuus 03ac8a6
Merge branch 'main' into feat/tombstone_native_sdk_merge
supervacuus f028319
ignore stack frames from anonymous VMAs that don't resolve to a funct…
supervacuus 0ec2068
use the right nativeLibraryDir for the tombstone test fixture
supervacuus aeeacd2
add proguard rule for protobuf-lite
supervacuus 017ac5f
make BoundedInputStream safer wrt double closes
supervacuus 67aee7b
override empty function name behavior from SentryStackTraceFactory.is…
supervacuus 555a2d3
Merge branch 'main' into feat/tombstone_native_sdk_merge
markushi 3a78d01
Merge branch 'refs/heads/main' into feat/tombstone_native_sdk_merge
supervacuus 3e3fc73
pre merge preps.
supervacuus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| .DS_Store | ||
| .java-version | ||
| .idea/ | ||
| .gradle/ | ||
| .run/ | ||
|
|
||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.