-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
chore(deps): update Native SDK to v0.7.2 #3314
Merged
stefanosiano
merged 3 commits into
main
from
deps/sentry-android-ndk/sentry-native/0.7.2
Jun 25, 2024
Merged
chore(deps): update Native SDK to v0.7.2 #3314
stefanosiano
merged 3 commits into
main
from
deps/sentry-android-ndk/sentry-native/0.7.2
Jun 25, 2024
Conversation
This file contains 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
github-actions
bot
requested review from
adinauer,
romtsn and
stefanosiano
as code owners
April 4, 2024 03:02
github-actions
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 4, 2024
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
from
April 4, 2024 03:03
b0d81a7
to
fe7d5dd
Compare
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
baaf637 | 462.32 ms | 579.22 ms | 116.90 ms |
28c9a83 | 416.98 ms | 479.90 ms | 62.92 ms |
201048a | 418.62 ms | 481.67 ms | 63.05 ms |
7ab32b6 | 373.62 ms | 480.61 ms | 106.99 ms |
b172d4e | 352.92 ms | 446.50 ms | 93.58 ms |
3d8bd2b | 364.76 ms | 469.98 ms | 105.22 ms |
1e05e43 | 411.00 ms | 467.29 ms | 56.29 ms |
c554ca2 | 383.78 ms | 449.84 ms | 66.06 ms |
0bd723b | 375.20 ms | 452.41 ms | 77.20 ms |
99a51e2 | 405.11 ms | 479.65 ms | 74.54 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
baaf637 | 1.72 MiB | 2.27 MiB | 558.42 KiB |
28c9a83 | 1.70 MiB | 2.28 MiB | 592.00 KiB |
201048a | 1.70 MiB | 2.28 MiB | 592.32 KiB |
7ab32b6 | 1.70 MiB | 2.27 MiB | 584.63 KiB |
b172d4e | 1.72 MiB | 2.29 MiB | 578.09 KiB |
3d8bd2b | 1.72 MiB | 2.29 MiB | 577.53 KiB |
1e05e43 | 1.70 MiB | 2.28 MiB | 590.89 KiB |
c554ca2 | 1.70 MiB | 2.27 MiB | 582.25 KiB |
0bd723b | 1.72 MiB | 2.29 MiB | 578.09 KiB |
99a51e2 | 1.72 MiB | 2.29 MiB | 576.34 KiB |
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
11 times, most recently
from
April 9, 2024 12:51
274024a
to
874e7ad
Compare
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
3 times, most recently
from
April 23, 2024 16:27
276b375
to
fe97850
Compare
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
3 times, most recently
from
May 3, 2024 11:10
c039751
to
b48e518
Compare
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
4 times, most recently
from
May 13, 2024 12:26
a96a9ba
to
fecddad
Compare
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
from
May 16, 2024 09:54
fecddad
to
a4274a9
Compare
bruno-garcia
force-pushed
the
deps/sentry-android-ndk/sentry-native/0.7.2
branch
from
May 16, 2024 13:03
a4274a9
to
f33443f
Compare
stefanosiano
approved these changes
Jun 25, 2024
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.0 to 0.7.2.
Auto-generated by a dependency updater.
Changelog
0.7.2
Features:
SENTRY_TRANSPORT_COMPRESSION
. Requires systemzlib
. (#954)crashpad_handler
. (#973, [crashpad#98](https://github-redirect.dependabot.com/getsentry/crashpad/pull/98))Fixes:
Thank you:
0.7.1
Features:
Internal:
CRASHPAD_WER_ENABLED
build flag. The WER module is now built for all supported Windows targets, and registration is conditional on runtime Windows version checks. (#950, [crashpad#96](https://github-redirect.dependabot.com/getsentry/crashpad/pull/96))Docs:
data
property to the example. #951