2 files changed
+4
-1
lines changedOriginal 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 46 files
- .github/last-release-runid+1-1
- .github/workflows/dependency-review.yml+19
- .sauce/benchmarking-config.yml+6-6
- CHANGELOG.md+15
- Package.swift+4-4
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Sentry.podspec+1-1
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/Invocations.swift+9
- SentryTestUtils/TestClient.swift+5
- SentryTestUtils/TestTransport.swift+5
- Sources/Configuration/SDK.xcconfig+1-1
- Sources/Sentry/Profiling/SentryLaunchProfiling.m+3-2
- Sources/Sentry/Public/SentryOptions.h+4-3
- Sources/Sentry/SentryClient.m+68-5
- Sources/Sentry/SentryDataCategoryMapper.m+7
- Sources/Sentry/SentryEnvelopeRateLimit.m+1-1
- Sources/Sentry/SentryFileManager.m+1-1
- Sources/Sentry/SentryHttpTransport.m+28-3
- Sources/Sentry/SentryHub.m+3
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryOptions.m+3-1
- Sources/Sentry/SentrySpotlightTransport.m+8
- Sources/Sentry/SentryTransportAdapter.m+9
- Sources/Sentry/SentryUIApplication.m+2-2
- Sources/Sentry/include/SentryClient+Private.h+3
- Sources/Sentry/include/SentryDataCategory.h+2-1
- Sources/Sentry/include/SentryDataCategoryMapper.h+1
- Sources/Sentry/include/SentryEnvelopeRateLimit.h+3-2
- Sources/Sentry/include/SentryFileManager.h+3-1
- Sources/Sentry/include/SentryTransport.h+4
- Sources/Sentry/include/SentryTransportAdapter.h+4
- Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift+6-1
- Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift+3-3
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryProfilerTests/SentryAppLaunchProfilingTests.swift+1-1
- Tests/SentryTests/Helper/TestFileManagerDelegate.swift+1-1
- Tests/SentryTests/Integrations/SessionReplay/SentryOnDemandReplayTests.swift+21
- Tests/SentryTests/Networking/RateLimits/TestEnvelopeRateLimitDelegate.swift+1-1
- Tests/SentryTests/Networking/SentryDataCategoryMapperTests.swift+5-2
- Tests/SentryTests/Networking/SentryHttpTransportTests.swift+105-2
- Tests/SentryTests/SentryClientTests.swift+183
- Tests/SentryTests/SentryHubTests.swift+21
- Tests/SentryTests/SentryOptionsTest.m+9
- Tests/SentryTests/SentryUIApplicationTests.swift+37
0 commit comments