Commit 34f2754
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Submodule sentry-cocoa updated 85 files
- .github/workflows/benchmarking.yml+7-2
- .github/workflows/build.yml+8-3
- .github/workflows/codeql-analysis.yml+5
- .github/workflows/lint.yml+5
- .github/workflows/saucelabs-UI-tests.yml+7-2
- .github/workflows/test.yml+16-11
- .github/workflows/testflight.yml+1-1
- CHANGELOG.md+22-1
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+10-10
- Samples/iOS-Swift/iOS-Swift/AppDelegate.swift+1
- Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard+3-3
- Samples/iOS-Swift/iOS-Swift/TransactionsViewController.swift+1-1
- Samples/iOS-Swift/iOS-Swift/ViewControllers/LoremIpsumViewController.swift+4-1
- Samples/iOS-Swift/iOS-SwiftUITests/LaunchUITests.swift+7-10
- Sentry.podspec+2-2
- Sentry.xcodeproj/project.pbxproj+20
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/TestCurrentDateProvider.swift+2-1
- SentryTestUtils/TestDisplayLinkWrapper.swift+16-9
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Configuration/SentryPrivate.xcconfig+1-1
- Sources/Sentry/PrivateSentrySDKOnly.mm+3-3
- Sources/Sentry/Public/SentryCrashExceptionApplication.h+2
- Sources/Sentry/Public/SentryOptions.h+14-2
- Sources/Sentry/Public/SentryScope.h+1-1
- Sources/Sentry/SentryAppStartMeasurement.m+3-21
- Sources/Sentry/SentryAppStartTracker.m+36-9
- Sources/Sentry/SentryAppStartTrackingIntegration.m+3-1
- Sources/Sentry/SentryBuildAppStartSpans.m+10-4
- Sources/Sentry/SentryDelayedFrame.m+25
- Sources/Sentry/SentryDelayedFramesTracker.m+208
- Sources/Sentry/SentryDependencyContainer.m+4-1
- Sources/Sentry/SentryFileManager.m+7-5
- Sources/Sentry/SentryFramesTracker.m+66-12
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryOptions.m+4
- Sources/Sentry/SentrySDK.m+21
- Sources/Sentry/SentrySpan.m+64-1
- Sources/Sentry/SentrySystemEventBreadcrumbs.m+9-5
- Sources/Sentry/SentryTime.mm+8-2
- Sources/Sentry/SentryTimeToDisplayTracker.m+43-43
- Sources/Sentry/SentryTracer.m+80-48
- Sources/Sentry/SentryUIEventTrackerTransactionMode.m+1-5
- Sources/Sentry/SentryUIEventTrackingIntegration.m+2-5
- Sources/Sentry/SentryUIViewControllerPerformanceTracker.m+1-1
- Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h+3-3
- Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h+8-13
- Sources/Sentry/include/SentryAppStartTracker.h+4-1
- Sources/Sentry/include/SentryDelayedFrame.h+22
- Sources/Sentry/include/SentryDelayedFramesTracker.h+63
- Sources/Sentry/include/SentryFramesTracker.h+15-2
- Sources/Sentry/include/SentrySDK+Private.h+1
- Sources/Sentry/include/SentryScope+Private.h+1
- Sources/Sentry/include/SentrySpan.h+15-2
- Sources/Sentry/include/SentryTime.h+3
- Sources/Sentry/include/SentryTimeToDisplayTracker.h+1-1
- Sources/Sentry/include/SentryTracer.h+2
- Sources/Sentry/include/SentryTracerConfiguration.h-5
- Sources/Sentry/include/SentryUIEventTrackerTransactionMode.h+1-4
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift+4-3
- Tests/SentryTests/Helper/SentryTimeSwiftTests.swift+21
- Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbsTest.swift+15
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift+49-8
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackingIntegrationTests.swift+13
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift+445-16
- Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackingIntegrationTests.swift+1
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryTimeToDisplayTrackerTest.swift+215-131
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerPerformanceTrackerTests.swift+13-4
- Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift+2-1
- Tests/SentryTests/PrivateSentrySDKOnlyTests.swift+1-1
- Tests/SentryTests/Protocol/TestData.swift+3-2
- Tests/SentryTests/SentryClientTests.swift+1-1
- Tests/SentryTests/SentryOptionsTest.m+5
- Tests/SentryTests/SentrySDKTests.swift+18
- Tests/SentryTests/Transaction/SentrySpanTests.swift+108-11
- Tests/SentryTests/Transaction/SentryTracerTests.swift+108-62
- Tests/ThreadSanitizer.sup+13-2
- develop-docs/README.md+7-45
- develop-docs/auto-ui-performance-tracking.svg-42
- develop-docs/auto-ui-performance-tracking.wsd-20
- develop-docs/performance-api.svg-44
- develop-docs/performance-api.wsd-22
- scripts/create-cherry-pick-branch.sh+28
0 commit comments