Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.29.1 (#3430)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Jun 18, 2024
1 parent 99d06e4 commit 1bc142f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
- Bump Native SDK from v0.7.4 to v0.7.6 ([#3399](https://github.com/getsentry/sentry-dotnet/pull/3399), [#3418](https://github.com/getsentry/sentry-dotnet/pull/3418))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#076)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.4...0.7.6)
- Bump Cocoa SDK from v8.26.0 to v8.28.0 ([#3408](https://github.com/getsentry/sentry-dotnet/pull/3408), [#3412](https://github.com/getsentry/sentry-dotnet/pull/3412))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8280)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.28.0)
- Bump Cocoa SDK from v8.26.0 to v8.29.1 ([#3408](https://github.com/getsentry/sentry-dotnet/pull/3408), [#3412](https://github.com/getsentry/sentry-dotnet/pull/3412), [#3430](https://github.com/getsentry/sentry-dotnet/pull/3430))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8291)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.29.1)
- Bump Java SDK from v7.9.0 to v7.10.0 ([#3413](https://github.com/getsentry/sentry-dotnet/pull/3413))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7100)
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.10.0)
Expand Down
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 1bc142f

Please sign in to comment.