2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
|
Submodule sentry-cocoa updated 70 files
- .github/last-release-runid+1-1
- .github/workflows/test.yml+3-31
- .github/workflows/ui-tests.yml-8
- .swiftlint.yml+1-10
- CHANGELOG.md+12
- Package.swift+4-4
- Samples/iOS-ObjectiveC/iOS-ObjectiveC/AppDelegate.m-1
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme+1-1
- Samples/iOS-Swift/iOS-Swift/AppDelegate.swift+7-5
- Samples/iOS-Swift/iOS-Swift/Tools/MetricKitManager.swift+1-12
- Sentry.podspec+1-1
- Sentry.xcodeproj/project.pbxproj+30-29
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/TestCurrentDateProvider.swift+8
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Sentry/PrivateSentrySDKOnly.mm+34-23
- Sources/Sentry/Profiling/SentryLaunchProfiling.m+4-4
- Sources/Sentry/Public/SentryOptions.h+25-3
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryMetricKitIntegration.m+41-8
- Sources/Sentry/SentryOptions.m+18-5
- Sources/Sentry/SentryProfiler.mm+7-1
- Sources/Sentry/SentrySDK.m+8-6
- Sources/Sentry/SentrySampling.m+1-1
- Sources/Sentry/SentryScope.m+2-1
- Sources/Sentry/SentrySessionReplay.m+16-9
- Sources/Sentry/SentrySessionReplayIntegration.m+69-8
- Sources/Sentry/SentrySpan.m+3-4
- Sources/Sentry/SentryTimeToDisplayTracker.m+2-2
- Sources/Sentry/SentryTracer.m+5-3
- Sources/Sentry/SentryTransaction.m+8
- Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h+16
- Sources/Sentry/include/HybridPublic/SentrySessionReplayIntegration-Hybrid.h+19
- Sources/Sentry/include/SentryDisplayLinkWrapper.h+1-1
- Sources/Sentry/include/SentryOptions+Private.h+1-1
- Sources/Sentry/include/SentrySessionReplay.h+7-1
- Sources/Sentry/include/SentrySessionReplayIntegration.h+12
- Sources/Sentry/include/SentrySpan+Private.h+12
- Sources/SentryCrash/Installations/SentryCrashInstallation.m-78
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp+1
- Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h-59
- Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m-99
- Sources/Swift/Extensions/NumberExtensions.swift+12
- Sources/Swift/Helper/SentryCurrentDateProvider.swift+6-1
- Sources/Swift/Integrations/SessionReplay/RRWeb/SentryRRWebEvent.swift+1
- Sources/Swift/Integrations/SessionReplay/RRWeb/SentryRRWebTouchEvent.swift+49
- Sources/Swift/Integrations/SessionReplay/SentryBreadcrumbReplayConverter.swift+83
- Sources/Swift/Integrations/SessionReplay/SentrySRDefaultBreadcrumbConverter.swift+7-2
- Sources/Swift/Integrations/SessionReplay/SentryTouchTracker.swift+153
- Sources/Swift/MetricKit/SentryMXManager.swift+2
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryProfilerTests/SentryAppLaunchProfilingTests.swift+114-82
- Tests/SentryProfilerTests/SentryContinuousProfilerTests.swift+11-1
- Tests/SentryTests/Helper/SentryDeviceTests.mm+2-2
- Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift+4-4
- Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbsTest.swift+2-2
- Tests/SentryTests/Integrations/MetricKit/SentryMetricKitIntegrationTests.swift+37
- Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/SessionReplay/SentrySRDefaultBreadcrumbConverterTests.swift+12-12
- Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayIntegrationTests.swift+22-2
- Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayTests.swift+4-2
- Tests/SentryTests/Integrations/SessionReplay/SentryTouchTrackerTests.swift+304
- Tests/SentryTests/SentryCrash/SentryCrashCString_Tests.m-77
- Tests/SentryTests/SentryOptionsTest.m+44-21
- Tests/SentryTests/SentrySDKTests.swift+41
- Tests/SentryTests/Transaction/SentrySpanTests.swift+62-64
- Tests/SentryTests/Transaction/SentryTransactionTests.swift+28
- scripts/ci-select-xcode.sh-1
0 commit comments