Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 7, 2023
1 parent 0b3de78 commit 37f6761
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 @@ -8,9 +8,9 @@

### Dependencies

- Bump Cocoa SDK from v8.13.0 to v8.14.2 ([#2722](https://github.com/getsentry/sentry-dotnet/pull/2722), [#2740](https://github.com/getsentry/sentry-dotnet/pull/2740), [#2746](https://github.com/getsentry/sentry-dotnet/pull/2746))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.2)
- Bump Cocoa SDK from v8.13.0 to v8.15.0 ([#2722](https://github.com/getsentry/sentry-dotnet/pull/2722), [#2740](https://github.com/getsentry/sentry-dotnet/pull/2740), [#2746](https://github.com/getsentry/sentry-dotnet/pull/2746), [#2801](https://github.com/getsentry/sentry-dotnet/pull/2801))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8150)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.15.0)
- Bump Java SDK from v6.30.0 to v6.33.0 ([#2723](https://github.com/getsentry/sentry-dotnet/pull/2723), [#2741](https://github.com/getsentry/sentry-dotnet/pull/2741), [#2783](https://github.com/getsentry/sentry-dotnet/pull/2783))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330)
- [diff](https://github.com/getsentry/sentry-java/compare/6.30.0...6.33.0)
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 97 files
+3 −3 .github/workflows/test.yml
+18 −0 CHANGELOG.md
+18 −7 Gemfile.lock
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −1 Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift
+389 −0 Samples/visionOS-Swift/visionOS-Swift.xcodeproj/project.pbxproj
+77 −0 Samples/visionOS-Swift/visionOS-Swift.xcodeproj/xcshareddata/xcschemes/visionOS-Swift.xcscheme
+12 −0 ...onOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json
+6 −0 ...sionOS-Swift/visionOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json
+17 −0 Samples/visionOS-Swift/visionOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Contents.json
+12 −0 ...nOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json
+6 −0 ...ionOS-Swift/visionOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json
+12 −0 ...OS-Swift/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json
+6 −0 ...onOS-Swift/visionOS-Swift/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json
+6 −0 Samples/visionOS-Swift/visionOS-Swift/Assets.xcassets/Contents.json
+167 −0 Samples/visionOS-Swift/visionOS-Swift/ContentView.swift
+15 −0 Samples/visionOS-Swift/visionOS-Swift/Info.plist
+5 −0 Samples/visionOS-Swift/visionOS-Swift/LoremIpsum.txt
+37 −0 Samples/visionOS-Swift/visionOS-Swift/LoremIpsumView.swift
+6 −0 Samples/visionOS-Swift/visionOS-Swift/Preview Content/Preview Assets.xcassets/Contents.json
+23 −0 Samples/visionOS-Swift/visionOS-Swift/VisionOSSwiftApp.swift
+3 −2 Sentry.podspec
+3 −0 Sentry.xcworkspace/contents.xcworkspacedata
+2 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+0 −4 SentryTestUtils/ClearTestState.swift
+2 −2 Sources/Configuration/SDK.xcconfig
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+8 −8 Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm
+5 −1 Sources/Sentry/Public/SentryDefines.h
+3 −3 Sources/Sentry/Public/SentryEvent.h
+6 −6 Sources/Sentry/SentryANRTracker.m
+14 −1 Sources/Sentry/SentryANRTrackingIntegration.m
+3 −0 Sources/Sentry/SentryBacktrace.cpp
+29 −5 Sources/Sentry/SentryClient.m
+1 −1 Sources/Sentry/SentryCoreDataTracker.m
+2 −2 Sources/Sentry/SentryCrashDefaultMachineContextWrapper.m
+4 −1 Sources/Sentry/SentryCrashIntegration.m
+20 −0 Sources/Sentry/SentryDependencyContainer.m
+1 −0 Sources/Sentry/SentryEnvelopeRateLimit.m
+3 −2 Sources/Sentry/SentryFileManager.m
+3 −1 Sources/Sentry/SentryFramesTracker.m
+1 −0 Sources/Sentry/SentryHttpTransport.m
+1 −0 Sources/Sentry/SentryHub.m
+13 −3 Sources/Sentry/SentryLog.m
+1 −1 Sources/Sentry/SentryMeta.m
+1 −0 Sources/Sentry/SentryMigrateSessionInit.m
+2 −2 Sources/Sentry/SentryNSDataTracker.m
+6 −4 Sources/Sentry/SentryNetworkTracker.m
+24 −15 Sources/Sentry/SentryProfiler.mm
+17 −12 Sources/Sentry/SentrySDK.m
+22 −2 Sources/Sentry/SentrySpan.m
+2 −0 Sources/Sentry/SentryStacktraceBuilder.m
+2 −3 Sources/Sentry/SentryThreadHandle.cpp
+14 −7 Sources/Sentry/SentryThreadInspector.m
+3 −0 Sources/Sentry/SentryThreadWrapper.m
+3 −3 Sources/Sentry/SentryTracer.m
+46 −1 Sources/Sentry/SentryUIApplication.m
+5 −0 Sources/Sentry/SentryWatchdogTerminationLogic.m
+2 −0 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+0 −5 Sources/Sentry/include/HybridPublic/SentryEnvelope.h
+1 −1 Sources/Sentry/include/SentryCrashMachineContextWrapper.h
+3 −1 Sources/Sentry/include/SentryInternalDefines.h
+3 −3 Sources/Sentry/include/SentryProfiledTracerConcurrency.h
+7 −1 Sources/Sentry/include/SentryProfiler.h
+2 −0 Sources/Sentry/include/SentryThreadInspector.h
+7 −0 Sources/Sentry/include/SentryTracer+Private.h
+7 −0 Sources/Sentry/include/SentryUIApplication.h
+3 −0 Sources/SentryCrash/Recording/SentryCrashBinaryImageCache.c
+7 −0 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.m
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+9 −0 Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift
+6 −1 Tests/SentryTests/Helper/TestNSNotificationCenterWrapper.swift
+18 −2 Tests/SentryTests/Integrations/ANR/SentryANRTrackingIntegrationTests.swift
+5 −0 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+1 −0 Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
+5 −2 Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift
+12 −1 Tests/SentryTests/Integrations/WatchdogTerminations/SentryWatchdogTerminationsTrackerTests.swift
+8 −9 Tests/SentryTests/Networking/SentryReachabilityTests.m
+3 −0 Tests/SentryTests/PrivateSentrySDKOnlyTests.swift
+3 −2 Tests/SentryTests/Protocol/SentryMechanismMetaTests.swift
+9 −0 Tests/SentryTests/Protocol/SentryThreadTests.swift
+151 −143 Tests/SentryTests/SentryClientTests.swift
+18 −1 Tests/SentryTests/SentryCrash/SentryCrashCPU_Tests.m
+19 −2 Tests/SentryTests/SentryCrash/SentryCrashCachedData_Tests.m
+42 −39 Tests/SentryTests/SentryCrash/SentryStacktraceBuilderTests.swift
+34 −7 Tests/SentryTests/SentryCrash/SentryThreadInspectorTests.swift
+1 −0 Tests/SentryTests/SentryCrash/TestThread.h
+2 −0 Tests/SentryTests/SentryCrash/TestThread.m
+7 −4 Tests/SentryTests/SentrySDKTests.swift
+26 −0 Tests/SentryTests/SentryUIApplicationTests.swift
+58 −9 Tests/SentryTests/Transaction/SentrySpanTests.swift
+17 −3 Tests/SentryTests/Transaction/SentryTracerTests.swift
+4 −4 Tests/SentryTests/Transaction/SentryTransactionTests.swift
+1 −1 scripts/no-changes-in-high-risk-files.sh
+6 −6 scripts/tests-with-thread-sanitizer.sh

0 comments on commit 37f6761

Please sign in to comment.