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 Cocoa SDK to v8.2.0 #2776

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 23, 2023

Bumps scripts/update-cocoa.sh from 8.0.0 to 8.2.0.

Auto-generated by a dependency updater.

Changelog

8.2.0

Features

  • Add enableTracing option (#2693)
  • Add isMain thread to SentryThread (#2692)
  • Add in_foreground to App Context (#2692)
  • Combine UIKit and SwiftUI transactions (#2681)

Fixes

  • Cleanup AppHangTracking properly when closing SDK (#2671)
  • Add EXC_BAD_ACCESS subtypes to events (#2667)
  • Keep status of auto transactions when finishing (#2684)
  • Fix atomic import error for profiling (#2683)
  • Don't create breadcrumb for UITextField editingChanged event (#2686)
  • Fix EXC_BAD_ACCESS in SentryTracer (#2697)
  • Serialization of nullable booleans (#2706)

Improvements

  • Change debug image type to macho (#2701)

8.1.0

Features

  • Add thread information to File I/O spans (#2573)
  • AttachScreenshots is GA (#2623)
  • Gather profiling timeseries metrics for CPU usage and memory footprint (#2493)
  • Change SentryTracedView transactionName to viewName (#2630)

Fixes

  • Support uint64 in crash reports (#2631, #2642, #2663)
  • Always fetch view hierarchy on the main thread (#2629)
  • Carthage Xcode 14 compatibility issue (#2636)
  • Crash in CppException Monitor (#2639)
  • fix: Disable watchdog when disabling crash handler (#2621)
  • MachException Improvements (#2662)

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 11 times, most recently from d9fc247 to e2ea33d Compare January 30, 2023 15:46
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.0.0 chore(deps): update Cocoa SDK to v8.1.0 Jan 31, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 5 times, most recently from 9855050 to bac6e37 Compare February 3, 2023 17:39
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 2 times, most recently from de55ceb to 7756f8c Compare February 9, 2023 11:05
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 4 times, most recently from 912f6e3 to 6c81e4c Compare February 21, 2023 15:10
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 21, 2023

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 361.56 ms 371.09 ms 9.53 ms
Size 17.73 MiB 20.04 MiB 2.31 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d197b5c+dirty 338.94 ms 354.87 ms 15.93 ms
9a3ca65+dirty 326.93 ms 330.14 ms 3.21 ms
86d6d2c+dirty 332.90 ms 352.45 ms 19.55 ms

App size

Revision Plain With Sentry Diff
d197b5c+dirty 17.73 MiB 20.04 MiB 2.31 MiB
9a3ca65+dirty 17.73 MiB 20.04 MiB 2.31 MiB
86d6d2c+dirty 17.73 MiB 20.04 MiB 2.31 MiB

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

Startup times

Revision Plain With Sentry Diff
8da52c9+dirty 385.21 ms 422.36 ms 37.15 ms

App size

Revision Plain With Sentry Diff
8da52c9+dirty 17.73 MiB 20.04 MiB 2.31 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 21, 2023

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1263.68 ms 1273.90 ms 10.22 ms
Size 2.92 MiB 3.38 MiB 474.71 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d197b5c+dirty 1234.80 ms 1249.20 ms 14.40 ms
9a3ca65+dirty 1276.40 ms 1279.14 ms 2.74 ms
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms

App size

Revision Plain With Sentry Diff
d197b5c+dirty 2.92 MiB 3.37 MiB 464.41 KiB
9a3ca65+dirty 2.92 MiB 3.37 MiB 464.32 KiB
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 21, 2023

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 324.19 ms 331.16 ms 6.98 ms
Size 7.15 MiB 8.09 MiB 962.83 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d197b5c+dirty 258.75 ms 313.61 ms 54.86 ms
9a3ca65+dirty 344.96 ms 358.92 ms 13.96 ms
86d6d2c+dirty 267.21 ms 325.24 ms 58.04 ms

App size

Revision Plain With Sentry Diff
d197b5c+dirty 7.15 MiB 8.09 MiB 962.72 KiB
9a3ca65+dirty 7.15 MiB 8.09 MiB 962.83 KiB
86d6d2c+dirty 7.15 MiB 8.09 MiB 962.69 KiB

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

Startup times

Revision Plain With Sentry Diff
8da52c9+dirty 269.29 ms 290.76 ms 21.47 ms

App size

Revision Plain With Sentry Diff
8da52c9+dirty 7.15 MiB 8.09 MiB 962.83 KiB

@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v8.1.0 chore(deps): update Cocoa SDK to v8.2.0 Feb 23, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch 3 times, most recently from 1ccb8b1 to ff006fb Compare February 27, 2023 10:10
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 27, 2023

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1251.59 ms 1271.12 ms 19.53 ms
Size 2.36 MiB 2.82 MiB 468.50 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d197b5c+dirty 1217.61 ms 1242.66 ms 25.05 ms
9a3ca65+dirty 1247.06 ms 1274.58 ms 27.52 ms
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms

App size

Revision Plain With Sentry Diff
d197b5c+dirty 2.36 MiB 2.82 MiB 462.86 KiB
9a3ca65+dirty 2.36 MiB 2.82 MiB 462.89 KiB
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB

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

Startup times

Revision Plain With Sentry Diff
8da52c9+dirty 1214.59 ms 1224.90 ms 10.31 ms

App size

Revision Plain With Sentry Diff
8da52c9+dirty 2.36 MiB 2.82 MiB 468.48 KiB

@krystofwoldrich krystofwoldrich enabled auto-merge (squash) February 27, 2023 16:17
@krystofwoldrich krystofwoldrich changed the title chore(deps): update Cocoa SDK to v8.2.0 chore: update scripts/update-cocoa.sh to 8.2.0 Feb 27, 2023
@krystofwoldrich krystofwoldrich enabled auto-merge (squash) February 27, 2023 16:36
@github-actions github-actions bot changed the title chore: update scripts/update-cocoa.sh to 8.2.0 chore(deps): update Cocoa SDK to v8.2.0 Feb 28, 2023
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 6e77b9c into main Feb 28, 2023
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-cocoa.sh branch February 28, 2023 14:06
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