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.10 #3713

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

Conversation

github-actions[bot]
Copy link
Contributor

Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.10.

Auto-generated by a dependency updater.

Changelog

0.7.10

Fixes:

  • Correct the timestamp resolution to microseconds on Windows. (#1039)

0.7.9

Fixes:

  • Check file-writer construction when writing envelope to path. (#1036)

0.7.8

Features:

  • Let the envelope serialization stream directly to the file. (#1021)
  • Support 16kb page sizes on Android 15. (#1028)

0.7.7

Fixes:

Internal:

Thank you:

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 added the dependencies Pull requests that update a dependency file label Sep 24, 2024
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.10 branch from b54ec9b to 9dbf6c8 Compare September 24, 2024 03:07
Copy link
Contributor Author

github-actions bot commented Sep 24, 2024

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 471.21 ms 492.22 ms 21.01 ms
Size 1.70 MiB 2.35 MiB 668.64 KiB

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

Startup times

Revision Plain With Sentry Diff
6c83dd1 427.98 ms 452.70 ms 24.72 ms
3d4c3ba 403.98 ms 451.86 ms 47.88 ms
d982ea6 468.02 ms 492.77 ms 24.75 ms
1f2064a 421.78 ms 452.53 ms 30.76 ms
e1c8e50 364.18 ms 416.74 ms 52.56 ms
2cf253d 466.20 ms 506.75 ms 40.55 ms
f2f1aaf 417.11 ms 461.94 ms 44.83 ms
6a3211e 371.36 ms 464.04 ms 92.68 ms
50e33eb 511.08 ms 575.06 ms 63.98 ms
1b2cc85 412.74 ms 440.57 ms 27.83 ms

App size

Revision Plain With Sentry Diff
6c83dd1 1.70 MiB 2.35 MiB 668.49 KiB
3d4c3ba 1.70 MiB 2.35 MiB 667.74 KiB
d982ea6 1.70 MiB 2.35 MiB 662.61 KiB
1f2064a 1.70 MiB 2.35 MiB 668.36 KiB
e1c8e50 1.70 MiB 2.35 MiB 668.28 KiB
2cf253d 1.70 MiB 2.35 MiB 668.44 KiB
f2f1aaf 1.70 MiB 2.35 MiB 668.49 KiB
6a3211e 1.70 MiB 2.35 MiB 661.72 KiB
50e33eb 1.70 MiB 2.35 MiB 667.75 KiB
1b2cc85 1.70 MiB 2.35 MiB 667.74 KiB

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.10 branch 3 times, most recently from 03af202 to 7814907 Compare October 1, 2024 11:48
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.10 branch 8 times, most recently from c267073 to 0f6eada Compare October 10, 2024 06:51
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.10 branch 10 times, most recently from 4bda2c7 to a1c9ae8 Compare October 16, 2024 22:17
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.10 branch 10 times, most recently from 4943edd to f0d2f53 Compare October 17, 2024 13:43
@bruno-garcia bruno-garcia force-pushed the deps/sentry-android-ndk/sentry-native/0.7.10 branch from f0d2f53 to 816daf8 Compare October 18, 2024 08:47
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.

2 participants