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.32.0 #3341

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 13, 2023

Bumps scripts/update-android.sh from 6.30.0 to 6.32.0.

Auto-generated by a dependency updater.

Changelog

6.32.0

Features

  • Make DebugImagesLoader public (#2993)

Fixes

  • Make SystemEventsBroadcastReceiver exported on API 33+ (#2990)
    • This will fix the SystemEventsBreadcrumbsIntegration crashes that you might have encountered on Play Console

6.31.0

Features

  • Improve default debouncing mechanism (#2945)
  • Add CheckInUtils.withCheckIn which abstracts away some of the manual check-ins complexity (#2959)
  • Add SentryCaptureExceptionParameter annotation which captures exceptions passed into an annotated method (#2764)
    • This can be used to replace Sentry.captureException calls in ExceptionHandler of a ControllerAdvice
  • Add ServerWebExchange to Hint for WebFlux as WEBFLUX_EXCEPTION_HANDLER_EXCHANGE (#2977)
  • Allow filtering GraphQL errors (#2967)
    • This list can be set directly when calling the constructor of SentryInstrumentation
    • For Spring Boot it can also be set in application.properties as sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR

Fixes

  • Add OkHttp span auto-close when response body is not read (#2923)
  • Fix json parsing of nullable/empty fields for Hybrid SDKs (#2968)
    • (Internal) Rename nextList to nextListOrNull to actually match what the method does
    • (Hybrid) Check if there's any object in a collection before trying to parse it (which prevents the "Failed to deserilize object in list" log message)
    • (Hybrid) If a date can't be parsed as an ISO timestamp, attempts to parse it as millis silently, without printing a log message
    • (Hybrid) If op is not defined as part of SpanContext, fallback to an empty string, because the filed is optional in the spec
  • Always attach OkHttp errors and Http Client Errors only to call root span (#2961)
  • Fixed crash accessing Choreographer instance (#2970)

Dependencies

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Oct 13, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from f919c31 to 4e46fbb Compare October 13, 2023 03:03
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 13, 2023

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 423.71 ms 437.36 ms 13.65 ms
Size 17.73 MiB 19.86 MiB 2.12 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
70caa60+dirty 299.00 ms 321.02 ms 22.02 ms
457e29f 398.10 ms 421.39 ms 23.29 ms
9c48b2c 349.24 ms 385.96 ms 36.72 ms
15c80ab+dirty 336.27 ms 350.58 ms 14.31 ms
3853f43 329.68 ms 346.32 ms 16.64 ms
9433f35 347.64 ms 356.22 ms 8.58 ms
0677344 327.74 ms 337.14 ms 9.40 ms
d0bf494+dirty 375.37 ms 395.14 ms 19.77 ms
e5c9b8b 409.02 ms 426.66 ms 17.64 ms
abb7058 370.27 ms 389.58 ms 19.31 ms

App size

Revision Plain With Sentry Diff
70caa60+dirty 17.73 MiB 19.75 MiB 2.01 MiB
457e29f 17.73 MiB 19.84 MiB 2.10 MiB
9c48b2c 17.73 MiB 19.80 MiB 2.07 MiB
15c80ab+dirty 17.73 MiB 20.04 MiB 2.31 MiB
3853f43 17.73 MiB 19.81 MiB 2.08 MiB
9433f35 17.73 MiB 19.81 MiB 2.08 MiB
0677344 17.73 MiB 19.81 MiB 2.07 MiB
d0bf494+dirty 17.73 MiB 19.75 MiB 2.02 MiB
e5c9b8b 17.73 MiB 19.83 MiB 2.10 MiB
abb7058 17.73 MiB 19.83 MiB 2.10 MiB

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

Startup times

Revision Plain With Sentry Diff
59de53f 388.17 ms 435.58 ms 47.41 ms
111c58e 313.04 ms 316.54 ms 3.50 ms
fa42167 335.87 ms 355.96 ms 20.09 ms
cd98a44 491.98 ms 596.15 ms 104.17 ms
2e9a42f 358.96 ms 384.77 ms 25.81 ms
bf931f5+dirty 346.46 ms 394.20 ms 47.75 ms
107b129+dirty 329.36 ms 344.82 ms 15.46 ms
ad7319a 393.06 ms 413.16 ms 20.10 ms
8d763c2 449.80 ms 472.92 ms 23.12 ms
6222f43 420.96 ms 446.28 ms 25.32 ms

App size

Revision Plain With Sentry Diff
59de53f 17.73 MiB 19.84 MiB 2.10 MiB
111c58e 17.73 MiB 19.81 MiB 2.07 MiB
fa42167 17.73 MiB 19.80 MiB 2.07 MiB
cd98a44 17.73 MiB 19.83 MiB 2.10 MiB
2e9a42f 17.73 MiB 19.81 MiB 2.08 MiB
bf931f5+dirty 17.73 MiB 19.75 MiB 2.02 MiB
107b129+dirty 17.73 MiB 20.04 MiB 2.31 MiB
ad7319a 17.73 MiB 19.84 MiB 2.10 MiB
8d763c2 17.73 MiB 19.86 MiB 2.12 MiB
6222f43 17.73 MiB 19.86 MiB 2.12 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 13, 2023

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1256.46 ms 1284.62 ms 28.16 ms
Size 2.36 MiB 2.88 MiB 533.06 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2b64fe+dirty 1232.22 ms 1255.20 ms 22.98 ms
3853f43+dirty 1221.82 ms 1242.64 ms 20.82 ms
dadc233+dirty 1223.20 ms 1236.88 ms 13.68 ms
457e29f+dirty 1253.94 ms 1269.18 ms 15.24 ms
acadc0f+dirty 1264.38 ms 1290.06 ms 25.68 ms
0db0c72+dirty 1275.02 ms 1285.84 ms 10.82 ms
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms
5446992+dirty 1273.28 ms 1276.68 ms 3.40 ms
d7401ac+dirty 1252.38 ms 1275.04 ms 22.66 ms
ad6c299+dirty 1244.76 ms 1260.10 ms 15.34 ms

App size

Revision Plain With Sentry Diff
e2b64fe+dirty 2.36 MiB 2.85 MiB 495.80 KiB
3853f43+dirty 2.36 MiB 2.85 MiB 499.81 KiB
dadc233+dirty 2.36 MiB 2.84 MiB 486.85 KiB
457e29f+dirty 2.36 MiB 2.87 MiB 520.67 KiB
acadc0f+dirty 2.36 MiB 2.83 MiB 480.37 KiB
0db0c72+dirty 2.36 MiB 2.84 MiB 487.01 KiB
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB
5446992+dirty 2.36 MiB 2.88 MiB 531.94 KiB
d7401ac+dirty 2.36 MiB 2.83 MiB 481.14 KiB
ad6c299+dirty 2.36 MiB 2.84 MiB 488.85 KiB

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

Startup times

Revision Plain With Sentry Diff
cd98a44+dirty 1253.20 ms 1273.48 ms 20.28 ms
bf931f5+dirty 1243.55 ms 1262.86 ms 19.31 ms
111c58e+dirty 1265.76 ms 1271.32 ms 5.56 ms
2e9a42f+dirty 1274.18 ms 1284.52 ms 10.34 ms
ad7319a+dirty 1215.82 ms 1236.38 ms 20.56 ms
e570815+dirty 1265.40 ms 1265.56 ms 0.16 ms
80e039e+dirty 1218.47 ms 1228.74 ms 10.27 ms
6222f43+dirty 1247.86 ms 1262.94 ms 15.08 ms
107b129+dirty 1257.08 ms 1267.98 ms 10.90 ms
fa42167+dirty 1239.02 ms 1239.22 ms 0.20 ms

App size

Revision Plain With Sentry Diff
cd98a44+dirty 2.36 MiB 2.87 MiB 520.20 KiB
bf931f5+dirty 2.36 MiB 2.83 MiB 481.13 KiB
111c58e+dirty 2.36 MiB 2.85 MiB 496.85 KiB
2e9a42f+dirty 2.36 MiB 2.85 MiB 499.83 KiB
ad7319a+dirty 2.36 MiB 2.87 MiB 520.67 KiB
e570815+dirty 2.36 MiB 2.88 MiB 531.96 KiB
80e039e+dirty 2.36 MiB 2.88 MiB 531.89 KiB
6222f43+dirty 2.36 MiB 2.88 MiB 532.92 KiB
107b129+dirty 2.36 MiB 2.82 MiB 469.43 KiB
fa42167+dirty 2.36 MiB 2.85 MiB 495.31 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 13, 2023

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1224.45 ms 1227.04 ms 2.59 ms
Size 2.92 MiB 3.44 MiB 536.50 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms
3853f43+dirty 1271.74 ms 1278.04 ms 6.30 ms
dadc233+dirty 1266.52 ms 1282.55 ms 16.03 ms
457e29f+dirty 1256.71 ms 1258.50 ms 1.79 ms
acadc0f+dirty 1271.12 ms 1272.28 ms 1.16 ms
0db0c72+dirty 1258.88 ms 1262.52 ms 3.64 ms
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms
5446992+dirty 1249.94 ms 1254.80 ms 4.86 ms
d7401ac+dirty 1288.10 ms 1289.54 ms 1.44 ms
ad6c299+dirty 1248.50 ms 1248.88 ms 0.38 ms

App size

Revision Plain With Sentry Diff
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB
3853f43+dirty 2.92 MiB 3.41 MiB 503.54 KiB
dadc233+dirty 2.92 MiB 3.40 MiB 492.53 KiB
457e29f+dirty 2.92 MiB 3.43 MiB 524.75 KiB
acadc0f+dirty 2.92 MiB 3.39 MiB 487.34 KiB
0db0c72+dirty 2.92 MiB 3.40 MiB 492.71 KiB
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB
5446992+dirty 2.92 MiB 3.44 MiB 535.26 KiB
d7401ac+dirty 2.92 MiB 3.40 MiB 488.06 KiB
ad6c299+dirty 2.92 MiB 3.40 MiB 494.12 KiB

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

Startup times

Revision Plain With Sentry Diff
2e9a42f+dirty 1248.31 ms 1248.52 ms 0.21 ms
8d763c2+dirty 1296.18 ms 1311.02 ms 14.84 ms
fa42167+dirty 1290.73 ms 1315.08 ms 24.35 ms
111c58e+dirty 1219.08 ms 1238.76 ms 19.67 ms
bf931f5+dirty 1256.24 ms 1281.14 ms 24.89 ms
e570815+dirty 1259.24 ms 1278.77 ms 19.52 ms
107b129+dirty 1261.74 ms 1269.16 ms 7.42 ms
ad7319a+dirty 1235.78 ms 1239.62 ms 3.84 ms
59de53f+dirty 1288.46 ms 1293.40 ms 4.95 ms
cd98a44+dirty 1303.06 ms 1307.82 ms 4.76 ms

App size

Revision Plain With Sentry Diff
2e9a42f+dirty 2.92 MiB 3.41 MiB 503.53 KiB
8d763c2+dirty 2.92 MiB 3.44 MiB 536.46 KiB
fa42167+dirty 2.92 MiB 3.41 MiB 499.08 KiB
111c58e+dirty 2.92 MiB 3.41 MiB 501.00 KiB
bf931f5+dirty 2.92 MiB 3.40 MiB 488.08 KiB
e570815+dirty 2.92 MiB 3.44 MiB 535.27 KiB
107b129+dirty 2.92 MiB 3.38 MiB 475.70 KiB
ad7319a+dirty 2.92 MiB 3.43 MiB 524.67 KiB
59de53f+dirty 2.92 MiB 3.43 MiB 524.73 KiB
cd98a44+dirty 2.92 MiB 3.43 MiB 524.25 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 13, 2023

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 321.74 ms 352.84 ms 31.09 ms
Size 7.15 MiB 8.13 MiB 1002.76 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
27ef4ee+dirty 296.71 ms 351.00 ms 54.29 ms
d361d38+dirty 257.72 ms 318.76 ms 61.04 ms
22e31b6+dirty 295.75 ms 346.73 ms 50.98 ms
8900e1a+dirty 371.40 ms 377.70 ms 6.31 ms
abb7058+dirty 320.78 ms 324.08 ms 3.30 ms
15c80ab+dirty 276.38 ms 327.54 ms 51.17 ms
1d86dd6+dirty 335.76 ms 371.22 ms 35.46 ms
9433f35+dirty 265.50 ms 336.08 ms 70.58 ms
3ffcddd+dirty 244.82 ms 295.47 ms 50.65 ms
e5c9b8b+dirty 335.40 ms 360.06 ms 24.67 ms

App size

Revision Plain With Sentry Diff
27ef4ee+dirty 7.15 MiB 8.08 MiB 959.49 KiB
d361d38+dirty 7.15 MiB 8.08 MiB 959.34 KiB
22e31b6+dirty 7.15 MiB 8.10 MiB 981.29 KiB
8900e1a+dirty 7.15 MiB 8.03 MiB 901.79 KiB
abb7058+dirty 7.15 MiB 8.10 MiB 980.40 KiB
15c80ab+dirty 7.15 MiB 8.09 MiB 966.13 KiB
1d86dd6+dirty 7.15 MiB 8.13 MiB 1002.18 KiB
9433f35+dirty 7.15 MiB 8.08 MiB 959.34 KiB
3ffcddd+dirty 7.15 MiB 8.04 MiB 912.17 KiB
e5c9b8b+dirty 7.15 MiB 8.10 MiB 980.41 KiB

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

Startup times

Revision Plain With Sentry Diff
2e9a42f+dirty 281.55 ms 334.18 ms 52.63 ms
8d763c2+dirty 352.61 ms 377.30 ms 24.69 ms
fa42167+dirty 270.35 ms 291.58 ms 21.23 ms
111c58e+dirty 265.72 ms 332.72 ms 67.00 ms
bf931f5+dirty 257.49 ms 300.92 ms 43.43 ms
e570815+dirty 360.67 ms 382.28 ms 21.61 ms
107b129+dirty 325.02 ms 347.26 ms 22.23 ms
ad7319a+dirty 367.02 ms 390.06 ms 23.04 ms
59de53f+dirty 362.75 ms 400.38 ms 37.63 ms
cd98a44+dirty 345.19 ms 374.66 ms 29.47 ms

App size

Revision Plain With Sentry Diff
2e9a42f+dirty 7.15 MiB 8.08 MiB 959.34 KiB
8d763c2+dirty 7.15 MiB 8.13 MiB 1002.69 KiB
fa42167+dirty 7.15 MiB 8.07 MiB 947.70 KiB
111c58e+dirty 7.15 MiB 8.07 MiB 950.00 KiB
bf931f5+dirty 7.15 MiB 8.04 MiB 910.84 KiB
e570815+dirty 7.15 MiB 8.12 MiB 1000.02 KiB
107b129+dirty 7.15 MiB 8.09 MiB 965.95 KiB
ad7319a+dirty 7.15 MiB 8.11 MiB 983.75 KiB
59de53f+dirty 7.15 MiB 8.11 MiB 983.75 KiB
cd98a44+dirty 7.15 MiB 8.10 MiB 979.68 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from 4e46fbb to c07078b Compare October 17, 2023 17:59
@github-actions github-actions bot changed the title chore(deps): update Android SDK to v6.31.0 chore(deps): update Android SDK to v6.32.0 Oct 19, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch 2 times, most recently from 82a9328 to 378c804 Compare October 23, 2023 13:17
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch 4 times, most recently from 9318e24 to 1375af2 Compare October 30, 2023 16:50
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from 1375af2 to 5b4e920 Compare October 30, 2023 17:16
@krystofwoldrich krystofwoldrich merged commit cb52c7c into main Oct 31, 2023
48 of 50 checks passed
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-android.sh branch October 31, 2023 09:30
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