Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.40.1 (#680)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 8, 2024
1 parent e606eca commit b29d2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- Bump Cocoa SDK (iOS) from v8.40.0-5-gf31a3eff to v8.40.0 ([#679](https://github.com/getsentry/sentry-unreal/pull/679))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8400)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.0-5-gf31a3eff...8.40.0)
- Bump Cocoa SDK (iOS) from v8.40.0 to v8.40.1 ([#680](https://github.com/getsentry/sentry-unreal/pull/680))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.0...8.40.1)

## 0.20.1

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 32 files
+1 −1 .github/last-release-runid
+11 −0 CHANGELOG.md
+4 −4 Package.swift
+1 −1 Samples/iOS-Swift/iOS-Swift/Sample.xcconfig
+1 −0 Samples/iOS-Swift/iOS-Swift/ViewControllers/TableViewController.swift
+1 −1 Sentry.podspec
+0 −4 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −1 Sources/Configuration/SDK.xcconfig
+1 −1 Sources/Configuration/SentrySwiftUI.xcconfig
+4 −4 Sources/Sentry/SentryClient.m
+24 −0 Sources/Sentry/SentryDependencyContainer.m
+1 −1 Sources/Sentry/SentryMeta.m
+0 −7 Sources/Sentry/SentryNSDataUtils.m
+22 −0 Sources/Sentry/SentrySessionReplayIntegration.m
+5 −5 Sources/Sentry/SentrySubClassFinder.m
+1 −12 Sources/Sentry/SentryTransportFactory.m
+41 −39 Sources/Sentry/SentryUIViewControllerSwizzling.m
+2 −0 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+0 −6 Sources/Sentry/include/SentryNSDataUtils.h
+2 −1 Sources/Sentry/include/SentryTransportFactory.h
+0 −9 Sources/SentryCrash/Recording/SentryCrashCachedData.c
+0 −2 Sources/SentryCrash/Recording/SentryCrashCachedData.h
+1 −0 Sources/Swift/Integrations/Performance/SwizzleClassNameExclude.swift
+13 −12 Sources/Swift/Tools/UIRedactBuilder.swift
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+0 −18 Tests/SentryTests/Categories/SentryNSDataUtilsTests.swift
+104 −0 Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayIntegrationTests.swift
+12 −4 Tests/SentryTests/Networking/SentryTransportFactoryTests.swift
+1 −1 Tests/SentryTests/Networking/SentryTransportInitializerTests.swift
+15 −0 Tests/SentryTests/SentryViewPhotographerTests.swift

0 comments on commit b29d2c8

Please sign in to comment.