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 Libraries/getsentry/sentry-cocoa
Submodule sentry-cocoa updated 55 files
+6 βˆ’1 .github/actions/prepare-package.swift/action.yml
+1 βˆ’1 .github/last-release-runid
+24 βˆ’170 .github/workflows/test.yml
+236 βˆ’0 .github/workflows/unit-test-common.yml
+7 βˆ’1 CHANGELOG.md
+32 βˆ’15 Package.swift
+24 βˆ’0 Plans/SentrySwiftLog_Base.xctestplan
+1 βˆ’0 Samples/iOS-Swift/iOS-Swift.yml
+15 βˆ’1 Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
+0 βˆ’1 Samples/iOS15-SwiftUI/iOS15-SwiftUI/ContentView.swift
+1 βˆ’1 Sentry.podspec
+847 βˆ’3 Sentry.xcodeproj/project.pbxproj
+85 βˆ’0 Sentry.xcodeproj/xcshareddata/xcschemes/SentrySwiftLog.xcscheme
+1 βˆ’1 SentryPrivate.podspec
+2 βˆ’2 SentrySwiftUI.podspec
+2 βˆ’0 SentryTestUtils/Sources/ClearTestState.swift
+1 βˆ’1 Sources/Configuration/SDK.xcconfig
+26 βˆ’0 Sources/Configuration/SentrySwiftLog.xcconfig
+1 βˆ’1 Sources/Configuration/SentrySwiftUI.xcconfig
+1 βˆ’1 Sources/Configuration/Versioning.xcconfig
+0 βˆ’16 Sources/Sentry/Public/SentryOptions.h
+1 βˆ’2 Sources/Sentry/SentryCrashIntegration.m
+1 βˆ’2 Sources/Sentry/SentryDefaultThreadInspector.m
+1 βˆ’1 Sources/Sentry/SentryMeta.m
+1 βˆ’2 Sources/Sentry/SentryMetricKitIntegration.m
+0 βˆ’7 Sources/Sentry/SentryOptions.m
+0 βˆ’8 Sources/Sentry/SentryOptionsInternal.m
+1 βˆ’2 Sources/Sentry/SentryUIViewControllerSwizzling.m
+1 βˆ’2 Sources/Sentry/SentryUseNSExceptionCallstackWrapper.m
+131 βˆ’0 Sources/SentrySwiftLog/SentryLogHandler.swift
+6 βˆ’19 Sources/Swift/Core/Helper/SentryInAppLogic.swift
+50 βˆ’1 Sources/Swift/Core/Tools/ViewCapture/SentryUIRedactBuilder.swift
+1 βˆ’1 Sources/Swift/Integrations/Performance/SentryUIViewControllerPerformanceTracker.swift
+1 βˆ’1 Sources/Swift/Protocol/SentryLogAttribute.swift
+1 βˆ’1 Sources/Swift/Protocol/SentryLogLevel.swift
+1 βˆ’1 Tests/HybridSDKTest/HybridPod.podspec
+609 βˆ’0 Tests/SentrySwiftLogTests/SentryLogHandlerTests.swift
+1 βˆ’1 ...s/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerPerformanceTrackerTests.swift
+1 βˆ’1 Tests/SentryTests/SentryCrash/SentryCrashInstallationReporterTests.swift
+1 βˆ’1 Tests/SentryTests/SentryCrash/SentryCrashReportSinkTests.swift
+1 βˆ’1 Tests/SentryTests/SentryCrash/SentryCrashStackEntryMapperTests.swift
+2 βˆ’2 Tests/SentryTests/SentryCrash/SentryDefaultThreadInspectorTests.swift
+7 βˆ’15 Tests/SentryTests/SentryCrash/SentryInAppLogicTests.swift
+1 βˆ’1 Tests/SentryTests/SentryCrash/SentryStacktraceBuilderTests.swift
+1 βˆ’1 Tests/SentryTests/SentryCrash/TestThreadInspector.swift
+1 βˆ’1 Tests/SentryTests/SentryCrashReportConverterTests.m
+0 βˆ’25 Tests/SentryTests/SentryOptionsTest.m
+30 βˆ’25 Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+Common.swift
+582 βˆ’3 Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+EdgeCases.swift
+21 βˆ’0 Tests/SentryTests/ViewCapture/SentryViewPhotographerTests.swift
+2 βˆ’1 Utils/VersionBump/main.swift
+7 βˆ’0 develop-docs/DECISIONS.md
+44 βˆ’0 docs/opaque-masking.md
+12 βˆ’5 fastlane/Fastfile
+31 βˆ’130 sdk_api.json
Loading