Commit 043468f
authored
1 file changed
+1
-1
lines changedSubmodule sentry-cocoa updated 74 files
- .github/file-filters.yml+22
- .github/last-release-runid+1-1
- .github/workflows/assemble-xcframework-variant.yml+8-35
- .github/workflows/benchmarking.yml+4-19
- .github/workflows/build-xcframework-variant-slices.yml+1-27
- .github/workflows/build.yml+1-1
- .github/workflows/integration-test.yml+1-1
- .github/workflows/lint-cocoapods-specs.yml+6-5
- .github/workflows/objc-conversion-analysis.yml+1-1
- .github/workflows/ready-to-merge-workflow.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/size-analysis.yml+93
- .github/workflows/test.yml+5-6
- .github/workflows/testflight.yml+1-1
- .github/workflows/ui-tests-common.yml+2-2
- .github/workflows/ui-tests-critical.yml+7-11
- .github/workflows/ui-tests.yml+15-42
- .github/workflows/unit-test-common.yml+7-1
- .gitignore+1
- CHANGELOG.md+73-1
- Makefile+1
- Package.swift+10-10
- Plans/Sentry_Base.xctestplan+1-1
- Plans/Sentry_Flaky.xctestplan+5
- Samples/SDK-Size/SDK-Size.xcconfig+16
- Samples/SDK-Size/SDK-Size.yml+42
- Samples/SDK-Size/SDK-Size/App.swift+40
- Samples/SDK-Size/SDK-Size/ContentView.swift+29
- Samples/SDK-Size/SDK-Size/Info.plist+56
- Samples/SDK-Size/SDK-Size/SDK-Size.entitlements+10
- Samples/iOS-Swift/iOS-Swift-ActionExtension/Resources/Info.plist+39-39
- Samples/iOS-Swift/iOS-Swift-ShareExtension/Resources/Info.plist+41-41
- Samples/iOS-Swift/iOS-Swift/Base.lproj/AppIntentVocabulary.plist+36
- Sentry.podspec+1-1
- Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme-9
- Sentry.xcworkspace/contents.xcworkspacedata+3
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/Sources/TestClient.swift+1
- Sources/Resources/Info.plist+1-1
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Swift/Helper/SentryApplicationExtensions.swift+11-1
- Sources/Swift/Tools/SentryLogBatcher.swift+13-3
- Tests/.swiftlint.yml-1
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryTests/Helper/SentryAppStateManagerTests.swift+6-6
- Tests/SentryTests/Helper/SentryFileManagerTests.swift+40-40
- Tests/SentryTests/Integrations/MetricKit/SentryMetricKitIntegrationTests.swift+5-5
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift+8-8
- Tests/SentryTests/Integrations/Performance/IO/DataSentryTracingIntegrationTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/IO/FileManagerTracingIntegrationTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/IO/SentryFileIOTrackerTests.swift+6-6
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift+1-1
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashScopeObserverTests.swift+29-29
- Tests/SentryTests/Integrations/Session/SentrySessionGeneratorTests.swift+5-5
- Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift+10-8
- Tests/SentryTests/Integrations/SessionReplay/SentryVideoFrameProcessorTests.swift+7-7
- Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift+18-16
- Tests/SentryTests/Integrations/WatchdogTerminations/Processors/SentryWatchdogTerminationBreadcrumbProcessorTests.swift+5-5
- Tests/SentryTests/Integrations/WatchdogTerminations/SentryWatchdogTerminationTrackerTests.swift+2-2
- Tests/SentryTests/Networking/SentryHttpTransportTests.swift+18-18
- Tests/SentryTests/Networking/SentryTransportFactoryTests.swift+4-4
- Tests/SentryTests/Networking/SentryTransportInitializerTests.swift+5-4
- Tests/SentryTests/PrivateSentrySDKOnlyTests.swift+2-2
- Tests/SentryTests/Protocol/SentryEnvelopeTests.swift+1-1
- Tests/SentryTests/Protocol/SentrySDKSettingsTests.swift+8-8
- Tests/SentryTests/SentryHubTests.swift+7-7
- Tests/SentryTests/SentryLogBatcherTests.swift+27-3
- Tests/SentryTests/SentryNSURLRequestTests.swift+2-2
- Tests/SentryTests/SentrySDKInternalTests.swift+8-8
- Tests/SentryTests/SentrySDKTests.swift+7-7
- Tests/SentryTests/Transaction/SentryTransactionTests.swift+10-10
- fastlane/Fastfile+35-3
- scripts/pod-lib-lint.sh+1-1
0 commit comments