Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored May 17, 2023
1 parent 198985c commit 7127796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 67 files
+2 −2 .github/workflows/codeql-analysis.yml
+0 −8 .github/workflows/test.yml
+7 −0 .pre-commit-config.yaml
+17 −0 CHANGELOG.md
+4 −11 Samples/iOS-ObjectiveC/iOS-ObjectiveC/Base.lproj/Main.storyboard
+0 −15 Samples/iOS-ObjectiveC/iOS-ObjectiveC/ViewController.m
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −9 Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard
+0 −19 Samples/iOS-Swift/iOS-Swift/ErrorsViewController.swift
+2 −2 Sentry.podspec
+4 −16 Sentry.xcodeproj/project.pbxproj
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+0 −4 Sources/Sentry/Public/SentryOptions.h
+0 −2 Sources/Sentry/Public/SentryRequest.h
+0 −2 Sources/Sentry/SentryClient.m
+0 −15 Sources/Sentry/SentryCrashWrapper.m
+1 −4 Sources/Sentry/SentryEnvelope.m
+3 −0 Sources/Sentry/SentryHttpTransport.m
+0 −1 Sources/Sentry/SentryHub.m
+1 −1 Sources/Sentry/SentryMeta.m
+0 −4 Sources/Sentry/SentryNSURLRequest.m
+16 −24 Sources/Sentry/SentryProfileTimeseries.mm
+288 −290 Sources/Sentry/SentryProfiler.mm
+10 −0 Sources/Sentry/SentrySerialization.m
+0 −1 Sources/Sentry/SentrySession.m
+0 −1 Sources/Sentry/SentryStacktraceBuilder.m
+0 −1 Sources/Sentry/SentryThreadInspector.m
+27 −21 Sources/Sentry/SentryTracer.m
+0 −9 Sources/Sentry/SentryTransactionContext.mm
+1 −1 Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h
+10 −0 Sources/Sentry/include/HybridPublic/SentryEnvelope.h
+1 −1 Sources/Sentry/include/HybridPublic/SentryUser+Private.h
+0 −4 Sources/Sentry/include/SentryCrashWrapper.h
+0 −7 Sources/Sentry/include/SentryProfileTimeseries.h
+69 −0 Sources/Sentry/include/SentryProfiler+Private.h
+8 −7 Sources/Sentry/include/SentryProfiler+Test.h
+0 −1 Sources/Sentry/include/SentryProfiler.h
+0 −2 Sources/Sentry/include/SentrySerialization.h
+5 −1 Sources/Sentry/include/SentryTransactionContext+Private.h
+0 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp
+0 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c
+0 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m
+0 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c
+0 −3 Sources/SentryCrash/Recording/SentryCrashReport.c
+0 −1 Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
+0 −34 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c
+0 −16 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h
+1 −6 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c
+1 −9 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c
+0 −2 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c
+0 −303 Sources/SentryCrash/Recording/Tools/SentryHook.c
+0 −51 Sources/SentryCrash/Recording/Tools/SentryHook.h
+0 −268 Sources/SentryCrash/Recording/Tools/fishhook.c
+0 −73 Sources/SentryCrash/Recording/Tools/fishhook.h
+156 −37 Tests/SentryProfilerTests/SentryProfilerTests.mm
+3 −0 Tests/SentryTests/Helper/SentrySerializationTests.swift
+2 −2 Tests/SentryTests/Integrations/Performance/CoreData/SentryCoreDataTrackerTest.swift
+11 −11 Tests/SentryTests/Networking/SentryDsnTests.m
+12 −3 Tests/SentryTests/Networking/SentryHttpTransportTests.swift
+1 −1 Tests/SentryTests/Networking/SentryTransportAdapterTests.swift
+1 −1 Tests/SentryTests/SentryHubTests.swift
+0 −2 Tests/SentryTests/SentryInterfacesTests.m
+3 −3 Tests/SentryTests/SentrySessionTests.m
+9 −0 Tests/SentryTests/Transaction/SentryTracerTests.swift

0 comments on commit 7127796

Please sign in to comment.