Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.15.1 (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 9, 2023
1 parent e33d239 commit a518ac7
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 @@ -4,6 +4,9 @@

### Dependencies

- Bump Cocoa SDK from v8.15.0 to v8.15.1 ([#1486](https://github.com/getsentry/sentry-unity/pull/1486))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8151)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.15.1)
- Bump .NET SDK from v3.40.1 to v3.41.0 ([#1487](https://github.com/getsentry/sentry-unity/pull/1487))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3410)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.40.1...3.41.0)
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 74 files
+6 −0 CHANGELOG.md
+8 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+25 −0 Samples/iOS-Swift/iOS-SwiftUITests/BaseUITest.swift
+1 −20 Samples/iOS-Swift/iOS-SwiftUITests/LaunchUITests.swift
+1 −10 Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift
+1 −21 Samples/iOS-Swift/iOS-SwiftUITests/UIEventBreadcrumbTests.swift
+2 −2 Sentry.podspec
+6 −6 Sentry.xcodeproj/project.pbxproj
+3 −0 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+2 −0 SentryTestUtils/ClearTestState.swift
+1 −0 SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+3 −1 Sources/Sentry/SentryClient.m
+4 −2 Sources/Sentry/SentryCrashExceptionApplication.m
+1 −1 Sources/Sentry/SentryCrashIntegration.m
+5 −3 Sources/Sentry/SentryCrashWrapper.m
+13 −0 Sources/Sentry/SentryDependencyContainer.m
+1 −2 Sources/Sentry/SentryFrame.m
+1 −1 Sources/Sentry/SentryMeta.m
+7 −1 Sources/Sentry/SentryNetworkTracker.m
+0 −2 Sources/Sentry/SentryPropagationContext.h
+0 −14 Sources/Sentry/SentryPropagationContext.m
+1 −1 Sources/Sentry/SentrySDK.m
+14 −0 Sources/Sentry/SentryTraceContext.m
+2 −0 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+11 −0 Sources/Sentry/include/SentryTraceContext.h
+5 −4 Sources/SentryCrash/Installations/SentryCrashInstallation.m
+6 −6 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c
+3 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m
+0 −4 Sources/SentryCrash/Recording/SentryCrash.h
+0 −9 Sources/SentryCrash/Recording/SentryCrash.m
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+1 −0 Tests/SentryTests/Helper/SentryAppStateManagerTests.swift
+5 −0 Tests/SentryTests/Helper/SentryCurrentDateTests.swift
+5 −1 Tests/SentryTests/Helper/SentryDateUtilTests.swift
+5 −0 Tests/SentryTests/Helper/SentryExtraContextProviderTests.swift
+1 −0 Tests/SentryTests/Helper/SentryFileManagerTests.swift
+1 −0 Tests/SentryTests/Helper/SentryLogTests.swift
+1 −0 Tests/SentryTests/Integrations/ANR/SentryANRTrackerTests.swift
+5 −0 Tests/SentryTests/Integrations/MetricKit/SentryMXManagerTests.swift
+5 −0 Tests/SentryTests/Integrations/MetricKit/SentryMetricKitIntegrationTests.swift
+2 −0 Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackingIntegrationTests.swift
+1 −0 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackingIntegrationTests.swift
+4 −2 Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift
+5 −7 Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
+3 −1 Tests/SentryTests/Integrations/SentryCrash/SentryCrashReportTests.swift
+2 −8 Tests/SentryTests/Integrations/SentryCrash/SentryCrashScopeObserverTests.swift
+5 −0 Tests/SentryTests/Networking/RateLimits/SentryDefaultRateLimitsTests.swift
+5 −0 Tests/SentryTests/Networking/RateLimits/SentryRateLimitsParserTests.swift
+5 −0 Tests/SentryTests/Networking/RateLimits/SentryRetryAfterHeaderParserTests.swift
+1 −0 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+5 −0 Tests/SentryTests/Networking/SentryTransportAdapterTests.swift
+0 −15 Tests/SentryTests/Networking/TestURLSession.h
+0 −27 Tests/SentryTests/Networking/TestURLSession.m
+5 −0 Tests/SentryTests/Protocol/SentryClientReportTests.swift
+6 −9 Tests/SentryTests/Protocol/SentryEnvelopeTests.swift
+5 −0 Tests/SentryTests/Protocol/SentryEventTests.swift
+3 −2 Tests/SentryTests/SentryClientTests.swift
+1 −0 Tests/SentryTests/SentryCrash/SentryBinaryImageCacheTests.m
+1 −0 Tests/SentryTests/SentryCrash/SentryCrashInstallationReporterTests.swift
+25 −12 Tests/SentryTests/SentryCrash/SentryCrashInstallationTests.m
+6 −0 Tests/SentryTests/SentryCrash/SentryCrashStackEntryMapperTests.swift
+5 −0 Tests/SentryTests/SentryCrash/SentryUIDeviceWrapperTests.swift
+13 −3 Tests/SentryTests/SentryHubTests.swift
+1 −1 Tests/SentryTests/SentrySDKTests.swift
+5 −0 Tests/SentryTests/SentrySessionTests.swift
+0 −1 Tests/SentryTests/SentryTests-Bridging-Header.h
+6 −0 Tests/SentryTests/SentryUIApplicationTests.swift
+5 −0 Tests/SentryTests/Transaction/SentrySpanTests.swift
+34 −0 Tests/SentryTests/Transaction/SentryTraceStateTests.swift
+1 −1 scripts/no-changes-in-high-risk-files.sh

0 comments on commit a518ac7

Please sign in to comment.