Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Jun 18, 2024
1 parent 99d06e4 commit 1a0c8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 40 files
+1 −1 .github/last-release-runid
+8 −0 CHANGELOG.md
+4 −4 Package.swift
+2 −2 Samples/iOS-Swift/iOS-Swift-UITests/BaseUITest.swift
+4 −16 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+30 −0 Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme
+15 −15 Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
+1 −1 Samples/iOS-Swift/iOS-Swift/ExtraViewController.swift
+1 −1 Samples/iOS-Swift/iOS-Swift/Tools/UIAssert.swift
+1 −1 Sentry.podspec
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −1 Sources/Configuration/Sentry.xcconfig
+15 −13 Sources/Sentry/Profiling/SentryProfilerSerialization.mm
+2 −2 Sources/Sentry/Profiling/SentryProfilerState.mm
+3 −1 Sources/Sentry/SentryCrashStackEntryMapper.m
+2 −3 Sources/Sentry/SentryFramesTracker.m
+1 −1 Sources/Sentry/SentryMeta.m
+1 −1 Sources/Sentry/SentryMetricProfiler.mm
+0 −7 Sources/Sentry/SentryNSURLRequest.m
+1 −1 Sources/Sentry/SentryProfiler.mm
+17 −2 Sources/Sentry/SentrySessionReplay.m
+10 −2 Sources/Sentry/SentrySessionReplayIntegration.m
+1 −1 Sources/Sentry/SentryStacktraceBuilder.m
+10 −4 Sources/Sentry/SentryThreadInspector.m
+0 −1 Sources/Sentry/SentryUIViewControllerPerformanceTracker.m
+7 −5 Sources/Sentry/SentryUIViewControllerSwizzling.m
+0 −1 Sources/Sentry/include/SentryDelayedFramesTracker.h
+5 −0 Sources/Sentry/include/SentrySessionReplay.h
+4 −0 Sources/Sentry/include/SentrySessionReplayIntegration+Private.h
+2 −1 Sources/Sentry/include/SentryThreadInspector.h
+0 −8 Sources/SentryCrash/Installations/SentryCrashInstallation.h
+0 −14 Sources/SentryCrash/Installations/SentryCrashInstallation.m
+5 −1 Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h
+3 −0 Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+14 −1 Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayIntegrationTests.swift
+9 −0 Tests/SentryTests/SentryCrash/SentryCrashStackEntryMapperTests.swift
+46 −7 Tests/SentryTests/SentryCrash/SentryThreadInspectorTests.swift
+1 −1 Tests/SentryTests/SentryCrash/TestThreadInspector.swift

0 comments on commit 1a0c8cb

Please sign in to comment.