Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 20, 2023
1 parent b3baad6 commit 0c1a6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
- Bump CLI from v2.20.6 to v2.20.7 ([#2604](https://github.com/getsentry/sentry-dotnet/pull/2604))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2207)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.6...2.20.7)
- Bump Cocoa SDK from v8.11.0 to v8.12.0 ([#2640](https://github.com/getsentry/sentry-dotnet/pull/2640))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12.0)

## 3.39.1

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 76 files
+3 −3 .github/workflows/benchmarking.yml
+8 −8 .github/workflows/build.yml
+1 −1 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/format-code.yml
+5 −5 .github/workflows/lint.yml
+2 −2 .github/workflows/profile-data-generator.yml
+1 −1 .github/workflows/release.yml
+2 −2 .github/workflows/saucelabs-UI-tests.yml
+6 −6 .github/workflows/test.yml
+1 −1 .github/workflows/testflight.yml
+15 −0 CHANGELOG.md
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+2 −2 Sentry.podspec
+2 −2 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+2 −3 SentryTestUtils/TestClient.swift
+1 −0 SentryTestUtils/TestDispatchSourceWrapper.swift
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+58 −52 Sources/Resources/PrivacyInfo.xcprivacy
+1 −1 Sources/Sentry/PrivateSentrySDKOnly.mm
+2 −2 Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm
+13 −15 Sources/Sentry/SentryAppStartTracker.m
+0 −4 Sources/Sentry/SentryAppStartTrackingIntegration.m
+3 −4 Sources/Sentry/SentryAppStateManager.m
+26 −12 Sources/Sentry/SentryBreadcrumbTracker.m
+4 −19 Sources/Sentry/SentryClient.m
+1 −0 Sources/Sentry/SentryCoreDataTracker.m
+26 −1 Sources/Sentry/SentryDependencyContainer.m
+1 −2 Sources/Sentry/SentryDispatchSourceWrapper.m
+4 −4 Sources/Sentry/SentryExtraContextProvider.h
+0 −8 Sources/Sentry/SentryExtraContextProvider.m
+23 −2 Sources/Sentry/SentryHub.m
+1 −1 Sources/Sentry/SentryMeta.m
+9 −5 Sources/Sentry/SentryMetricProfiler.mm
+2 −1 Sources/Sentry/SentryNetworkTracker.m
+2 −7 Sources/Sentry/SentryOptions.m
+34 −8 Sources/Sentry/SentryProfiler.mm
+1 −1 Sources/Sentry/SentryPropagationContext.m
+2 −8 Sources/Sentry/SentrySDK.m
+3 −0 Sources/Sentry/SentryTracer.m
+1 −3 Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h
+4 −0 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+1 −1 Sources/Sentry/include/HybridPublic/SentryOptions+HybridSDKs.h
+1 −3 Sources/Sentry/include/HybridPublic/SentryUser+Private.h
+2 −2 Sources/Sentry/include/SentryAppStartTracker.h
+1 −2 Sources/Sentry/include/SentryAppStateManager.h
+1 −3 Sources/Sentry/include/SentryEnvelope+Private.h
+1 −2 Sources/Sentry/include/SentryHttpStatusCodeRange+Private.h
+17 −8 Sources/Sentry/include/SentryHub+Private.h
+2 −0 Sources/Sentry/include/SentryMetricProfiler.h
+4 −2 Sources/Sentry/include/SentryOptions+Private.h
+2 −3 Sources/Sentry/include/SentryProfiler+Private.h
+7 −1 Sources/Sentry/include/SentryProfiler.h
+1 −1 Sources/Sentry/include/SentrySDK+Private.h
+1 −2 Sources/Sentry/include/SentrySpanContext+Private.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+24 −10 Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift
+4 −5 Tests/SentryProfilerTests/SentryProfilerTests.mm
+1 −1 Tests/SentryTests/Helper/SentryAppStateManagerTests.swift
+1 −0 Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTestDelegate.swift
+17 −11 Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift
+2 −2 Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift
+0 −2 Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackingIntegrationTests.swift
+1 −1 Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift
+1 −1 Tests/SentryTests/Integrations/WatchdogTerminations/SentryWatchdogTerminationsTrackerTests.swift
+1 −3 Tests/SentryTests/SentryClient+TestInit.h
+2 −2 Tests/SentryTests/SentryClientTests.swift
+2 −1 Tests/SentryTests/SentryCrash/SentryCrashTests.m
+6 −6 Tests/SentryTests/SentryHubTests.swift
+5 −6 Tests/SentryTests/SentrySDKTests.swift
+1 −1 Tests/SentryTests/SentryTests-Bridging-Header.h
+1 −1 Tests/SentryTests/SentryTests.m
+3 −0 Tests/SentryTests/State/SentryHub+Test.h
+1 −1 scripts/no-changes-in-high-risk-files.sh

0 comments on commit 0c1a6db

Please sign in to comment.