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 v6.34.0 #3408

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-android.sh from 6.33.1 to 6.34.0.

Auto-generated by a dependency updater.

Changelog

6.34.0

Features

  • Add current activity name to app context (#2999)
  • Add MonitorConfig param to CheckInUtils.withCheckIn (#3038)
    • This makes it easier to automatically create or update (upsert) monitors.
  • (Internal) Extract Android Profiler and Measurements for Hybrid SDKs (#3016)
  • (Internal) Remove SentryOptions dependency from AndroidProfiler (#3051)
  • (Internal) Add readBytesFromFile for use in Hybrid SDKs (#3052)
  • (Internal) Add getProguardUuid for use in Hybrid SDKs (#3054)

Fixes

  • Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see #2955 for more details (fix provided by Native SDK bump)
  • Ensure DSN uses http/https protocol (#3044)

Dependencies

6.33.2-beta.1

Fixes

  • Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see #2955 for more details (fix provided by Native SDK bump)

Dependencies

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from 529a9c1 to f1d6ab3 Compare November 21, 2023 03:02
Copy link
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1252.26 ms 1254.34 ms 2.08 ms
Size 2.92 MiB 3.43 MiB 522.97 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d0bf494+dirty 1266.20 ms 1267.52 ms 1.32 ms
3853f43+dirty 1271.74 ms 1278.04 ms 6.30 ms
e73f4ed+dirty 1282.90 ms 1309.30 ms 26.40 ms
9c48b2c+dirty 1253.39 ms 1256.30 ms 2.91 ms
27ef4ee+dirty 1236.41 ms 1244.90 ms 8.49 ms
6e8584e+dirty 1271.71 ms 1281.26 ms 9.55 ms
acadc0f+dirty 1271.12 ms 1272.28 ms 1.16 ms
8900e1a+dirty 1268.36 ms 1273.04 ms 4.68 ms
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms
e5c9b8b+dirty 1276.90 ms 1280.92 ms 4.02 ms

App size

Revision Plain With Sentry Diff
d0bf494+dirty 2.92 MiB 3.40 MiB 488.08 KiB
3853f43+dirty 2.92 MiB 3.41 MiB 503.54 KiB
e73f4ed+dirty 2.92 MiB 3.38 MiB 475.71 KiB
9c48b2c+dirty 2.92 MiB 3.41 MiB 499.97 KiB
27ef4ee+dirty 2.92 MiB 3.41 MiB 503.72 KiB
6e8584e+dirty 2.92 MiB 3.44 MiB 536.52 KiB
acadc0f+dirty 2.92 MiB 3.39 MiB 487.34 KiB
8900e1a+dirty 2.92 MiB 3.39 MiB 485.96 KiB
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB
e5c9b8b+dirty 2.92 MiB 3.43 MiB 524.50 KiB

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

Startup times

Revision Plain With Sentry Diff
111c58e+dirty 1219.08 ms 1238.76 ms 19.67 ms
6222f43+dirty 1259.68 ms 1261.64 ms 1.96 ms
80e039e+dirty 1266.88 ms 1275.52 ms 8.64 ms
8d763c2+dirty 1296.18 ms 1311.02 ms 14.84 ms
107b129+dirty 1261.74 ms 1269.16 ms 7.42 ms
59de53f+dirty 1288.46 ms 1293.40 ms 4.95 ms
2e9a42f+dirty 1248.31 ms 1248.52 ms 0.21 ms
fa42167+dirty 1290.73 ms 1315.08 ms 24.35 ms
ad7319a+dirty 1235.78 ms 1239.62 ms 3.84 ms
cd98a44+dirty 1303.06 ms 1307.82 ms 4.76 ms

App size

Revision Plain With Sentry Diff
111c58e+dirty 2.92 MiB 3.41 MiB 501.00 KiB
6222f43+dirty 2.92 MiB 3.44 MiB 536.26 KiB
80e039e+dirty 2.92 MiB 3.44 MiB 535.20 KiB
8d763c2+dirty 2.92 MiB 3.44 MiB 536.46 KiB
107b129+dirty 2.92 MiB 3.38 MiB 475.70 KiB
59de53f+dirty 2.92 MiB 3.43 MiB 524.73 KiB
2e9a42f+dirty 2.92 MiB 3.41 MiB 503.53 KiB
fa42167+dirty 2.92 MiB 3.41 MiB 499.08 KiB
ad7319a+dirty 2.92 MiB 3.43 MiB 524.67 KiB
cd98a44+dirty 2.92 MiB 3.43 MiB 524.25 KiB

Copy link
Member

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@krystofwoldrich krystofwoldrich merged commit 787a8e7 into main Nov 21, 2023
47 of 50 checks passed
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-android.sh branch November 21, 2023 15:11
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