Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 17, 2023
1 parent 904709f commit 815fc49
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 @@ -17,6 +17,9 @@
- Bump Java SDK (Android) from v6.25.1 to v6.25.2 ([#325](https://github.com/getsentry/sentry-unreal/pull/325))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6252)
- [diff](https://github.com/getsentry/sentry-java/compare/6.25.1...6.25.2)
- Bump Cocoa SDK (iOS) from v8.9.0 to v8.9.1 ([#326](https://github.com/getsentry/sentry-unreal/pull/326))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#891)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.0...8.9.1)

## 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 33 files
+6 −0 CHANGELOG.md
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+2 −2 Sentry.podspec
+4 −1 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −0 SentryTestUtils/ClearTestState.swift
+1 −0 SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+2 −2 Sources/Sentry/SentryFramesTracker.m
+1 −1 Sources/Sentry/SentryMeta.m
+3 −3 Sources/Sentry/SentryNSNotificationCenterWrapper.m
+11 −0 Sources/Sentry/SentryNSTimerFactory.m
+2 −1 Sources/Sentry/SentryProfileTimeseries.mm
+109 −128 Sources/Sentry/SentryProfiler.mm
+11 −0 Sources/Sentry/SentryScreenFrames.m
+9 −0 Sources/Sentry/SentryThreadWrapper.m
+14 −16 Sources/Sentry/SentryTracer.m
+88 −22 Sources/Sentry/SentryTracerConcurrency.mm
+3 −0 Sources/Sentry/include/HybridPublic/SentryScreenFrames.h
+21 −2 Sources/Sentry/include/SentryInternalDefines.h
+3 −3 Sources/Sentry/include/SentryNSNotificationCenterWrapper.h
+12 −1 Sources/Sentry/include/SentryProfiler+Private.h
+17 −4 Sources/Sentry/include/SentryProfiler.h
+10 −0 Sources/Sentry/include/SentryThreadWrapper.h
+12 −9 Sources/Sentry/include/SentryTracerConcurrency.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+64 −22 Tests/SentryProfilerTests/SentryProfilerSwiftTests.swift
+12 −1 Tests/SentryProfilerTests/SentryProfilerTests.mm
+25 −0 Tests/SentryTests/Helper/SentryThreadWrapperTests.swift
+4 −4 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+3 −3 Tests/SentryTests/Transaction/SentryTracerObjCTests.m

0 comments on commit 815fc49

Please sign in to comment.