-
-
Notifications
You must be signed in to change notification settings - Fork 461
chore(deps): update Native SDK to v0.7.6 #3476
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
Closed
Closed
Conversation
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
35959cb to
88d99e6
Compare
Contributor
Author
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 360a285 | 393.00 ms | 458.53 ms | 65.53 ms |
| 8367a87 | 400.16 ms | 476.08 ms | 75.92 ms |
| a828593 | 384.90 ms | 434.73 ms | 49.84 ms |
| f5c975a | 452.83 ms | 541.34 ms | 88.51 ms |
| 9f7b6fe | 399.10 ms | 468.37 ms | 69.27 ms |
| e45db32 | 458.21 ms | 597.08 ms | 138.87 ms |
| 46e9b36 | 471.12 ms | 549.24 ms | 78.12 ms |
| dcff9cf | 410.71 ms | 489.86 ms | 79.15 ms |
| a551184 | 393.62 ms | 474.98 ms | 81.36 ms |
| 7703b12 | 380.62 ms | 425.55 ms | 44.93 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 360a285 | 1.70 MiB | 2.28 MiB | 593.65 KiB |
| 8367a87 | 1.70 MiB | 2.28 MiB | 593.07 KiB |
| a828593 | 1.70 MiB | 2.28 MiB | 593.07 KiB |
| f5c975a | 1.70 MiB | 2.33 MiB | 645.12 KiB |
| 9f7b6fe | 1.70 MiB | 2.33 MiB | 645.12 KiB |
| e45db32 | 1.70 MiB | 2.33 MiB | 644.85 KiB |
| 46e9b36 | 1.70 MiB | 2.28 MiB | 593.19 KiB |
| dcff9cf | 1.70 MiB | 2.28 MiB | 593.10 KiB |
| a551184 | 1.70 MiB | 2.28 MiB | 593.16 KiB |
| 7703b12 | 1.70 MiB | 2.28 MiB | 593.19 KiB |
b0eeb84 to
faaeb66
Compare
faaeb66 to
f781bdd
Compare
stefanosiano
requested changes
Jun 25, 2024
Member
stefanosiano
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.
Let's leave this open for now but not merge it, as 0.7.4+ should be part of the 8.0.0 release
f8f12ec to
69c607e
Compare
69c607e to
cd27ab2
Compare
a823ee5 to
b7eac02
Compare
87b1c71 to
816177b
Compare
816177b to
71634b3
Compare
Member
|
closing in favor of #3667 |
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.
Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.6.
Auto-generated by a dependency updater.
Changelog
0.7.6
Fixes:
crashpadbackend on Windows ARM64 when using LLVM-MINGW. (#1003, [crashpad#101](https://github-redirect.dependabot.com/getsentry/crashpad/pull/101))crashpadtargets are included when building as a shared library using our exported CMake config. (#1007)find_dependency()instead offind_package()in the exported CMake config. (#1007, #1008, [crashpad#104](https://github-redirect.dependabot.com/getsentry/crashpad/pull/104))Thank you:
0.7.5
Features:
Internal:
libc++_static, and hide it from prefab (#996)0.7.4
Fixes:
crashpadto run under Epic's Anti-Cheat Client by deferring the fullcrashpad_handleraccess rights to the client application until a crash occurred. (#980, [crashpad#99](https://github-redirect.dependabot.com/getsentry/crashpad/pull/99))sigaltstackininprocif no previous configuration exists on Linux and Android. (#982)datain the event propertyextrasince thedataproperty is discarded byrelay. (#986)Docs:
SENTRY_TRANSPORT_COMPRESSIONdescription to theREADME.mdfile. (#976)Internal:
This will create a pre-built
io.sentry:sentry-native-ndkmaven artifact, suitable for being consumed by Android apps.Thank you: