Commit 618b43c
authored
File tree
3 files changed
+5
-1
lines changed- modules
- scripts
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
Submodule sentry-cocoa updated 66 files
- .github/last-release-runid+1-1
- CHANGELOG.md+24-4
- Package.swift+4-4
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Sentry.podspec+1-1
- Sentry.xcodeproj/project.pbxproj+56-18
- Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme-9
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/ClearTestState.swift+3-7
- SentryTestUtils/SentryLogExtensions.swift+20
- SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h+2-1
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Sentry/PrivateSentrySDKOnly.mm+7-4
- Sources/Sentry/Profiling/SentryContinuousProfiler.m-20
- Sources/Sentry/Profiling/SentryContinuousProfiler.mm+76
- Sources/Sentry/Profiling/SentryLegacyProfiler.mm+92
- Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm+2-2
- Sources/Sentry/Profiling/SentryProfilerSerialization+Test.h+2-2
- Sources/Sentry/Public/SentryEvent.h+2-1
- Sources/Sentry/SentryClient.m+5-1
- Sources/Sentry/SentryFramesTracker.m+7-3
- Sources/Sentry/SentryHttpTransport.m+19-11
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryProfiler.mm+23-79
- Sources/Sentry/SentrySDK.m+17-4
- Sources/Sentry/SentryTimeToDisplayTracker.m+7-1
- Sources/Sentry/SentryTracer.m+3-3
- Sources/Sentry/SentryTransportFactory.m+1
- Sources/Sentry/SentryUIViewControllerPerformanceTracker.m+5-1
- Sources/Sentry/include/SentryContinuousProfiler.h+9-1
- Sources/Sentry/include/SentryHttpTransport.h+7-6
- Sources/Sentry/include/SentryLaunchProfiling.h+1-1
- Sources/Sentry/include/SentryLegacyProfiler.h+35
- Sources/Sentry/include/SentryProfileTimeseries.h+2
- Sources/Sentry/include/SentryProfiledTracerConcurrency.h+2-2
- Sources/Sentry/include/SentryProfiler+Private.h+8-17
- Sources/Sentry/include/SentryTimeToDisplayTracker.h+3-1
- Sources/SentryCrash/Recording/SentryCrashDoctor.m+9
- Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c+11-1
- Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift+45
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/Perf/metrics-test.yml+1-1
- Tests/Resources/crash-sigterm.json+259
- Tests/SentryProfilerTests/SentryContinuousProfilerTests.swift+53
- Tests/SentryProfilerTests/SentryLegacyProfilerTests.swift+60-294
- Tests/SentryProfilerTests/SentryProfileTestFixture.swift+243
- Tests/SentryProfilerTests/SentryProfilerTests.mm+18-3
- Tests/SentryTests/Helper/SentryEnabledFeaturesBuilderTests.swift+53
- Tests/SentryTests/Integrations/ANR/SentryANRTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryTimeToDisplayTrackerTest.swift+13-1
- Tests/SentryTests/Networking/SentryHttpTransportTests.swift+137-92
- Tests/SentryTests/SentryClientTests.swift+13
- Tests/SentryTests/SentryContinuousProfiler+Test.h+16
- Tests/SentryTests/SentryCrash/SentryCrashDoctorTests.swift+9
- Tests/SentryTests/SentryHubTests.swift+2-2
- Tests/SentryTests/SentryLegacyProfiler+Test.h+35
- Tests/SentryTests/SentryProfiler+Test.h-34
- Tests/SentryTests/SentrySDKTests.swift+35
- Tests/SentryTests/SentryTests-Bridging-Header.h+5-2
- Tests/SentryTests/SentryViewHierarchyTests.swift+1-1
- Tests/SentryTests/Swift/Metrics/BucketMetricsAggregatorTests.swift+17-15
- Tests/SentryTests/TestUtils/TestConncurrentModifications.swift+1-1
- scripts/build-xcframework.sh+4-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
0 commit comments