Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 7.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 15, 2022
1 parent 4503677 commit 1f8d405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
- Bump CLI from v2.5.2 to v2.7.0 ([#986](https://github.com/getsentry/sentry-unity/pull/986), [#999](https://github.com/getsentry/sentry-unity/pull/999))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#270)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.5.2...2.7.0)
- Bump Cocoa SDK from v7.25.1 to v7.27.1 ([#988](https://github.com/getsentry/sentry-unity/pull/988), [#996](https://github.com/getsentry/sentry-unity/pull/996), [#1004](https://github.com/getsentry/sentry-unity/pull/1004))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7271)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.27.1)
- Bump Cocoa SDK from v7.25.1 to v7.28.0 ([#988](https://github.com/getsentry/sentry-unity/pull/988), [#996](https://github.com/getsentry/sentry-unity/pull/996), [#1004](https://github.com/getsentry/sentry-unity/pull/1004), [#1016](https://github.com/getsentry/sentry-unity/pull/1016))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7280)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.28.0)
- Bump .NET SDK from v3.21.0 to v3.22.0 ([#1008](https://github.com/getsentry/sentry-unity/pull/1008))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3220)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.21.0...3.22.0)
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 63 files
+2 −2 .github/workflows/codeql-analysis.yml
+0 −10 .github/workflows/profile-data-generator.yml
+1 −2 .sauce/profile-data-generator-config.yml
+32 −42 Brewfile.lock.json
+10 −0 CHANGELOG.md
+13 −13 Gemfile.lock
+15 −4 Samples/TrendingMovies/ProfileDataGeneratorUITest/ProfileDataGeneratorUITest.m
+8 −2 Samples/TrendingMovies/TrendingMovies.xcodeproj/xcshareddata/xcschemes/TrendingMovies.xcscheme
+27 −8 Samples/TrendingMovies/TrendingMovies/Movies/MovieCellConfigurator.swift
+21 −2 Samples/TrendingMovies/TrendingMovies/Movies/MovieCollectionViewCell.swift
+10 −0 Samples/TrendingMovies/TrendingMovies/Movies/MoviesViewController.swift
+1 −0 Samples/TrendingMovies/TrendingMovies/Utilities/Tracer.swift
+204 −0 Samples/iOS-ObjectiveC/iOS-ObjectiveC.xcodeproj/project.pbxproj
+474 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+5 −0 Samples/iOS-Swift/iOS-Swift/ViewController.swift
+341 −2 Samples/iOS-SwiftUI/iOS-SwiftUI.xcodeproj/project.pbxproj
+358 −4 Samples/tvOS-Swift/tvOS-Swift.xcodeproj/project.pbxproj
+19 −6 Samples/watchOS-Swift/watchOS-Swift.xcodeproj/xcshareddata/xcschemes/watchOS-Swift WatchKit App.xcscheme
+5 −2 Sentry.podspec
+38 −10 Sentry.xcodeproj/project.pbxproj
+4 −1 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+3 −1 Sources/Configuration/Sentry.xcconfig
+1 −0 Sources/Sentry/Public/Sentry.h
+138 −0 Sources/Sentry/Public/SentryMeasurementUnit.h
+1 −1 Sources/Sentry/Public/SentryOptions.h
+30 −1 Sources/Sentry/Public/SentrySpanProtocol.h
+9 −1 Sources/Sentry/SentryAppStartTracker.m
+132 −16 Sources/Sentry/SentryAppStateManager.m
+6 −5 Sources/Sentry/SentryDependencyContainer.m
+266 −0 Sources/Sentry/SentryDevice.mm
+159 −0 Sources/Sentry/SentryMeasurementUnit.m
+36 −0 Sources/Sentry/SentryMeasurementValue.m
+1 −1 Sources/Sentry/SentryMeta.m
+8 −0 Sources/Sentry/SentryNoOpSpan.m
+4 −0 Sources/Sentry/SentryOptions.m
+2 −94 Sources/Sentry/SentryOutOfMemoryTracker.m
+9 −45 Sources/Sentry/SentryProfiler.mm
+4 −0 Sources/Sentry/SentrySessionTracker.m
+11 −0 Sources/Sentry/SentrySpan.m
+20 −9 Sources/Sentry/SentryTracer.m
+9 −9 Sources/Sentry/SentryTransaction.m
+7 −4 Sources/Sentry/include/SentryAppStateManager.h
+48 −0 Sources/Sentry/include/SentryDevice.h
+17 −0 Sources/Sentry/include/SentryLog.h
+19 −0 Sources/Sentry/include/SentryMeasurementValue.h
+0 −17 Sources/Sentry/include/SentryProfilingLogging.hpp
+3 −1 Sources/Sentry/include/SentryTracer.h
+0 −12 Sources/Sentry/include/SentryTransaction+Private.h
+4 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m
+115 −0 Tests/SentryTests/Helper/SentryAppStateManagerTests.swift
+210 −0 Tests/SentryTests/Helper/SentryDeviceTests.mm
+1 −1 Tests/SentryTests/Integrations/OutOfMemory/SentryOutOfMemoryLogicTests.swift
+3 −1 Tests/SentryTests/Integrations/OutOfMemory/SentryOutOfMemoryTrackerTests.swift
+15 −8 Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift
+3 −2 Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
+25 −0 Tests/SentryTests/Performance/SentryTracerTests.swift
+62 −0 Tests/SentryTests/Protocol/SentryMeasurementUnitTests.swift
+0 −1 Tests/SentryTests/SentryTests-Bridging-Header.h
+9 −4 Tests/SentryTests/TestUtils/SentryTestObserver.m
+40 −16 Tests/SentryTests/Transaction/SentryTransactionTests.swift
+8 −0 Tests/SentryTests/Transaction/TestSentrySpan.m
+9 −4 fastlane/Fastfile
+12 −0 scripts/add-sentry-to-homekit.patch

0 comments on commit 1f8d405

Please sign in to comment.