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 committed Aug 15, 2023
1 parent d4dda09 commit 3e02fd1
Showing 1 changed file with 1 addition and 1 deletion.
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 3e02fd1

Please sign in to comment.