File tree
3 files changed
+8
-1
lines changed- modules
- src/Sentry.Bindings.Cocoa
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
Submodule sentry-cocoa updated 74 files
- CHANGELOG.md+6
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+8-4
- Samples/iOS-Swift/iOS-SwiftUITests/BaseUITest.swift+25
- Samples/iOS-Swift/iOS-SwiftUITests/LaunchUITests.swift+1-20
- Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift+1-10
- Samples/iOS-Swift/iOS-SwiftUITests/UIEventBreadcrumbTests.swift+1-21
- Sentry.podspec+2-2
- Sentry.xcodeproj/project.pbxproj+6-6
- Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme+3
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/ClearTestState.swift+2
- SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h+1
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Configuration/SentryPrivate.xcconfig+1-1
- Sources/Sentry/SentryClient.m+3-1
- Sources/Sentry/SentryCrashExceptionApplication.m+4-2
- Sources/Sentry/SentryCrashIntegration.m+1-1
- Sources/Sentry/SentryCrashWrapper.m+5-3
- Sources/Sentry/SentryDependencyContainer.m+13
- Sources/Sentry/SentryFrame.m+1-2
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryNetworkTracker.m+7-1
- Sources/Sentry/SentryPropagationContext.h-2
- Sources/Sentry/SentryPropagationContext.m-14
- Sources/Sentry/SentrySDK.m+1-1
- Sources/Sentry/SentryTraceContext.m+14
- Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h+2
- Sources/Sentry/include/SentryTraceContext.h+11
- Sources/SentryCrash/Installations/SentryCrashInstallation.m+5-4
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c+6-6
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m+3-1
- Sources/SentryCrash/Recording/SentryCrash.h-4
- Sources/SentryCrash/Recording/SentryCrash.m-9
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryTests/Helper/SentryAppStateManagerTests.swift+1
- Tests/SentryTests/Helper/SentryCurrentDateTests.swift+5
- Tests/SentryTests/Helper/SentryDateUtilTests.swift+5-1
- Tests/SentryTests/Helper/SentryExtraContextProviderTests.swift+5
- Tests/SentryTests/Helper/SentryFileManagerTests.swift+1
- Tests/SentryTests/Helper/SentryLogTests.swift+1
- Tests/SentryTests/Integrations/ANR/SentryANRTrackerTests.swift+1
- Tests/SentryTests/Integrations/MetricKit/SentryMXManagerTests.swift+5
- Tests/SentryTests/Integrations/MetricKit/SentryMetricKitIntegrationTests.swift+5
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackingIntegrationTests.swift+2
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackingIntegrationTests.swift+1
- Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift+4-2
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift+5-7
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashReportTests.swift+3-1
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashScopeObserverTests.swift+2-8
- Tests/SentryTests/Networking/RateLimits/SentryDefaultRateLimitsTests.swift+5
- Tests/SentryTests/Networking/RateLimits/SentryRateLimitsParserTests.swift+5
- Tests/SentryTests/Networking/RateLimits/SentryRetryAfterHeaderParserTests.swift+5
- Tests/SentryTests/Networking/SentryHttpTransportTests.swift+1
- Tests/SentryTests/Networking/SentryTransportAdapterTests.swift+5
- Tests/SentryTests/Networking/TestURLSession.h-15
- Tests/SentryTests/Networking/TestURLSession.m-27
- Tests/SentryTests/Protocol/SentryClientReportTests.swift+5
- Tests/SentryTests/Protocol/SentryEnvelopeTests.swift+6-9
- Tests/SentryTests/Protocol/SentryEventTests.swift+5
- Tests/SentryTests/SentryClientTests.swift+3-2
- Tests/SentryTests/SentryCrash/SentryBinaryImageCacheTests.m+1
- Tests/SentryTests/SentryCrash/SentryCrashInstallationReporterTests.swift+1
- Tests/SentryTests/SentryCrash/SentryCrashInstallationTests.m+25-12
- Tests/SentryTests/SentryCrash/SentryCrashStackEntryMapperTests.swift+6
- Tests/SentryTests/SentryCrash/SentryUIDeviceWrapperTests.swift+5
- Tests/SentryTests/SentryHubTests.swift+13-3
- Tests/SentryTests/SentrySDKTests.swift+1-1
- Tests/SentryTests/SentrySessionTests.swift+5
- Tests/SentryTests/SentryTests-Bridging-Header.h-1
- Tests/SentryTests/SentryUIApplicationTests.swift+6
- Tests/SentryTests/Transaction/SentrySpanTests.swift+5
- Tests/SentryTests/Transaction/SentryTraceStateTests.swift+34
- scripts/no-changes-in-high-risk-files.sh+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2177 | 2177 | | |
2178 | 2178 | | |
2179 | 2179 | | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
2180 | 2184 | | |
2181 | 2185 | | |
2182 | 2186 | | |
| |||
0 commit comments