|
2 | 2 | # import "SentryReachability.h" |
3 | 3 | #endif // !TARGET_OS_WATCH |
4 | 4 |
|
5 | | -#import "SentryDefines.h" |
6 | | -#import "SentryProfilingConditionals.h" |
7 | | - |
8 | 5 | #if SENTRY_HAS_METRIC_KIT |
9 | 6 | # import "SentryMetricKitIntegration.h" |
10 | 7 | #endif // SENTRY_HAS_METRIC_KIT |
|
38 | 35 | # import "SentryTraceProfiler+Test.h" |
39 | 36 | #endif // SENTRY_TARGET_PROFILING_SUPPORTED |
40 | 37 |
|
| 38 | +@import _SentryPrivate; |
| 39 | + |
| 40 | +#import "Helper/ExceptionCatcher.h" |
| 41 | +#import "NSData+Unzip.h" |
41 | 42 | #import "NSLocale+Sentry.h" |
42 | 43 | #import "NSMutableDictionary+Sentry.h" |
43 | 44 | #import "PrivateSentrySDKOnly.h" |
|
67 | 68 | #import "SentryCoreDataSwizzling.h" |
68 | 69 | #import "SentryCoreDataTracker+Test.h" |
69 | 70 | #import "SentryCoreDataTrackingIntegration.h" |
| 71 | +#import "SentryCrash+Test.h" |
70 | 72 | #import "SentryCrashBinaryImageCache.h" |
71 | 73 | #import "SentryCrashBinaryImageProvider.h" |
72 | 74 | #import "SentryCrashC.h" |
| 75 | +#import "SentryCrashCachedData.h" |
73 | 76 | #import "SentryCrashCxaThrowSwapper.h" |
74 | 77 | #import "SentryCrashDebug.h" |
75 | 78 | #import "SentryCrashDefaultBinaryImageProvider.h" |
76 | 79 | #import "SentryCrashDefaultMachineContextWrapper.h" |
77 | 80 | #import "SentryCrashDoctor.h" |
| 81 | +#import "SentryCrashInstallation+Private.h" |
78 | 82 | #import "SentryCrashInstallationReporter.h" |
79 | 83 | #import "SentryCrashIntegration+TestInit.h" |
80 | 84 | #import "SentryCrashIntegration.h" |
81 | 85 | #import "SentryCrashJSONCodecObjC.h" |
82 | 86 | #import "SentryCrashMachineContext.h" |
| 87 | +#import "SentryCrashMachineContext_Apple.h" |
83 | 88 | #import "SentryCrashMonitor.h" |
84 | 89 | #import "SentryCrashMonitorContext.h" |
85 | 90 | #import "SentryCrashMonitor_AppState.h" |
| 91 | +#import "SentryCrashMonitor_MachException.h" |
86 | 92 | #import "SentryCrashMonitor_System.h" |
87 | 93 | #import "SentryCrashReport.h" |
88 | 94 | #import "SentryCrashReportSink.h" |
89 | 95 | #import "SentryCrashReportStore.h" |
90 | 96 | #import "SentryCrashScopeObserver.h" |
| 97 | +#import "SentryCrashStackCursor_Backtrace.h" |
91 | 98 | #import "SentryCrashStackCursor_SelfThread.h" |
92 | 99 | #import "SentryCrashStackEntryMapper.h" |
93 | 100 | #import "SentryCrashUUIDConversion.h" |
|
100 | 107 | #import "SentryDebugImageProvider+TestInit.h" |
101 | 108 | #import "SentryDebugMeta.h" |
102 | 109 | #import "SentryDefaultRateLimits.h" |
| 110 | +#import "SentryDefines.h" |
103 | 111 | #import "SentryDependencyContainer.h" |
104 | 112 | #import "SentryDiscardReason.h" |
105 | 113 | #import "SentryDiscardReasonMapper.h" |
|
152 | 160 | #import "SentryPerformanceTracker.h" |
153 | 161 | #import "SentryPerformanceTrackingIntegration.h" |
154 | 162 | #import "SentryPredicateDescriptor.h" |
| 163 | +#import "SentryProfilingConditionals.h" |
155 | 164 | #import "SentryPropagationContext.h" |
156 | 165 | #import "SentryQueueableRequestManager.h" |
157 | 166 | #import "SentryRateLimitParser.h" |
|
166 | 175 | #import "SentryScopeSyncC.h" |
167 | 176 | #import "SentryScreenFrames.h" |
168 | 177 | #import "SentryScreenshotIntegration.h" |
169 | | -#import "SentrySwift.h" |
170 | | -#import "SentrySwiftAsyncIntegration.h" |
171 | | -#import "SentryUncaughtNSExceptions.h" |
172 | | -#import "SentryWatchdogTerminationBreadcrumbProcessor.h" |
173 | | -#import "SentryWeakMap.h" |
174 | | - |
175 | | -#import "NSData+Unzip.h" |
176 | | -#import "Sentry/Sentry-Swift.h" |
177 | | -#import "SentryCrashBinaryImageCache.h" |
178 | | -#import "SentryDispatchFactory.h" |
179 | | -#import "SentryDispatchSourceWrapper.h" |
180 | | -#import "SentryEnvelopeAttachmentHeader.h" |
181 | | -#import "SentryExtraContextProvider.h" |
182 | | -#import "SentryPerformanceTracker+Testing.h" |
183 | | -#import "SentryPropagationContext.h" |
184 | | -#import "SentrySampleDecision+Private.h" |
185 | 178 | #import "SentrySerialization.h" |
| 179 | +#import "SentrySessionReplaySyncC.h" |
186 | 180 | #import "SentrySessionTracker.h" |
187 | 181 | #import "SentrySpan.h" |
188 | 182 | #import "SentrySpanDataKey.h" |
|
214 | 208 | #import "SentryTransport.h" |
215 | 209 | #import "SentryTransportAdapter.h" |
216 | 210 | #import "SentryTransportFactory.h" |
| 211 | +#import "SentryUncaughtNSExceptions.h" |
| 212 | +#import "SentryUseNSExceptionCallstackWrapper.h" |
217 | 213 | #import "SentryViewHierarchyIntegration.h" |
218 | 214 | #import "SentryViewHierarchyProvider.h" |
| 215 | +#import "SentryWatchdogTerminationBreadcrumbProcessor.h" |
219 | 216 | #import "SentryWatchdogTerminationLogic.h" |
220 | 217 | #import "SentryWatchdogTerminationScopeObserver.h" |
221 | 218 | #import "SentryWatchdogTerminationTracker.h" |
222 | 219 | #import "SentryWatchdogTerminationTrackingIntegration.h" |
| 220 | +#import "SentryWeakMap.h" |
223 | 221 | #import "TestNSURLRequestBuilder.h" |
224 | 222 | #import "TestSentryCrashWrapper.h" |
225 | 223 | #import "TestSentrySpan.h" |
226 | 224 | #import "TestSentryViewHierarchyProvider.h" |
227 | 225 | #import "URLSessionTaskMock.h" |
228 | | -@import _SentryPrivate; |
229 | | -#import "Helper/ExceptionCatcher.h" |
230 | | -#import "SentryCrash+Test.h" |
231 | | -#import "SentryCrashCachedData.h" |
232 | | -#import "SentryCrashInstallation+Private.h" |
233 | | -#import "SentryCrashMachineContext_Apple.h" |
234 | | -#import "SentryCrashMonitor_MachException.h" |
235 | | -#import "SentryCrashStackCursor_Backtrace.h" |
236 | | -#import "SentrySessionReplaySyncC.h" |
237 | | -#import "SentryUseNSExceptionCallstackWrapper.h" |
0 commit comments