Commit 0563aeb
chore: update modules/sentry-cocoa to 9.9.0
1 parent 9b310de commit 0563aeb
1 file changed
+1
-1
lines changedSubmodule sentry-cocoa updated 76 files
- .github/actions/capture-screenshot/action.yml+1-1
- .github/last-release-runid+1-1
- .github/workflows/analyze-language-trends.yml+2-2
- .github/workflows/assemble-xcframework-variant.yml+3-3
- .github/workflows/auto-update-tools.yml+1-1
- .github/workflows/benchmarking.yml+4-4
- .github/workflows/build-xcframework-variant-slices.yml+2-2
- .github/workflows/build.yml+4-4
- .github/workflows/changelog-preview.yml+1-1
- .github/workflows/changes-in-high-risk-code.yml+2-2
- .github/workflows/codeql-analysis.yml+2-2
- .github/workflows/create-issue-for-unreferenced-pr.yml-118
- .github/workflows/danger.yml+1-1
- .github/workflows/integration-test.yml+2-2
- .github/workflows/lint-cocoapods-specs.yml+1-1
- .github/workflows/lint-dprint-formatting.yml+1-1
- .github/workflows/objc-conversion-analysis.yml+2-2
- .github/workflows/ready-to-merge-workflow.yml+1-1
- .github/workflows/release-comment-issues.yml+1-1
- .github/workflows/release-upload-xcframework.yml+2-2
- .github/workflows/release.yml+14-14
- .github/workflows/size-analysis.yml+1-1
- .github/workflows/test-3rd-party-integrations.yml+3-3
- .github/workflows/test-cross-platform.yml+1-1
- .github/workflows/test.yml+8-8
- .github/workflows/testflight.yml+2-2
- .github/workflows/ui-tests-common.yml+5-5
- .github/workflows/ui-tests-critical.yml+2-2
- .github/workflows/unit-test-common.yml+8-7
- .github/workflows/validate-pr.yml+16
- .gitignore+3
- 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+1-1
- CHANGELOG.md+25-1
- Gemfile.lock+5-8
- Package.swift+10-10
- Package@swift-6.1.swift+10-10
- Samples/SentrySampleShared/SentrySampleShared/SentrySDKOverrides.swift+10-4
- Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift+1
- Sentry.podspec+1-1
- SentrySwiftUI.podspec+2-2
- SentryTestUtils/Sources/TestClient.swift+22
- SentryTestUtils/Sources/TestSentryDispatchQueueWrapper.swift+6
- Sources/Configuration/SDK.xcconfig+1-1
- Sources/Configuration/SentrySwiftUI.xcconfig+1-1
- Sources/Configuration/Versioning.xcconfig+1-1
- Sources/Sentry/SentryClient.m+33-1
- Sources/Sentry/SentryEvent.m+3-2
- Sources/Sentry/SentryHub.m+35
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryScope.m+2-2
- Sources/Sentry/include/SentryClient+Private.h+15
- Sources/Sentry/include/SentryEvent+Private.h+6-1
- Sources/Sentry/include/SentryHub+Private.h+12
- Sources/Swift/Core/Tools/ViewCapture/SentryUIRedactBuilder.swift+19-6
- Sources/Swift/Helper/SentrySDK.swift+52-4
- Sources/Swift/Integrations/Breadcrumbs/SentryBreadcrumbTracker.swift+35-17
- Sources/Swift/Integrations/Session/SessionTracker.swift+61-37
- Sources/Swift/Options.swift+7
- Sources/Swift/SentryDependencyContainer.swift+3-1
- Tests/SentryProfilerTests/SentryProfilingPublicAPITests.swift+2-1
- Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift+139-1
- Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift+4-1
- Tests/SentryTests/Integrations/SessionReplay/SentrySRDefaultBreadcrumbConverterTests.swift+49-1
- Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift+49-9
- Tests/SentryTests/SentryClientTests.swift+133
- Tests/SentryTests/SentryCrash/TestThreadInspector.swift+6-2
- Tests/SentryTests/SentryHubTests.swift+34-1
- Tests/SentryTests/SentrySDKTests.swift+40
- Tests/SentryTests/ViewCapture/SentryUIRedactBuilderTests+Common.swift+146
- develop-docs/SENTRYCRASH.md+678
- develop-docs/SENTRYCRASH_IMPROVEMENT_PLAN.md+269
- scripts/.clang-format-version+1-1
- sdk_api.json+224
0 commit comments