Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.9.5 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2023
1 parent b875e27 commit 1fafd39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Cocoa SDK from v8.9.4 to v8.9.5 ([#1422](https://github.com/getsentry/sentry-unity/pull/1422))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#895)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.4...8.9.5)

## 1.5.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 30 files
+5 −0 CHANGELOG.md
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+34 −20 Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard
+62 −7 Samples/iOS-Swift/iOS-Swift/ViewController.swift
+1 −1 Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift
+2 −2 Sentry.podspec
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+27 −0 Sources/Sentry/PrivateSentrySDKOnly.m
+6 −7 Sources/Sentry/Profiling/SentryProfiledTracerConcurrency.mm
+3 −2 Sources/Sentry/SentryEvent.m
+1 −1 Sources/Sentry/SentryMeta.m
+11 −10 Sources/Sentry/SentryMetricProfiler.mm
+9 −13 Sources/Sentry/SentryProfileTimeseries.mm
+86 −60 Sources/Sentry/SentryProfiler.mm
+2 −2 Sources/Sentry/SentryTracer.m
+14 −0 Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h
+1 −0 Sources/Sentry/include/SentryInternalDefines.h
+3 −2 Sources/Sentry/include/SentryMetricProfiler.h
+1 −1 Sources/Sentry/include/SentryProfileTimeseries.h
+4 −4 Sources/Sentry/include/SentryProfiledTracerConcurrency.h
+5 −4 Sources/Sentry/include/SentryProfiler+Private.h
+9 −1 Sources/Sentry/include/SentryProfiler.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+7 −20 Tests/SentryProfilerTests/SentryProfilerTests.mm
+15 −15 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+53 −24 Tests/SentryTests/PrivateSentrySDKOnlyTests.swift
+23 −1 develop-docs/README.md

0 comments on commit 1fafd39

Please sign in to comment.