2 files changed
+7
-1
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
|
Submodule sentry-cocoa updated 72 files
- .github/last-release-runid+1-1
- .github/workflows/lint.yml+8
- .pre-commit-config.yaml+5
- CHANGELOG.md+14
- Package.swift+4-4
- Samples/iOS-ObjectiveC/iOS-ObjectiveC/AppDelegate.m+6
- Samples/iOS-Swift/iOS-Swift-UITests/ProfilingUITests.swift+1-1
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+10-10
- Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme+1-1
- Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard+5-5
- Samples/iOS-Swift/iOS-Swift/ExtraViewController.swift+1-1
- Samples/iOS-Swift/iOS-Swift/Tools/ANRs.swift-37
- Samples/iOS-Swift/iOS-Swift/Tools/TriggerAppHang.swift+34
- Samples/iOS-Swift/iOS-Swift/TransactionsViewController.swift+3-3
- Sentry.podspec+1-1
- Sentry.xcodeproj/project.pbxproj+36
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/TestDisplayLinkWrapper.swift+5
- Sources/Configuration/SDK.xcconfig+1-1
- Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm+3
- Sources/Sentry/Profiling/SentryProfilerState.mm+15-3
- Sources/Sentry/SentryANRTrackerV2.m+210
- Sources/Sentry/SentryANRTrackingIntegrationV2.m+130
- Sources/Sentry/SentryBacktrace.cpp+9-1
- Sources/Sentry/SentryBaseIntegration.m+12
- Sources/Sentry/SentryDelayedFramesTracker.m+50-15
- Sources/Sentry/SentryDependencyContainer.m+19
- Sources/Sentry/SentryFramesTracker.m+8-16
- Sources/Sentry/SentryHttpTransport.m+5-2
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryNSURLRequest.m+2
- Sources/Sentry/SentryOptions.m+4
- Sources/Sentry/SentryScreenFrames.m+13
- Sources/Sentry/SentrySerialization.m+3-3
- Sources/Sentry/SentrySessionReplayIntegration.m+17-2
- Sources/Sentry/SentrySpan.m+2-1
- Sources/Sentry/SentryTracer.m+2-1
- Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h+3
- Sources/Sentry/include/HybridPublic/SentryFramesTracker.h+3-6
- Sources/Sentry/include/SentryANRTrackerV2.h+34
- Sources/Sentry/include/SentryANRTrackingIntegrationV2.h+18
- Sources/Sentry/include/SentryBaseIntegration.h+1
- Sources/Sentry/include/SentryDelayedFramesTracker.h+10-10
- Sources/Sentry/include/SentryOptions+Private.h+2
- Sources/Swift/Integrations/FramesTracking/SentryFramesDelayResult.swift+13
- Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift+1
- Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift+36-17
- Sources/Swift/Tools/UIRedactBuilder.swift+9-2
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryTests/Helper/SentryTestThreadWrapper.swift+2
- Tests/SentryTests/Integrations/ANR/SentryANRTrackerV2Tests.swift+239
- Tests/SentryTests/Integrations/ANR/SentryANRTrackingIntegrationV2Tests.swift+229
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift+60-17
- Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayIntegrationTests.swift+10
- Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayTests.swift+64-1
- Tests/SentryTests/PrivateSentrySDKOnlyTests.swift+5
- Tests/SentryTests/SentryOptionsTest.m+5
- Tests/SentryTests/SentryTests-Bridging-Header.h+2
- Tests/SentryTests/UIRedactBuilderTests.swift+15-6
- scripts/build-xcframework.sh+7-7
- scripts/bump.sh+3-4
- scripts/check-uikit-linkage.sh+6-6
- scripts/ci-select-xcode.sh+1-1
- scripts/commit-formatted-code.sh+2-2
- scripts/create-simulator.sh+1-1
- scripts/test-alamofire.sh+1-1
- scripts/test-homekit.sh+1-1
- scripts/update-package-sha.sh+1-1
- scripts/upload-dsyms-with-xcode-build-phase.sh+1-1
- scripts/xcode-slowest-tests.sh+1-1
- scripts/xcode-test.sh+8-8
0 commit comments