Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.32.0 (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
1 parent 41aec30 commit 652f0bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Cocoa SDK from v8.31.1 to v8.32.0 ([#1739](https://github.com/getsentry/sentry-unity/pull/1739))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.31.1...8.32.0)

## 2.1.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 46 files
+1 −1 .github/last-release-runid
+19 −0 .github/workflows/dependency-review.yml
+6 −6 .sauce/benchmarking-config.yml
+15 −0 CHANGELOG.md
+4 −4 Package.swift
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −1 Sentry.podspec
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+9 −0 SentryTestUtils/Invocations.swift
+5 −0 SentryTestUtils/TestClient.swift
+5 −0 SentryTestUtils/TestTransport.swift
+1 −1 Sources/Configuration/SDK.xcconfig
+3 −2 Sources/Sentry/Profiling/SentryLaunchProfiling.m
+4 −3 Sources/Sentry/Public/SentryOptions.h
+68 −5 Sources/Sentry/SentryClient.m
+7 −0 Sources/Sentry/SentryDataCategoryMapper.m
+1 −1 Sources/Sentry/SentryEnvelopeRateLimit.m
+1 −1 Sources/Sentry/SentryFileManager.m
+28 −3 Sources/Sentry/SentryHttpTransport.m
+3 −0 Sources/Sentry/SentryHub.m
+1 −1 Sources/Sentry/SentryMeta.m
+3 −1 Sources/Sentry/SentryOptions.m
+8 −0 Sources/Sentry/SentrySpotlightTransport.m
+9 −0 Sources/Sentry/SentryTransportAdapter.m
+2 −2 Sources/Sentry/SentryUIApplication.m
+3 −0 Sources/Sentry/include/SentryClient+Private.h
+2 −1 Sources/Sentry/include/SentryDataCategory.h
+1 −0 Sources/Sentry/include/SentryDataCategoryMapper.h
+3 −2 Sources/Sentry/include/SentryEnvelopeRateLimit.h
+3 −1 Sources/Sentry/include/SentryFileManager.h
+4 −0 Sources/Sentry/include/SentryTransport.h
+4 −0 Sources/Sentry/include/SentryTransportAdapter.h
+6 −1 Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift
+3 −3 Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+1 −1 Tests/SentryProfilerTests/SentryAppLaunchProfilingTests.swift
+1 −1 Tests/SentryTests/Helper/TestFileManagerDelegate.swift
+21 −0 Tests/SentryTests/Integrations/SessionReplay/SentryOnDemandReplayTests.swift
+1 −1 Tests/SentryTests/Networking/RateLimits/TestEnvelopeRateLimitDelegate.swift
+5 −2 Tests/SentryTests/Networking/SentryDataCategoryMapperTests.swift
+105 −2 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+183 −0 Tests/SentryTests/SentryClientTests.swift
+21 −0 Tests/SentryTests/SentryHubTests.swift
+9 −0 Tests/SentryTests/SentryOptionsTest.m
+37 −0 Tests/SentryTests/SentryUIApplicationTests.swift

0 comments on commit 652f0bc

Please sign in to comment.