Skip to content
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.6 #3476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 13, 2024

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:

Thank you:

0.7.5

Features:

  • Change the timestamp resolution to microseconds. (#995)

Internal:

  • (Android) Switch ndk back to libc++_static, and hide it from prefab (#996)

0.7.4

Fixes:

  • Allow crashpad to run under Epic's Anti-Cheat Client by deferring the full crashpad_handler access rights to the client application until a crash occurred. (#980, [crashpad#99](https://github-redirect.dependabot.com/getsentry/crashpad/pull/99))
  • Reserve enough stack space on Windows for our handler to run when the stack is exhausted from stack-overflow. (#982)
  • Only configure a sigaltstack in inproc if no previous configuration exists on Linux and Android. (#982)
  • Store transaction data in the event property extra since the data property is discarded by relay. (#986)

Docs:

  • Add compile-time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file. (#976)

Internal:

  • Move sentry-android-ndk JNI related parts from sentry-java to sentry-native (#944)
    This will create a pre-built io.sentry:sentry-native-ndk maven artifact, suitable for being consumed by Android apps.

Thank you:

@github-actions github-actions bot requested a review from adinauer as a code owner June 13, 2024 03:02
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jun 13, 2024
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.6 branch from 35959cb to 88d99e6 Compare June 13, 2024 03:03
Copy link
Contributor Author

github-actions bot commented Jun 13, 2024

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 438.64 ms 506.86 ms 68.22 ms
Size 1.70 MiB 2.28 MiB 593.66 KiB

Baseline results on branch: main

Startup times

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

Previous results on branch: deps/sentry-android-ndk/sentry-native/0.7.6

Startup times

Revision Plain With Sentry Diff
4c480f8 392.87 ms 469.94 ms 77.07 ms
a828593 384.90 ms 434.73 ms 49.84 ms
43679fd 411.00 ms 473.52 ms 62.52 ms
3c6d7b2 586.98 ms 707.63 ms 120.65 ms
46e9b36 471.12 ms 549.24 ms 78.12 ms
981aecd 377.30 ms 457.94 ms 80.64 ms
a551184 393.62 ms 474.98 ms 81.36 ms
d8ea93f 536.22 ms 558.16 ms 21.94 ms
360a285 393.00 ms 458.53 ms 65.53 ms
8367a87 400.16 ms 476.08 ms 75.92 ms

App size

Revision Plain With Sentry Diff
4c480f8 1.70 MiB 2.28 MiB 593.24 KiB
a828593 1.70 MiB 2.28 MiB 593.07 KiB
43679fd 1.70 MiB 2.28 MiB 593.18 KiB
3c6d7b2 1.70 MiB 2.28 MiB 593.16 KiB
46e9b36 1.70 MiB 2.28 MiB 593.19 KiB
981aecd 1.70 MiB 2.28 MiB 593.16 KiB
a551184 1.70 MiB 2.28 MiB 593.16 KiB
d8ea93f 1.70 MiB 2.28 MiB 593.24 KiB
360a285 1.70 MiB 2.28 MiB 593.65 KiB
8367a87 1.70 MiB 2.28 MiB 593.07 KiB

@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.6 branch 5 times, most recently from b0eeb84 to faaeb66 Compare June 18, 2024 10:53
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.6 branch from faaeb66 to f781bdd Compare June 21, 2024 11:41
Copy link
Member

@stefanosiano stefanosiano left a 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

@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.6 branch 14 times, most recently from f8f12ec to 69c607e Compare July 2, 2024 08:01
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.6 branch from 69c607e to cd27ab2 Compare July 2, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants