Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Aug 22, 2024
1 parent 2161052 commit d8a6b8a
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 @@ -11,9 +11,9 @@
- Bump Java SDK from v7.12.0 to v7.14.0 ([#1751](https://github.com/getsentry/sentry-unity/pull/1751), [#1762](https://github.com/getsentry/sentry-unity/pull/1762))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.14.0)
- Bump Cocoa SDK from v8.32.0 to v8.34.0 ([#1760](https://github.com/getsentry/sentry-unity/pull/1760), [#1766](https://github.com/getsentry/sentry-unity/pull/1766))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8340)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.32.0...8.34.0)
- Bump Cocoa SDK from v8.32.0 to v8.35.0 ([#1760](https://github.com/getsentry/sentry-unity/pull/1760), [#1766](https://github.com/getsentry/sentry-unity/pull/1766), [#1770](https://github.com/getsentry/sentry-unity/pull/1770))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8350)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.32.0...8.35.0)
- Bump Native SDK from v0.7.7 to v0.7.8 ([#1756](https://github.com/getsentry/sentry-unity/pull/1756))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#078)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.7...0.7.8)
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 54 files
+1 −1 .github/last-release-runid
+12 −0 CHANGELOG.md
+4 −4 Package.swift
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+6 −3 Samples/iOS-Swift/iOS-Swift/Tools/TriggerAppHang.swift
+1 −1 Sentry.podspec
+16 −4 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+5 −5 SentryTestUtils/TestTransportAdapter.swift
+1 −1 Sources/Configuration/SDK.xcconfig
+2 −0 Sources/Sentry/Public/Sentry.h
+1 −0 Sources/Sentry/Public/SentryBaggage.h
+12 −2 Sources/Sentry/Public/SentrySpanProtocol.h
+1 −0 Sources/Sentry/Public/SentryTraceContext.h
+2 −0 Sources/Sentry/Public/SentryWithoutUIKit.h
+102 −43 Sources/Sentry/SentryANRTrackerV2.m
+23 −22 Sources/Sentry/SentryANRTrackingIntegrationV2.m
+4 −2 Sources/Sentry/SentryDelayedFramesTracker.m
+26 −18 Sources/Sentry/SentryDependencyContainer.m
+6 −25 Sources/Sentry/SentryFileManager.m
+1 −1 Sources/Sentry/SentryMeta.m
+5 −3 Sources/Sentry/SentryScope.m
+10 −32 Sources/Sentry/SentrySerialization.m
+13 −0 Sources/Sentry/SentrySpan.m
+7 −4 Sources/Sentry/SentryTracer.m
+2 −0 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+2 −2 Sources/Sentry/include/HybridPublic/SentryEnvelope.h
+21 −12 Sources/Sentry/include/SentryANRTrackerV2.h
+8 −3 Sources/Sentry/include/SentryANRTrackingIntegrationV2.h
+1 −1 Sources/Sentry/include/SentryFileManager.h
+0 −1 Sources/Sentry/include/SentryPrivate.h
+0 −8 Sources/Sentry/include/SentrySerialization.h
+0 −5 Sources/Sentry/include/SentryTracer.h
+13 −0 Sources/Swift/Integrations/ANR/SentryANRTrackerV2Delegate.swift
+2 −2 Sources/Swift/Integrations/FramesTracking/SentryFramesDelayResult.swift
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+3 −6 Tests/SentryTests/Helper/SentryFileManagerTests.swift
+3 −3 Tests/SentryTests/Helper/SentrySerializationTests.swift
+368 −122 Tests/SentryTests/Integrations/ANR/SentryANRTrackerV2Tests.swift
+1 −1 Tests/SentryTests/Integrations/ANR/SentryANRTrackingIntegrationTests.swift
+12 −7 Tests/SentryTests/Integrations/ANR/SentryANRTrackingIntegrationV2Tests.swift
+1 −1 Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerIntegrationTests.swift
+3 −3 Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift
+1 −1 Tests/SentryTests/Integrations/SessionReplay/SentrySessionReplayIntegrationTests.swift
+1 −2 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+1 −1 Tests/SentryTests/Protocol/SentryEnvelopeTests.swift
+1 −1 Tests/SentryTests/SentryClientTests.swift
+3 −3 Tests/SentryTests/SentrySDKTests.swift
+11 −0 Tests/SentryTests/SentryScopeSwiftTests.swift
+0 −1 Tests/SentryTests/SentryTests-Bridging-Header.h
+2 −2 Tests/SentryTests/Transaction/SentryBaggageTests.swift
+16 −0 Tests/SentryTests/Transaction/SentrySpanTests.swift
+9 −9 Tests/SentryTests/Transaction/SentryTraceStateTests.swift

0 comments on commit d8a6b8a

Please sign in to comment.