File tree
4 files changed
+54
-39
lines changed- modules
- src/Sentry.Bindings.Cocoa
4 files changed
+54
-39
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Submodule sentry-cocoa updated 69 files
- .github/workflows/benchmarking.yml+1-1
- .github/workflows/integration-tests.yml+6-3
- .github/workflows/profile-data-generator.yml+1-1
- .github/workflows/saucelabs-UI-tests.yml+1-1
- .github/workflows/test.yml+47-3
- .gitignore+3
- Brewfile.lock.json+123-29
- CHANGELOG.md+26-1
- Gemfile.lock+3-3
- Samples/TrendingMovies/TrendingMovies/TMDb/TMDbClient.swift+4
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+4-4
- Samples/iOS-Swift/iOS-Swift/AppDelegate.swift+7-3
- Samples/iOS-Swift/iOS-Swift/Base.lproj/Main.storyboard+38-24
- Samples/iOS-Swift/iOS-Swift/ViewController.swift+7
- Samples/iOS-Swift/iOS13-Swift/AppDelegate.swift+21-17
- Sentry.podspec+1-1
- Sentry.xcodeproj/project.pbxproj+22-2
- Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme+6
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Sentry/SentryClient.m+19-7
- Sources/Sentry/SentryCoreDataTracker.m+2-3
- Sources/Sentry/SentryCrashIntegration.m+3-1
- Sources/Sentry/SentryCrashWrapper.m+1-8
- Sources/Sentry/SentryHub.m+54-14
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentrySDK.m+5-4
- Sources/Sentry/SentryUIApplication.m+27-11
- Sources/Sentry/include/SentryClient+Private.h+4-4
- Sources/Sentry/include/SentryCrashWrapper.h+1-5
- Sources/Sentry/include/SentryHub+Private.h+5-3
- Sources/Sentry/include/SentryUIApplication.h+10
- Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h+14
- Sources/SentryCrash/Installations/SentryCrashInstallation.h+5
- Sources/SentryCrash/Installations/SentryCrashInstallation.m+17-11
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c+7-1
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h+8-2
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c+49-13
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h+7
- Sources/SentryCrash/Recording/SentryCrash.h+17-4
- Sources/SentryCrash/Recording/SentryCrash.m+73-47
- Sources/SentryCrash/Recording/SentryCrashC.c+8-40
- Sources/SentryCrash/Recording/SentryCrashC.h+2-7
- Sources/SentryCrash/Recording/SentryCrashCachedData.c+6
- Sources/SentryCrash/Recording/SentryCrashCachedData.h+1
- Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c-31
- Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h-11
- Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c+3-33
- Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h-6
- Tests/SentryTests/ClearTestState.swift+30-23
- Tests/SentryTests/Helper/TestNSNotificationCenterWrapper.swift+12-4
- Tests/SentryTests/Integrations/Performance/CoreData/SentryCoreDataTrackerTest.swift+28
- Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerIntegrationTests.swift+2
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift+2-2
- Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift+5-5
- Tests/SentryTests/MockUIScene.h+16
- Tests/SentryTests/MockUIScene.m+16
- Tests/SentryTests/SentryClientTests.swift+84-21
- Tests/SentryTests/SentryCrash/SentryCrashInstallationTests.m+146
- Tests/SentryTests/SentryCrash/SentryCrashLogger_Tests.m-25
- Tests/SentryTests/SentryCrash/SentryThreadInspectorTests.swift+1-1
- Tests/SentryTests/SentryCrash/TestSentryCrashWrapper.h+1-1
- Tests/SentryTests/SentryCrash/TestSentryCrashWrapper.m+3-3
- Tests/SentryTests/SentryHubTests.swift+105-8
- Tests/SentryTests/SentrySDKTests.swift+13-1
- Tests/SentryTests/SentryTests-Bridging-Header.h+1
- Tests/SentryTests/SentryUIApplicationTests.swift+72
- Tests/SentryTests/TestClient.swift+8-7
- Tests/SentryTests/TestUtils/EmptyIntegration.swift+7
- scripts/xcode-test.sh+14-9
Lines changed: 41 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
33 | 28 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
37 | 32 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
41 | 37 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
45 | 42 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
49 | 46 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
53 | 50 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
57 | 55 |
| |
58 | 56 |
| |
59 |
| - | |
60 |
| - | |
| 57 | + | |
| 58 | + | |
61 | 59 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
65 | 63 |
| |
66 | 64 |
| |
67 | 65 |
| |
| |||
112 | 110 |
| |
113 | 111 |
| |
114 | 112 |
| |
115 |
| - | |
| 113 | + | |
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
| |||
148 | 146 |
| |
149 | 147 |
| |
150 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 |
| |
152 | 155 |
| |
153 | 156 |
| |
| |||
881 | 884 |
| |
882 | 885 |
| |
883 | 886 |
| |
884 |
| - | |
| 887 | + | |
885 | 888 |
| |
886 | 889 |
| |
887 | 890 |
| |
888 |
| - | |
| 891 | + | |
889 | 892 |
| |
890 | 893 |
| |
891 | 894 |
| |
892 |
| - | |
| 895 | + | |
893 | 896 |
| |
894 | 897 |
| |
895 | 898 |
| |
| |||
978 | 981 |
| |
979 | 982 |
| |
980 | 983 |
| |
981 |
| - | |
| 984 | + | |
982 | 985 |
| |
983 | 986 |
| |
984 | 987 |
| |
| |||
1022 | 1025 |
| |
1023 | 1026 |
| |
1024 | 1027 |
| |
1025 |
| - | |
| 1028 | + | |
1026 | 1029 |
| |
1027 | 1030 |
| |
1028 | 1031 |
| |
| |||
1981 | 1984 |
| |
1982 | 1985 |
| |
1983 | 1986 |
| |
1984 |
| - | |
| 1987 | + | |
1985 | 1988 |
| |
1986 | 1989 |
| |
1987 | 1990 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
29 | 40 |
| |
30 | 41 |
| |
31 | 42 |
| |
|
0 commit comments