2 files changed
+4
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 |
| |
36 | 39 |
| |
37 | 40 |
| |
|
Submodule sentry-cocoa updated 37 files
- .github/workflows/benchmarking.yml+1-1
- .github/workflows/build.yml+6-4
- .github/workflows/saucelabs-UI-tests.yml+1-1
- .github/workflows/test.yml+2-2
- .pre-commit-config.yaml+1-1
- CHANGELOG.md+16-1
- Gemfile.lock+8-8
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Sentry.podspec+2-2
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- Sources/Configuration/DeploymentTargets.xcconfig+1
- Sources/Configuration/SDK.xcconfig-19
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Configuration/SentryPrivate.xcconfig+1-1
- Sources/Sentry/SentryDependencyContainer.m+1
- Sources/Sentry/SentryFileManager.m+47-20
- Sources/Sentry/SentryFramesTracker.m+15-3
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentrySystemEventBreadcrumbs.m+14-4
- Sources/Sentry/include/SentryFileManager.h+6-3
- Sources/Sentry/include/SentryFramesTracker.h+2
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m+2
- Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h+6-1
- Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h+4-4
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h+4-5
- Sources/SentryCrash/Recording/Tools/SentryCrashThread.h+3-3
- Tests/HybridSDKTest/HybridPod.podspec+1-1
- Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift+1-1
- Tests/SentryTests/Helper/SentryFileManagerTests.swift+80-5
- Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbsTest.swift+11-1
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift+23-2
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryTimeToDisplayTrackerTest.swift+1-1
- Tests/SentryTests/SentryCrash/SentryCrashInstallationReporterTests.swift+21-28
- Tests/SentryTests/SentryScopeSwiftTests.swift+19
- Tests/SentryTests/Transaction/SentrySpanTests.swift+1-1
0 commit comments