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 44 files
+1 βˆ’1 .github/last-release-runid
+0 βˆ’3 .github/workflows/build.yml
+23 βˆ’20 .github/workflows/ready-to-merge-workflow.yml
+0 βˆ’3 .github/workflows/release.yml
+0 βˆ’3 .github/workflows/test.yml
+0 βˆ’3 .github/workflows/ui-tests-critical.yml
+0 βˆ’3 .github/workflows/ui-tests.yml
+5 βˆ’1 CHANGELOG.md
+10 βˆ’11 Package.swift
+12 βˆ’3 Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
+2 βˆ’2 Samples/iOS-Swift/iOS-Swift/ExtraViewController.swift
+1 βˆ’1 Sentry.podspec
+0 βˆ’3 Sentry.xcodeproj/project.pbxproj
+1 βˆ’1 SentryPrivate.podspec
+2 βˆ’2 SentrySwiftUI.podspec
+5 βˆ’3 SentryTestUtils/Sources/TestClient.swift
+19 βˆ’3 Sources/Sentry/SentryClient.m
+34 βˆ’1 Sources/Sentry/SentryHub.m
+1 βˆ’1 Sources/Sentry/SentryMeta.m
+0 βˆ’2 Sources/Sentry/SentrySDKInternal.m
+2 βˆ’0 Sources/Sentry/include/SentryClient+Private.h
+2 βˆ’0 Sources/Sentry/include/SentryHub+Private.h
+0 βˆ’1 Sources/Sentry/include/SentryPrivate.h
+8 βˆ’51 Sources/Swift/Helper/SentrySDK.swift
+26 βˆ’13 Sources/Swift/Integrations/UserFeedback/SentryFeedback.swift
+3 βˆ’3 Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackFormViewModel.swift
+2 βˆ’2 Sources/Swift/Options.swift
+49 βˆ’1 Sources/Swift/Protocol/SentryLog.swift
+8 βˆ’0 Sources/Swift/SentryClient.swift
+10 βˆ’0 Sources/Swift/SentryHub.swift
+136 βˆ’15 Sources/Swift/Tools/SentryLogBatcher.swift
+18 βˆ’114 Sources/Swift/Tools/SentryLogger.swift
+1 βˆ’1 Tests/HybridSDKTest/HybridPod.podspec
+34 βˆ’15 Tests/SentryTests/Integrations/Feedback/SentryFeedbackTests.swift
+28 βˆ’0 Tests/SentryTests/Protocol/SentryLogTests.swift
+62 βˆ’26 Tests/SentryTests/SentryClientTests.swift
+82 βˆ’0 Tests/SentryTests/SentryHubTests.swift
+477 βˆ’134 Tests/SentryTests/SentryLogBatcherTests.swift
+21 βˆ’429 Tests/SentryTests/SentryLoggerTests.swift
+2 βˆ’2 Tests/SentryTests/SentryOptionsTest.m
+7 βˆ’43 Tests/SentryTests/SentrySDKInternalTests.swift
+10 βˆ’57 Tests/SentryTests/SentrySDKTests.swift
+0 βˆ’3 develop-docs/CI.md
+214 βˆ’6 sdk_api.json
Loading