Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 7.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 6, 2022
1 parent 4439798 commit ed1b23f
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 @@ -20,9 +20,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.0 ([#988](https://github.com/getsentry/sentry-unity/pull/988), [#996](https://github.com/getsentry/sentry-unity/pull/996))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7270)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.27.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)

## 0.23.1

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 77 files
+3 −3 .github/workflows/benchmarking.yml
+28 −17 .github/workflows/build.yml
+18 −18 .github/workflows/codeql-analysis.yml
+3 −5 .github/workflows/format-code.yml
+17 −18 .github/workflows/integration-tests.yml
+6 −1 .github/workflows/lint.yml
+1 −1 .github/workflows/profile-data-generator.yml
+15 −17 .github/workflows/saucelabs-UI-tests.yml
+8 −8 .github/workflows/stale.yml
+56 −59 .github/workflows/test.yml
+2 −3 .github/workflows/testflight.yml
+9 −1 CHANGELOG.md
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+5 −0 Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme
+1 −1 Sentry.podspec
+4 −0 Sentry.xcodeproj/project.pbxproj
+15 −0 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+0 −3 Sentry.xcworkspace/contents.xcworkspacedata
+1 −1 Sources/Configuration/Sentry.xcconfig
+0 −1 Sources/Sentry/PrivateSentrySDKOnly.m
+0 −2 Sources/Sentry/Public/PrivateSentrySDKOnly.h
+0 −2 Sources/Sentry/Public/SentryClient.h
+0 −1 Sources/Sentry/Public/SentryError.h
+0 −2 Sources/Sentry/Public/SentrySDK.h
+0 −1 Sources/Sentry/Public/SentryTraceHeader.h
+0 −4 Sources/Sentry/SentryANRTrackingIntegration.m
+0 −1 Sources/Sentry/SentryAppState.m
+6 −1 Sources/Sentry/SentryAppStateManager.m
+0 −3 Sources/Sentry/SentryBacktrace.cpp
+0 −1 Sources/Sentry/SentryDependencyContainer.m
+0 −1 Sources/Sentry/SentryFileContents.m
+55 −13 Sources/Sentry/SentryFileManager.m
+35 −17 Sources/Sentry/SentryFramesTracker.m
+1 −1 Sources/Sentry/SentryMeta.m
+0 −1 Sources/Sentry/SentryMigrateSessionInit.m
+1 −1 Sources/Sentry/SentryOutOfMemoryLogic.m
+1 −1 Sources/Sentry/SentryOutOfMemoryTracker.m
+0 −3 Sources/Sentry/SentryOutOfMemoryTrackingIntegration.m
+3 −0 Sources/Sentry/SentrySDK.m
+1 −0 Sources/Sentry/SentrySpan.m
+0 −1 Sources/Sentry/SentrySwizzleWrapper.m
+0 −2 Sources/Sentry/SentrySystemEventBreadcrumbs.m
+12 −7 Sources/Sentry/SentryTracer.m
+3 −1 Sources/Sentry/include/SentryAppStateManager.h
+0 −1 Sources/Sentry/include/SentryClient+Private.h
+0 −1 Sources/Sentry/include/SentryDependencyContainer.h
+0 −1 Sources/Sentry/include/SentryDiscardedEvent.h
+2 −2 Sources/Sentry/include/SentryFileManager.h
+0 −1 Sources/Sentry/include/SentryLevelMapper.h
+0 −1 Sources/Sentry/include/SentryLog.h
+0 −1 Sources/Sentry/include/SentryMigrateSessionInit.h
+0 −1 Sources/Sentry/include/SentryScreenshot.h
+0 −2 Sources/Sentry/include/SentrySerialization.h
+1 −1 Sources/Sentry/include/SentrySystemEventBreadcrumbs.h
+0 −1 Sources/Sentry/include/SentryTraceContext.h
+0 −1 Sources/Sentry/include/SentryTracesSampler.h
+0 −1 Sources/Sentry/include/SentryUIApplication.h
+0 −1 Sources/Sentry/include/SentryViewHierarchy.h
+0 −1 Sources/SentryCrash/Installations/SentryCrashInstallation.h
+0 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m
+0 −2 Sources/SentryCrash/Recording/SentryCrash.h
+17 −1 Tests/SentryTests/Helper/SentryFileManagerTests.swift
+0 −9 Tests/SentryTests/Helper/SentryLogTests.swift
+1 −1 Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventBreadcrumbsTest.swift
+9 −5 Tests/SentryTests/Integrations/OutOfMemory/SentryOutOfMemoryTrackerTests.swift
+40 −27 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+2 −2 Tests/SentryTests/Integrations/Performance/IO/SentryFileIOTrackingIntegrationTests.swift
+0 −7 Tests/SentryTests/Integrations/SentryBaseIntegrationTests.swift
+1 −0 Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
+0 −1 Tests/SentryTests/Performance/SentryTracerObjCTests.m
+45 −9 Tests/SentryTests/Performance/SentryTracerTests.swift
+1 −1 Tests/SentryTests/SentryCrash/SentryStacktraceBuilderTests.swift
+6 −0 Tests/SentryTests/TestClient.swift
+8 −0 Tests/SentryTests/TestLogOutput.swift
+34 −3 Tests/SentryTests/Transaction/SentrySpanTests.swift
+144 −22 scripts/add-sentry-to-vlc.patch
+2 −46 scripts/xcode-test.sh

0 comments on commit ed1b23f

Please sign in to comment.