Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 10, 2023
1 parent 610f53f commit 01b0b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 50 files
+24 −0 .codecov.yml
+0 −25 .github/.codecov.yml
+2 −2 .github/workflows/codeql-analysis.yml
+48 −28 .github/workflows/test.yml
+6 −2 .github/workflows/testflight.yml
+4 −0 .spi.yml
+37 −1 CHANGELOG.md
+5 −0 Samples/iOS-ObjectiveC/iOS-ObjectiveC/AppDelegate.m
+12 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+21 −14 Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
+92 −19 Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard
+0 −17 Samples/iOS-Swift/iOS-Swift/Tools/RandomErrors.swift
+52 −0 Samples/iOS-Swift/iOS-Swift/ViewControllers/UIEventBreadcrumbsController.swift
+40 −0 Samples/iOS-Swift/iOS-SwiftUITests/UIEventBreadcrumbTests.swift
+10 −8 Samples/macOS-Swift/macOS-Swift/AppDelegate.swift
+9 −8 Samples/tvOS-Swift/tvOS-Swift/AppDelegate.swift
+2 −2 Sentry.podspec
+4 −2 Sentry.xcodeproj/project.pbxproj
+3 −0 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+9 −9 Sources/Sentry/Public/SentryOptions.h
+5 −1 Sources/Sentry/Public/SentrySDK.h
+14 −4 Sources/Sentry/SentryClient.m
+0 −6 Sources/Sentry/SentryCrashIntegration.m
+4 −0 Sources/Sentry/SentryCrashWrapper.m
+15 −29 Sources/Sentry/SentryFramesTracker.m
+1 −1 Sources/Sentry/SentryMeta.m
+7 −4 Sources/Sentry/SentryOptions.m
+3 −1 Sources/Sentry/SentrySDK.m
+1 −0 Sources/Sentry/SentryScope.m
+32 −30 Sources/SentryCrash/Recording/SentryCrash.m
+5 −0 Sources/Swift/SwiftDescriptor.swift
+6 −5 Tests/SentryTests/Helper/SentryDeviceTests.mm
+0 −48 Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift
+0 −42 Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
+1 −27 Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
+0 −3 Tests/SentryTests/Networking/RateLimits/SentryConcurrentRateLimitsDictionaryTests.swift
+81 −9 Tests/SentryTests/SentryClientTests.swift
+13 −0 Tests/SentryTests/SentryCrash/SentryCrashTests.m
+1 −16 Tests/SentryTests/SentryCrash/SentryStacktraceBuilderTests.swift
+0 −5 Tests/SentryTests/SentryCrash/SentryThreadInspectorTests.swift
+17 −7 Tests/SentryTests/SentryOptionsTest.m
+15 −0 Tests/SentryTests/SentrySDKTests.swift
+31 −0 Tests/SentryTests/SentryScopeSwiftTests.swift
+0 −30 Tests/SentryTests/SentryScopeTests.m
+41 −0 Tests/SentryTests/SwiftDescriptorTests.swift
+1 −0 scripts/ci-select-xcode.sh

0 comments on commit 01b0b55

Please sign in to comment.