Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 18, 2023
1 parent 1c5af5b commit 42e314d
Showing 1 changed file with 1 addition and 1 deletion.
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 42e314d

Please sign in to comment.