Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Nov 8, 2024
1 parent e606eca commit ce4f200
Showing 1 changed file with 1 addition and 1 deletion.
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 ce4f200

Please sign in to comment.