Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed May 14, 2024
1 parent 3d5201f commit 5849ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
### Dependencies

- Bump Hangfire from v1.8.7 to v1.8.12 ([#3361](https://github.com/getsentry/sentry-dotnet/pull/3361))
- Bump Cocoa SDK from v8.25.2 to v8.26.0 ([#3364](https://github.com/getsentry/sentry-dotnet/pull/3364))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8260)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.2...8.26.0)

## 4.6.0

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 66 files
+1 −1 .github/last-release-runid
+24 −4 CHANGELOG.md
+4 −4 Package.swift
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −1 Sentry.podspec
+56 −18 Sentry.xcodeproj/project.pbxproj
+0 −9 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+3 −7 SentryTestUtils/ClearTestState.swift
+20 −0 SentryTestUtils/SentryLogExtensions.swift
+2 −1 SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
+1 −1 Sources/Configuration/Sentry.xcconfig
+7 −4 Sources/Sentry/PrivateSentrySDKOnly.mm
+0 −20 Sources/Sentry/Profiling/SentryContinuousProfiler.m
+76 −0 Sources/Sentry/Profiling/SentryContinuousProfiler.mm
+92 −0 Sources/Sentry/Profiling/SentryLegacyProfiler.mm
+2 −2 Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm
+2 −2 Sources/Sentry/Profiling/SentryProfilerSerialization+Test.h
+2 −1 Sources/Sentry/Public/SentryEvent.h
+5 −1 Sources/Sentry/SentryClient.m
+7 −3 Sources/Sentry/SentryFramesTracker.m
+19 −11 Sources/Sentry/SentryHttpTransport.m
+1 −1 Sources/Sentry/SentryMeta.m
+23 −79 Sources/Sentry/SentryProfiler.mm
+17 −4 Sources/Sentry/SentrySDK.m
+7 −1 Sources/Sentry/SentryTimeToDisplayTracker.m
+3 −3 Sources/Sentry/SentryTracer.m
+1 −0 Sources/Sentry/SentryTransportFactory.m
+5 −1 Sources/Sentry/SentryUIViewControllerPerformanceTracker.m
+9 −1 Sources/Sentry/include/SentryContinuousProfiler.h
+7 −6 Sources/Sentry/include/SentryHttpTransport.h
+1 −1 Sources/Sentry/include/SentryLaunchProfiling.h
+35 −0 Sources/Sentry/include/SentryLegacyProfiler.h
+2 −0 Sources/Sentry/include/SentryProfileTimeseries.h
+2 −2 Sources/Sentry/include/SentryProfiledTracerConcurrency.h
+8 −17 Sources/Sentry/include/SentryProfiler+Private.h
+3 −1 Sources/Sentry/include/SentryTimeToDisplayTracker.h
+9 −0 Sources/SentryCrash/Recording/SentryCrashDoctor.m
+11 −1 Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c
+45 −0 Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+1 −1 Tests/Perf/metrics-test.yml
+259 −0 Tests/Resources/crash-sigterm.json
+53 −0 Tests/SentryProfilerTests/SentryContinuousProfilerTests.swift
+60 −294 Tests/SentryProfilerTests/SentryLegacyProfilerTests.swift
+243 −0 Tests/SentryProfilerTests/SentryProfileTestFixture.swift
+18 −3 Tests/SentryProfilerTests/SentryProfilerTests.mm
+53 −0 Tests/SentryTests/Helper/SentryEnabledFeaturesBuilderTests.swift
+1 −1 Tests/SentryTests/Integrations/ANR/SentryANRTrackerTests.swift
+1 −1 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+1 −1 Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackerTests.swift
+13 −1 Tests/SentryTests/Integrations/Performance/UIViewController/SentryTimeToDisplayTrackerTest.swift
+137 −92 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+13 −0 Tests/SentryTests/SentryClientTests.swift
+16 −0 Tests/SentryTests/SentryContinuousProfiler+Test.h
+9 −0 Tests/SentryTests/SentryCrash/SentryCrashDoctorTests.swift
+2 −2 Tests/SentryTests/SentryHubTests.swift
+35 −0 Tests/SentryTests/SentryLegacyProfiler+Test.h
+0 −34 Tests/SentryTests/SentryProfiler+Test.h
+35 −0 Tests/SentryTests/SentrySDKTests.swift
+5 −2 Tests/SentryTests/SentryTests-Bridging-Header.h
+1 −1 Tests/SentryTests/SentryViewHierarchyTests.swift
+17 −15 Tests/SentryTests/Swift/Metrics/BucketMetricsAggregatorTests.swift
+1 −1 Tests/SentryTests/TestUtils/TestConncurrentModifications.swift
+4 −3 scripts/build-xcframework.sh

0 comments on commit 5849ec7

Please sign in to comment.