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 Android SDK to v7.16.0 #4202

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-android.sh from 7.15.0 to 7.16.0.

Auto-generated by a dependency updater.

Changelog

7.16.0

Features

  • Add meta option to attach ANR thread dumps (#3791)

Fixes

  • Cache parsed Dsn (#3796)
  • fix invalid profiles when the transaction name is empty (#3747)
  • Deprecate enableTracing option (#3777)
  • Vendor java.util.Random and replace java.security.SecureRandom usages (#3783)
  • Fix potential ANRs due to NDK scope sync (#3754)
  • Fix potential ANRs due to NDK System.loadLibrary calls (#3670)
  • Fix slow Log calls on app startup (#3793)
  • Fix slow Integration name parsing (#3794)
  • Session Replay: Reduce startup and capture overhead (#3799)
  • Load lazy fields on init in the background (#3803)
  • Replace setOf with HashSet.add (#3801)

7.16.0-alpha.1

Features

  • Add meta option to attach ANR thread dumps (#3791)

Fixes

  • Cache parsed Dsn (#3796)
  • fix invalid profiles when the transaction name is empty (#3747)
  • Deprecate enableTracing option (#3777)
  • Vendor java.util.Random and replace java.security.SecureRandom usages (#3783)
  • Fix potential ANRs due to NDK scope sync (#3754)
  • Fix potential ANRs due to NDK System.loadLibrary calls (#3670)
  • Fix slow Log calls on app startup (#3793)
  • Fix slow Integration name parsing (#3794)
  • Session Replay: Reduce startup and capture overhead (#3799)

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Oct 24, 2024
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 388.54 ms 438.78 ms 50.24 ms
Size 7.15 MiB 8.35 MiB 1.20 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
5a22220+dirty 384.61 ms 419.06 ms 34.45 ms
76d1baf+dirty 339.02 ms 408.65 ms 69.63 ms
700cbf4+dirty 411.71 ms 485.52 ms 73.81 ms
27ef4ee+dirty 296.71 ms 351.00 ms 54.29 ms
b95b8af+dirty 392.94 ms 428.00 ms 35.06 ms
52a8031+dirty 330.72 ms 358.76 ms 28.03 ms
34aba08+dirty 331.79 ms 376.69 ms 44.91 ms
a989877+dirty 383.04 ms 400.92 ms 17.88 ms
62a750b+dirty 370.78 ms 376.73 ms 5.96 ms
22e31b6+dirty 295.75 ms 346.73 ms 50.98 ms

App size

Revision Plain With Sentry Diff
5a22220+dirty 7.15 MiB 8.21 MiB 1.06 MiB
76d1baf+dirty 7.15 MiB 8.09 MiB 964.41 KiB
700cbf4+dirty 7.15 MiB 8.34 MiB 1.19 MiB
27ef4ee+dirty 7.15 MiB 8.08 MiB 959.49 KiB
b95b8af+dirty 7.15 MiB 8.38 MiB 1.23 MiB
52a8031+dirty 7.15 MiB 8.09 MiB 965.95 KiB
34aba08+dirty 7.15 MiB 8.07 MiB 946.13 KiB
a989877+dirty 7.15 MiB 8.35 MiB 1.20 MiB
62a750b+dirty 7.15 MiB 8.21 MiB 1.06 MiB
22e31b6+dirty 7.15 MiB 8.10 MiB 981.29 KiB

Previous results on branch: deps/scripts/update-android.sh

Startup times

Revision Plain With Sentry Diff
d5edb06+dirty 378.54 ms 414.26 ms 35.72 ms

App size

Revision Plain With Sentry Diff
d5edb06+dirty 7.15 MiB 8.39 MiB 1.24 MiB

Copy link
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1241.92 ms 1237.90 ms -4.02 ms
Size 2.92 MiB 3.66 MiB 758.38 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
700cbf4+dirty 1233.96 ms 1228.27 ms -5.69 ms
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms
b95b8af+dirty 1235.60 ms 1242.06 ms 6.46 ms
6e8584e+dirty 1271.71 ms 1281.26 ms 9.55 ms
dadc233+dirty 1266.52 ms 1282.55 ms 16.03 ms
d7401ac+dirty 1288.10 ms 1289.54 ms 1.44 ms
9433f35+dirty 1232.24 ms 1232.74 ms 0.50 ms
1c65324+dirty 1239.71 ms 1239.86 ms 0.15 ms
2534337+dirty 1220.87 ms 1221.47 ms 0.60 ms
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms

App size

Revision Plain With Sentry Diff
700cbf4+dirty 2.92 MiB 3.64 MiB 740.57 KiB
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB
b95b8af+dirty 2.92 MiB 3.69 MiB 794.16 KiB
6e8584e+dirty 2.92 MiB 3.44 MiB 536.52 KiB
dadc233+dirty 2.92 MiB 3.40 MiB 492.53 KiB
d7401ac+dirty 2.92 MiB 3.40 MiB 488.06 KiB
9433f35+dirty 2.92 MiB 3.41 MiB 503.55 KiB
1c65324+dirty 2.92 MiB 3.61 MiB 705.56 KiB
2534337+dirty 2.92 MiB 3.43 MiB 529.76 KiB
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB

Previous results on branch: deps/scripts/update-android.sh

Startup times

Revision Plain With Sentry Diff
d5edb06+dirty 1234.31 ms 1237.86 ms 3.54 ms

App size

Revision Plain With Sentry Diff
d5edb06+dirty 2.92 MiB 3.69 MiB 794.20 KiB

Copy link
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1221.14 ms 1219.78 ms -1.36 ms
Size 2.36 MiB 3.10 MiB 753.07 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
700cbf4+dirty 1234.59 ms 1227.71 ms -6.88 ms
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms
b95b8af+dirty 1221.39 ms 1228.52 ms 7.13 ms
6e8584e+dirty 1274.50 ms 1296.82 ms 22.32 ms
dadc233+dirty 1223.20 ms 1236.88 ms 13.68 ms
d7401ac+dirty 1252.38 ms 1275.04 ms 22.66 ms
9433f35+dirty 1246.94 ms 1271.45 ms 24.52 ms
1c65324+dirty 1235.17 ms 1235.08 ms -0.09 ms
2534337+dirty 1225.08 ms 1230.26 ms 5.17 ms
e2b64fe+dirty 1232.22 ms 1255.20 ms 22.98 ms

App size

Revision Plain With Sentry Diff
700cbf4+dirty 2.36 MiB 3.08 MiB 734.22 KiB
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB
b95b8af+dirty 2.36 MiB 3.14 MiB 793.32 KiB
6e8584e+dirty 2.36 MiB 2.88 MiB 533.17 KiB
dadc233+dirty 2.36 MiB 2.84 MiB 486.85 KiB
d7401ac+dirty 2.36 MiB 2.83 MiB 481.14 KiB
9433f35+dirty 2.36 MiB 2.85 MiB 499.80 KiB
1c65324+dirty 2.36 MiB 3.04 MiB 698.64 KiB
2534337+dirty 2.36 MiB 2.88 MiB 525.47 KiB
e2b64fe+dirty 2.36 MiB 2.85 MiB 495.80 KiB

Previous results on branch: deps/scripts/update-android.sh

Startup times

Revision Plain With Sentry Diff
d5edb06+dirty 1236.40 ms 1245.30 ms 8.90 ms

App size

Revision Plain With Sentry Diff
d5edb06+dirty 2.36 MiB 3.14 MiB 793.32 KiB

Copy link
Collaborator

@antonis antonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@antonis antonis merged commit e5bc97b into main Oct 24, 2024
59 of 60 checks passed
@antonis antonis deleted the deps/scripts/update-android.sh branch October 24, 2024 07:03
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