Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 15, 2023
1 parent d4dda09 commit e08c704
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 @@ -7,6 +7,9 @@
- Bump CLI from v2.20.4 to v2.20.5 ([#2539](https://github.com/getsentry/sentry-dotnet/pull/2539))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2205)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.4...2.20.5)
- Bump Cocoa SDK from v8.9.4 to v8.9.5 ([#2542](https://github.com/getsentry/sentry-dotnet/pull/2542))
- [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)

## 3.35.0

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 e08c704

Please sign in to comment.