Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.10.0 (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
1 parent 1c5af5b commit b3f81f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

### Dependencies

- Bump Cocoa SDK from v8.9.5 to v8.9.6 ([#2546](https://github.com/getsentry/sentry-dotnet/pull/2546))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#896)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.5...8.9.6)
- Bump Cocoa SDK from v8.9.5 to v8.10.0 ([#2546](https://github.com/getsentry/sentry-dotnet/pull/2546), [#2550](https://github.com/getsentry/sentry-dotnet/pull/2550))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8100)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.5...8.10.0)

## 3.35.1

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 38 files
+13 −2 CHANGELOG.md
+7 −1 Samples/iOS-Swift/PerformanceBenchmarks/SentrySDKPerformanceBenchmarkTests.m
+30 −10 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+46 −0 Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme
+15 −4 Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
+300 −109 Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard
+0 −12 Samples/iOS-Swift/iOS-Swift/ErrorsViewController.swift
+12 −0 Samples/iOS-Swift/iOS-Swift/Extensions/UIViewControllerExtension.swift
+0 −12 Samples/iOS-Swift/iOS-Swift/ExtraViewController.swift
+42 −0 Samples/iOS-Swift/iOS-Swift/Profiling/ProfilingCPUWork.swift
+168 −0 Samples/iOS-Swift/iOS-Swift/Profiling/ProfilingNetworkScanner.swift
+117 −0 Samples/iOS-Swift/iOS-Swift/Profiling/ProfilingViewController.swift
+0 −19 Samples/iOS-Swift/iOS-Swift/ViewController.swift
+0 −112 Samples/iOS-Swift/iOS-Swift/ViewControllers/PerformanceViewController.swift
+2 −0 Samples/watchOS-Swift/watchOS-Swift WatchKit Extension/ContentView.swift
+1 −0 Samples/watchOS-Swift/watchOS-Swift WatchKit Extension/HostingController.swift
+14 −12 Samples/watchOS-Swift/watchOS-Swift.xcodeproj/project.pbxproj
+2 −2 Sentry.podspec
+3 −3 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+10 −0 SentryTestUtils/TestSentrySystemWrapper.swift
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+1 −0 Sources/Sentry/SentryClient.m
+1 −0 Sources/Sentry/SentryDependencyContainer.m
+2 −3 Sources/Sentry/SentryDevice.mm
+1 −1 Sources/Sentry/SentryMeta.m
+36 −0 Sources/Sentry/SentryMetricProfiler.mm
+18 −2 Sources/Sentry/SentrySystemWrapper.mm
+0 −0 Sources/Sentry/include/HybridPublic/SentryBinaryImageCache.h
+1 −1 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+0 −0 Sources/Sentry/include/HybridPublic/SentryFormatter.h
+1 −0 Sources/Sentry/include/SentryMetricProfiler.h
+6 −0 Sources/Sentry/include/SentrySystemWrapper.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+12 −2 Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift
+2 −2 Tests/SentryTests/Helper/SentryDeviceTests.mm

0 comments on commit b3f81f1

Please sign in to comment.