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 47 files
+1 βˆ’0 .github/file-filters.yml
+13 βˆ’1 .github/workflows/build.yml
+68 βˆ’0 .github/workflows/fast-pr-checks.yml
+3 βˆ’0 .github/workflows/test.yml
+10 βˆ’1 .github/workflows/testflight.yml
+18 βˆ’12 CHANGELOG.md
+1 βˆ’0 README.md
+2 βˆ’0 Samples/DistributionSample/DistributionSample.yml
+2 βˆ’0 Samples/SentrySampleShared/SentrySampleShared.yml
+2 βˆ’0 Samples/SessionReplay-CameraTest/SessionReplay-CameraTest.yml
+2 βˆ’0 Samples/iOS-ObjectiveC/iOS-ObjectiveC.yml
+2 βˆ’0 Samples/iOS-Swift/iOS-Swift.yml
+2 βˆ’0 Samples/iOS-Swift6/iOS-Swift6.yml
+2 βˆ’0 Samples/iOS-SwiftUI/iOS-SwiftUI.yml
+2 βˆ’0 Samples/iOS15-SwiftUI/iOS15-SwiftUI.yml
+2 βˆ’0 Samples/macOS-Swift/macOS-Swift.yml
+2 βˆ’0 Samples/macOS-SwiftUI/macOS-SwiftUI.yml
+2 βˆ’0 Samples/tvOS-Swift/tvOS-Swift.yml
+2 βˆ’0 Samples/visionOS-Swift/visionOS-Swift.yml
+2 βˆ’0 Samples/watchOS-Swift/watchOS-Swift.yml
+8 βˆ’3 Sentry.xcodeproj/project.pbxproj
+5 βˆ’3 SentryTestUtils/Sources/TestClient.swift
+1 βˆ’0 Sources/Configuration/SentrySwiftLog.xcconfig
+19 βˆ’3 Sources/Sentry/SentryClient.m
+34 βˆ’1 Sources/Sentry/SentryHub.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
+31 βˆ’0 Sources/Swift/Helper/SentryLog+SPM.swift
+8 βˆ’53 Sources/Swift/Helper/SentrySDK.swift
+49 βˆ’1 Sources/Swift/Protocol/SentryLog.swift
+8 βˆ’0 Sources/Swift/SentryClient.swift
+8 βˆ’0 Sources/Swift/SentryHub.swift
+138 βˆ’16 Sources/Swift/Tools/SentryLogBatcher.swift
+18 βˆ’141 Sources/Swift/Tools/SentryLogger.swift
+155 βˆ’0 Tests/SentryTests/Helper/SentryLogSPMTests.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 βˆ’454 Tests/SentryTests/SentryLoggerTests.swift
+7 βˆ’43 Tests/SentryTests/SentrySDKInternalTests.swift
+10 βˆ’57 Tests/SentryTests/SentrySDKTests.swift
+0 βˆ’1 Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+Common.swift
+1,764 βˆ’0 schema/xcodegen.schema.json
+208 βˆ’0 sdk_api.json
Loading