File tree
3 files changed
+8
-4
lines changed- modules
- src/Sentry.Bindings.Cocoa
3 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Submodule sentry-cocoa updated 54 files
- .github/workflows/codeql-analysis.yml+2-2
- CHANGELOG.md+10
- Samples/iOS-ObjectiveC/iOS-ObjectiveC/Base.lproj/Main.storyboard+4-11
- Samples/iOS-ObjectiveC/iOS-ObjectiveC/ViewController.m-15
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard+1-9
- Samples/iOS-Swift/iOS-Swift/ErrorsViewController.swift-19
- Sentry.podspec+2-2
- Sentry.xcodeproj/project.pbxproj-16
- SentryPrivate.podspec+1-1
- SentrySwiftUI.podspec+2-2
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Configuration/SentryPrivate.xcconfig+1-1
- Sources/Sentry/Public/SentryOptions.h-4
- Sources/Sentry/Public/SentryRequest.h-2
- Sources/Sentry/SentryClient.m-2
- Sources/Sentry/SentryCrashWrapper.m-15
- Sources/Sentry/SentryEnvelope.m+1-4
- Sources/Sentry/SentryHttpTransport.m+3
- Sources/Sentry/SentryHub.m-1
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryNSURLRequest.m-4
- Sources/Sentry/SentrySerialization.m+10
- Sources/Sentry/SentrySession.m-1
- Sources/Sentry/SentryStacktraceBuilder.m-1
- Sources/Sentry/SentryThreadInspector.m-1
- Sources/Sentry/include/HybridPublic/SentryBreadcrumb+Private.h+1-1
- Sources/Sentry/include/HybridPublic/SentryEnvelope.h+10
- Sources/Sentry/include/HybridPublic/SentryUser+Private.h+1-1
- Sources/Sentry/include/SentryCrashWrapper.h-4
- Sources/Sentry/include/SentrySerialization.h-2
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp-1
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c-1
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m-1
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c-1
- Sources/SentryCrash/Recording/SentryCrashReport.c-3
- Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c-1
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c-34
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h-16
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c+1-6
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c+1-9
- Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c-2
- Sources/SentryCrash/Recording/Tools/SentryHook.c-303
- Sources/SentryCrash/Recording/Tools/SentryHook.h-51
- Sources/SentryCrash/Recording/Tools/fishhook.c-268
- Sources/SentryCrash/Recording/Tools/fishhook.h-73
- Tests/SentryTests/Helper/SentrySerializationTests.swift+3
- Tests/SentryTests/Integrations/Performance/CoreData/SentryCoreDataTrackerTest.swift+2-2
- Tests/SentryTests/Networking/SentryDsnTests.m+11-11
- Tests/SentryTests/Networking/SentryHttpTransportTests.swift+12-3
- Tests/SentryTests/Networking/SentryTransportAdapterTests.swift+1-1
- Tests/SentryTests/SentryHubTests.swift+1-1
- Tests/SentryTests/SentryInterfacesTests.m-2
- Tests/SentryTests/SentrySessionTests.m+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2188 | 2188 | | |
2189 | 2189 | | |
2190 | 2190 | | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
2191 | 2195 | | |
2192 | 2196 | | |
2193 | 2197 | | |
| |||
0 commit comments