|  | 
| 1110 | 1110 | 		FACEED132E3179A10007B4AC /* SentyOptionsInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = FACEED122E3179A10007B4AC /* SentyOptionsInternal.m */; }; | 
| 1111 | 1111 | 		FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */; }; | 
| 1112 | 1112 | 		FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; | 
|  | 1113 | +		FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; | 
| 1113 | 1114 | 		FAE5798D2E7D9D4C00B710F9 /* SentrySysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */; }; | 
| 1114 | 1115 | 		FAE579BA2E7DBE9900B710F9 /* SentryGlobalEventProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */; }; | 
| 1115 | 1116 | 		FAE579C22E7DDDE700B710F9 /* SentryThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */; }; | 
| 1116 |  | -		FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; | 
| 1117 | 1117 | 		FAE579CC2E7DE14900B710F9 /* SentryFrameRemover.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */; }; | 
|  | 1118 | +		FAE579D52E7F238100B710F9 /* HangTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579CF2E7F237A00B710F9 /* HangTracker.swift */; }; | 
|  | 1119 | +		FAE57A3C2E81C55900B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE57A362E81C54F00B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwift.swift */; }; | 
|  | 1120 | +		FAE57C142E831A7700B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE57C0E2E831A7700B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift */; }; | 
|  | 1121 | +		FAE57C232E832A9400B710F9 /* HangTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE57C1D2E832A8F00B710F9 /* HangTrackerTests.swift */; }; | 
| 1118 | 1122 | 		FAE80C242E4695B40010A595 /* SentryEvent+Serialize.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */; }; | 
| 1119 | 1123 | 		FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; }; | 
| 1120 | 1124 | 		FAEC273D2DF3933A00878871 /* NSData+Unzip.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEC273C2DF3933200878871 /* NSData+Unzip.m */; }; | 
|  | 
| 2459 | 2463 | 		FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryGlobalEventProcessor.swift; sourceTree = "<group>"; }; | 
| 2460 | 2464 | 		FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadWrapper.swift; sourceTree = "<group>"; }; | 
| 2461 | 2465 | 		FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemover.swift; sourceTree = "<group>"; }; | 
|  | 2466 | +		FAE579CF2E7F237A00B710F9 /* HangTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HangTracker.swift; sourceTree = "<group>"; }; | 
|  | 2467 | +		FAE57A362E81C54F00B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryWatchdogTerminationTrackingIntegrationSwift.swift; sourceTree = "<group>"; }; | 
|  | 2468 | +		FAE57C0E2E831A7700B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift; sourceTree = "<group>"; }; | 
|  | 2469 | +		FAE57C1D2E832A8F00B710F9 /* HangTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HangTrackerTests.swift; sourceTree = "<group>"; }; | 
| 2462 | 2470 | 		FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryEvent+Serialize.h"; path = "include/SentryEvent+Serialize.h"; sourceTree = "<group>"; }; | 
| 2463 | 2471 | 		FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedback.swift; sourceTree = "<group>"; }; | 
| 2464 | 2472 | 		FAEC273C2DF3933200878871 /* NSData+Unzip.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+Unzip.m"; sourceTree = "<group>"; }; | 
|  | 
| 3355 | 3363 | 		7B2A70D627D5F06C008B0D15 /* ANR */ = { | 
| 3356 | 3364 | 			isa = PBXGroup; | 
| 3357 | 3365 | 			children = ( | 
|  | 3366 | +				FAE57C1D2E832A8F00B710F9 /* HangTrackerTests.swift */, | 
| 3358 | 3367 | 				7B2A70D727D5F07F008B0D15 /* SentryANRTrackerV1Tests.swift */, | 
| 3359 | 3368 | 				621D22002DBB7E09006F9C48 /* SentryANRTrackerV1IntegrationTests.swift */, | 
| 3360 | 3369 | 				621AE74E2C626CF70012E730 /* SentryANRTrackerV2Tests.swift */, | 
|  | 
| 3763 | 3772 | 			children = ( | 
| 3764 | 3773 | 				D452FE6B2DDC873400AFF56F /* Processors */, | 
| 3765 | 3774 | 				7BFE7A0927A1B6B000D2B66E /* SentryWatchdogTerminationTrackingIntegrationTests.swift */, | 
|  | 3775 | +				FAE57C0E2E831A7700B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift */, | 
| 3766 | 3776 | 				0A2D7BB929152CBF008727AF /* SentryWatchdogTerminationScopeObserverTests.swift */, | 
| 3767 | 3777 | 				7B98D7DF25FB73B900C5A389 /* SentryWatchdogTerminationTrackerTests.swift */, | 
| 3768 | 3778 | 				D452FE742DDC8DC400AFF56F /* TestSentryWatchdogTerminationBreadcrumbProcessor.swift */, | 
|  | 
| 4227 | 4237 | 		D452FCBC2DDB6FA800AFF56F /* WatchdogTerminations */ = { | 
| 4228 | 4238 | 			isa = PBXGroup; | 
| 4229 | 4239 | 			children = ( | 
|  | 4240 | +				FAE57A362E81C54F00B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwift.swift */, | 
| 4230 | 4241 | 				D452FCBD2DDB6FC200AFF56F /* Processors */, | 
| 4231 | 4242 | 			); | 
| 4232 | 4243 | 			path = WatchdogTerminations; | 
|  | 
| 4324 | 4335 | 		D800942328F82E8D005D3943 /* Swift */ = { | 
| 4325 | 4336 | 			isa = PBXGroup; | 
| 4326 | 4337 | 			children = ( | 
|  | 4338 | +				FAE579CF2E7F237A00B710F9 /* HangTracker.swift */, | 
| 4327 | 4339 | 				F4FE9E062E6248BB0014FED5 /* SentryCrash */, | 
| 4328 | 4340 | 				FABB48B22E59310D0071397E /* Transaction */, | 
| 4329 | 4341 | 				FAAB29F02E3D252000ACD577 /* SentrySession.swift */, | 
|  | 
| 5865 | 5877 | 				FA01BCB22E69352A00968DFA /* SentryDiscardedEvent.swift in Sources */, | 
| 5866 | 5878 | 				7BAF3DCE243DCBFE008A5414 /* SentryTransportFactory.m in Sources */, | 
| 5867 | 5879 | 				F4E3DCCB2E1579240093CB80 /* SentryScopePersistentStore.swift in Sources */, | 
|  | 5880 | +				FAE57A3C2E81C55900B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwift.swift in Sources */, | 
| 5868 | 5881 | 				7D65260E237F649E00113EA2 /* SentryScope.m in Sources */, | 
| 5869 | 5882 | 				D4EDF9842D0B2A210071E7B3 /* Data+SentryTracing.swift in Sources */, | 
| 5870 | 5883 | 				84281C472A57905700EE88F2 /* SentrySample.m in Sources */, | 
|  | 
| 5888 | 5901 | 				0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProviderHelper.m in Sources */, | 
| 5889 | 5902 | 				D84D2CDD2C2BF7370011AF8A /* SentryReplayEvent.swift in Sources */, | 
| 5890 | 5903 | 				D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */, | 
|  | 5904 | +				FAE579D52E7F238100B710F9 /* HangTracker.swift in Sources */, | 
| 5891 | 5905 | 				D452FC592DDB4B1700AFF56F /* SentryWatchdogTerminationBreadcrumbProcessor.m in Sources */, | 
| 5892 | 5906 | 				FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */, | 
| 5893 | 5907 | 				8EA1ED0B2668F8C400E62B98 /* SentryUIViewControllerSwizzling.m in Sources */, | 
|  | 
| 6034 | 6048 | 				62278CA82E30B21A0022ABC6 /* SentryHttpTransportFlushIntegrationTests.swift in Sources */, | 
| 6035 | 6049 | 				0A5370A128A3EC2400B2DCDE /* SentryViewHierarchyProviderTests.swift in Sources */, | 
| 6036 | 6050 | 				D8FFE50C2703DBB400607131 /* SwizzlingCallTests.swift in Sources */, | 
|  | 6051 | +				FAE57C142E831A7700B710F9 /* SentryWatchdogTerminationTrackingIntegrationSwiftTests.swift in Sources */, | 
| 6037 | 6052 | 				7BFAA6E7297AA16A00E7E02E /* SentryCrashMonitor_CppException_Tests.mm in Sources */, | 
| 6038 | 6053 | 				9286059929A50BAB00F96038 /* SentryGeoTests.swift in Sources */, | 
| 6039 | 6054 | 				621655662DB12A8900810504 /* SentryCrashMach-OTests.m in Sources */, | 
|  | 
| 6241 | 6256 | 				D884A20527C80F6300074664 /* SentryCoreDataTrackerTest.swift in Sources */, | 
| 6242 | 6257 | 				8E70B10125CB8695002B3155 /* SentrySpanIdTests.swift in Sources */, | 
| 6243 | 6258 | 				62E2119A2DAE99FC007D7262 /* SentryAsyncSafeLog.m in Sources */, | 
|  | 6259 | +				FAE57C232E832A9400B710F9 /* HangTrackerTests.swift in Sources */, | 
| 6244 | 6260 | 				84EB21962BF01CEA00EDDA28 /* SentryCrashInstallationTests.swift in Sources */, | 
| 6245 | 6261 | 				7BFE7A0A27A1B6B000D2B66E /* SentryWatchdogTerminationTrackingIntegrationTests.swift in Sources */, | 
| 6246 | 6262 | 				FA6614FC2E4B8E1A00657755 /* TestSentryUIApplication.swift in Sources */, | 
|  | 
0 commit comments