Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 62 files
+1 −1 .github/last-release-runid
+2 −2 .github/workflows/analyze-language-trends.yml
+2 −2 .github/workflows/assemble-xcframework-variant.yml
+3 −3 .github/workflows/auto-update-tools.yml
+3 −3 .github/workflows/benchmarking.yml
+2 −2 .github/workflows/build-xcframework-variant-slices.yml
+4 −4 .github/workflows/build.yml
+1 −1 .github/workflows/changelog-preview.yml
+2 −2 .github/workflows/changes-in-high-risk-code.yml
+2 −2 .github/workflows/integration-test.yml
+1 −1 .github/workflows/lint-cocoapods-specs.yml
+1 −1 .github/workflows/nightly-test.yml
+2 −2 .github/workflows/objc-conversion-analysis.yml
+1 −1 .github/workflows/ready-to-merge-workflow.yml
+1 −1 .github/workflows/release-upload-xcframework.yml
+19 −3 .github/workflows/release.yml
+1 −1 .github/workflows/size-analysis.yml
+2 −2 .github/workflows/test-3rd-party-integrations.yml
+1 −1 .github/workflows/test-cross-platform.yml
+11 −8 .github/workflows/test.yml
+2 −2 .github/workflows/testflight.yml
+4 −4 .github/workflows/ui-tests-common.yml
+2 −2 .github/workflows/ui-tests-critical.yml
+5 −5 .github/workflows/unit-test-common.yml
+1 −1 3rd-party-integrations/SentryCocoaLumberjack/Package.swift
+1 −1 3rd-party-integrations/SentryPulse/Package.swift
+1 −1 3rd-party-integrations/SentrySwiftLog/Package.swift
+1 −1 3rd-party-integrations/SentrySwiftyBeaver/Package.swift
+21 −1 CHANGELOG.md
+10 −10 Package.swift
+10 −10 Package@swift-6.1.swift
+123 −0 Package@swift-6.2.swift
+1 −1 Sentry.podspec
+2 −2 SentrySwiftUI.podspec
+7 −3 SentryTestUtils/Sources/TestNSNotificationCenterWrapper.swift
+6 −0 SentryTestUtils/Sources/TestSentryNSProcessInfoWrapper.swift
+1 −1 Sources/Configuration/SDK.xcconfig
+1 −1 Sources/Configuration/SentrySwiftUI.xcconfig
+1 −1 Sources/Configuration/Versioning.xcconfig
+1 −1 Sources/Sentry/SentryMeta.m
+11 −11 Sources/Sentry/SentryScope.m
+11 −0 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m
+77 −1 Sources/Swift/Core/Tools/ViewCapture/SentryUIRedactBuilder.swift
+4 −0 Sources/Swift/Helper/SentryExtraContextProvider.swift
+15 −0 Sources/Swift/Helper/SentryMobileProvisionParser.swift
+4 −1 Sources/Swift/Helper/SentryProcessInfo.swift
+48 −5 Sources/Swift/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbs.swift
+47 −0 Sources/Swift/Integrations/SentryCrash/SentryCrashIntegration.swift
+10 −0 Sources/Swift/Integrations/SentryHangTrackingIntegration.swift
+14 −6 Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift
+1 −1 Sources/Swift/Integrations/SessionReplay/SentrySessionReplayIntegration.swift
+2 −2 Sources/Swift/Integrations/WatchdogTerminations/SentryWatchdogTerminationScopeObserver.swift
+20 −0 Tests/SentryTests/Helper/SentryExtraContextProviderTests.swift
+100 −0 Tests/SentryTests/Helper/SentryMobileProvisionParserTests.swift
+3 −0 Tests/SentryTests/Integrations/ANR/SentryHangTrackingIntegrationTests.swift
+56 −0 Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbsTest.swift
+43 −0 Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayTests.swift
+1 −3 Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift
+135 −1 Tests/SentryTests/SentryScopeSwiftTests.swift
+347 −0 Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+SwiftUI.swift
+1 −0 Utils/VersionBump/main.swift
+1 −1 scripts/.clang-format-version
Loading