|
713 | 713 | 8EAC7FF8265C8910005B44E5 /* SentryTracerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EAC7FF7265C8910005B44E5 /* SentryTracerTests.swift */; }; |
714 | 714 | 8EAE8E5E2681768000D6958B /* URLSessionTaskMock.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EAE8E5D2681768000D6958B /* URLSessionTaskMock.m */; }; |
715 | 715 | 8EAE9806261E87120073B6B3 /* SentryUIViewControllerPerformanceTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EAE9804261E87120073B6B3 /* SentryUIViewControllerPerformanceTracker.m */; }; |
716 | | - 8EAE980B261E9F530073B6B3 /* SentryPerformanceTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAE9809261E9F530073B6B3 /* SentryPerformanceTracker.h */; }; |
| 716 | + 8EAE980B261E9F530073B6B3 /* SentryPerformanceTrackerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAE9809261E9F530073B6B3 /* SentryPerformanceTrackerHelper.h */; }; |
717 | 717 | 8EAE980C261E9F530073B6B3 /* SentryUIViewControllerPerformanceTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAE980A261E9F530073B6B3 /* SentryUIViewControllerPerformanceTracker.h */; }; |
718 | | - 8EBF870926140D37001A6853 /* SentryPerformanceTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EBF870726140D37001A6853 /* SentryPerformanceTracker.m */; }; |
| 718 | + 8EBF870926140D37001A6853 /* SentryPerformanceTrackerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EBF870726140D37001A6853 /* SentryPerformanceTrackerHelper.m */; }; |
719 | 719 | 8EC3AE7A25CA23B600E7591A /* SentrySpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EC3AE7925CA23B600E7591A /* SentrySpan.m */; }; |
720 | 720 | 8EC4CF4A25C38DAA0093DEE9 /* SentrySpanStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC4CF4725C38CAF0093DEE9 /* SentrySpanStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
721 | 721 | 8EC4CF5025C3A0070093DEE9 /* SentrySpanContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC4CF4F25C3A0070093DEE9 /* SentrySpanContextTests.swift */; }; |
|
1082 | 1082 | FA7206DF2E0B37850072FDD4 /* SentryProfileCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7206DE2E0B37780072FDD4 /* SentryProfileCollector.h */; }; |
1083 | 1083 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA7206E02E0B37C60072FDD4 /* SentryProfileCollector.mm */; }; |
1084 | 1084 | FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
| 1085 | + FA8AFCDD2E842932007A0E18 /* SentryPerformanceTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCDC2E84292E007A0E18 /* SentryPerformanceTracker.swift */; }; |
1085 | 1086 | FA8AFCED2E8434A8007A0E18 /* SentryThreadInspector.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCE72E8434A0007A0E18 /* SentryThreadInspector.swift */; }; |
1086 | 1087 | FA8AFCEF2E843903007A0E18 /* SentryFileIOTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCEE2E8438FF007A0E18 /* SentryFileIOTracker.swift */; }; |
1087 | 1088 | FA8AFCFA2E844AB6007A0E18 /* SentryThreadsafeApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCF42E844AB1007A0E18 /* SentryThreadsafeApplicationTests.swift */; }; |
|
2036 | 2037 | 8EAE8E5C2681768000D6958B /* URLSessionTaskMock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = URLSessionTaskMock.h; sourceTree = "<group>"; }; |
2037 | 2038 | 8EAE8E5D2681768000D6958B /* URLSessionTaskMock.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = URLSessionTaskMock.m; sourceTree = "<group>"; }; |
2038 | 2039 | 8EAE9804261E87120073B6B3 /* SentryUIViewControllerPerformanceTracker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryUIViewControllerPerformanceTracker.m; sourceTree = "<group>"; }; |
2039 | | - 8EAE9809261E9F530073B6B3 /* SentryPerformanceTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryPerformanceTracker.h; path = include/SentryPerformanceTracker.h; sourceTree = "<group>"; }; |
| 2040 | + 8EAE9809261E9F530073B6B3 /* SentryPerformanceTrackerHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryPerformanceTrackerHelper.h; path = include/SentryPerformanceTrackerHelper.h; sourceTree = "<group>"; }; |
2040 | 2041 | 8EAE980A261E9F530073B6B3 /* SentryUIViewControllerPerformanceTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryUIViewControllerPerformanceTracker.h; path = include/SentryUIViewControllerPerformanceTracker.h; sourceTree = "<group>"; }; |
2041 | | - 8EBF870726140D37001A6853 /* SentryPerformanceTracker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryPerformanceTracker.m; sourceTree = "<group>"; }; |
| 2042 | + 8EBF870726140D37001A6853 /* SentryPerformanceTrackerHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryPerformanceTrackerHelper.m; sourceTree = "<group>"; }; |
2042 | 2043 | 8EC3AE7925CA23B600E7591A /* SentrySpan.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySpan.m; sourceTree = "<group>"; }; |
2043 | 2044 | 8EC4CF4725C38CAF0093DEE9 /* SentrySpanStatus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySpanStatus.h; path = Public/SentrySpanStatus.h; sourceTree = "<group>"; }; |
2044 | 2045 | 8EC4CF4F25C3A0070093DEE9 /* SentrySpanContextTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySpanContextTests.swift; sourceTree = "<group>"; }; |
|
2170 | 2171 | D808FB89281BCE46009A2A33 /* TestSentrySwizzleWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentrySwizzleWrapper.swift; sourceTree = "<group>"; }; |
2171 | 2172 | D808FB90281BF6E9009A2A33 /* SentryUIEventTrackingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIEventTrackingIntegrationTests.swift; sourceTree = "<group>"; }; |
2172 | 2173 | D80C990A2B0DFE410052F311 /* ExternalUIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalUIViewController.swift; sourceTree = "<group>"; }; |
2173 | | - D8105B8D297FD16800299F03 /* SentryPerformanceTracker+Testing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryPerformanceTracker+Testing.h"; sourceTree = "<group>"; }; |
2174 | 2174 | D8137D52272B53070082656C /* TestSentrySpan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestSentrySpan.h; sourceTree = "<group>"; }; |
2175 | 2175 | D8137D53272B53070082656C /* TestSentrySpan.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TestSentrySpan.m; sourceTree = "<group>"; }; |
2176 | 2176 | D81988BF2BEBFFF70020E36C /* SentryReplayRecording.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReplayRecording.swift; sourceTree = "<group>"; }; |
|
2427 | 2427 | FA7206DE2E0B37780072FDD4 /* SentryProfileCollector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryProfileCollector.h; sourceTree = "<group>"; }; |
2428 | 2428 | FA7206E02E0B37C60072FDD4 /* SentryProfileCollector.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryProfileCollector.mm; sourceTree = "<group>"; }; |
2429 | 2429 | FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; }; |
| 2430 | + FA8AFCDC2E84292E007A0E18 /* SentryPerformanceTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryPerformanceTracker.swift; sourceTree = "<group>"; }; |
2430 | 2431 | FA8AFCE72E8434A0007A0E18 /* SentryThreadInspector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadInspector.swift; sourceTree = "<group>"; }; |
2431 | 2432 | FA8AFCEE2E8438FF007A0E18 /* SentryFileIOTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFileIOTracker.swift; sourceTree = "<group>"; }; |
2432 | 2433 | FA8AFCF42E844AB1007A0E18 /* SentryThreadsafeApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadsafeApplicationTests.swift; sourceTree = "<group>"; }; |
|
3703 | 3704 | 8EA1ED092668F8C400E62B98 /* SentryUIViewControllerSwizzling.m */, |
3704 | 3705 | 8EAE980A261E9F530073B6B3 /* SentryUIViewControllerPerformanceTracker.h */, |
3705 | 3706 | 8EAE9804261E87120073B6B3 /* SentryUIViewControllerPerformanceTracker.m */, |
3706 | | - 8EAE9809261E9F530073B6B3 /* SentryPerformanceTracker.h */, |
3707 | | - 8EBF870726140D37001A6853 /* SentryPerformanceTracker.m */, |
| 3707 | + 8EAE9809261E9F530073B6B3 /* SentryPerformanceTrackerHelper.h */, |
| 3708 | + 8EBF870726140D37001A6853 /* SentryPerformanceTrackerHelper.m */, |
3708 | 3709 | D8BFE37029A3782F002E73F3 /* SentryTimeToDisplayTracker.h */, |
3709 | 3710 | D8BFE37129A3782F002E73F3 /* SentryTimeToDisplayTracker.m */, |
3710 | 3711 | ); |
|
3795 | 3796 | 7BF9EF8A2722D58700B5BBEF /* SentryInitializeForGettingSubclassesNotCalled.m */, |
3796 | 3797 | D8FFE50B2703DAAE00607131 /* SwizzlingCallTests.swift */, |
3797 | 3798 | 7BE912B02721C76000E49E62 /* SentryPerformanceTrackingIntegrationTests.swift */, |
3798 | | - D8105B8D297FD16800299F03 /* SentryPerformanceTracker+Testing.h */, |
3799 | 3799 | ); |
3800 | 3800 | path = Performance; |
3801 | 3801 | sourceTree = "<group>"; |
|
4510 | 4510 | isa = PBXGroup; |
4511 | 4511 | children = ( |
4512 | 4512 | FAE57BF12E83049900B710F9 /* SentryDisplayLinkWrapper.swift */, |
| 4513 | + FA8AFCD62E84291F007A0E18 /* UIViewController */, |
4513 | 4514 | D468C0602D36699700964230 /* IO */, |
4514 | 4515 | ); |
4515 | 4516 | path = Performance; |
|
4903 | 4904 | path = Core; |
4904 | 4905 | sourceTree = "<group>"; |
4905 | 4906 | }; |
| 4907 | + FA8AFCD62E84291F007A0E18 /* UIViewController */ = { |
| 4908 | + isa = PBXGroup; |
| 4909 | + children = ( |
| 4910 | + FA8AFCDC2E84292E007A0E18 /* SentryPerformanceTracker.swift */, |
| 4911 | + ); |
| 4912 | + path = UIViewController; |
| 4913 | + sourceTree = "<group>"; |
| 4914 | + }; |
4906 | 4915 | FABB48B22E59310D0071397E /* Transaction */ = { |
4907 | 4916 | isa = PBXGroup; |
4908 | 4917 | children = ( |
|
5007 | 5016 | 63AA76991EB9C1C200D153DE /* SentryDefines.h in Headers */, |
5008 | 5017 | D86B6835294348A400B8B1FC /* SentryAttachment+Private.h in Headers */, |
5009 | 5018 | 84AF45A629A7FFA500FBB177 /* SentryProfiledTracerConcurrency.h in Headers */, |
5010 | | - 8EAE980B261E9F530073B6B3 /* SentryPerformanceTracker.h in Headers */, |
| 5019 | + 8EAE980B261E9F530073B6B3 /* SentryPerformanceTrackerHelper.h in Headers */, |
5011 | 5020 | F48F75732E5FA649009D4E7D /* SentryBinaryImageCacheCallbacks.h in Headers */, |
5012 | 5021 | 63FE718520DA4C1100CDBAE8 /* SentryCrashC.h in Headers */, |
5013 | 5022 | 8EA1ED0D2669028C00E62B98 /* SentryUIViewControllerSwizzling.h in Headers */, |
|
5895 | 5904 | 63FE713120DA4C1100CDBAE8 /* SentryCrashDynamicLinker.c in Sources */, |
5896 | 5905 | 03F84D3527DD4191008FE43F /* SentryThreadHandle.cpp in Sources */, |
5897 | 5906 | 0A2D8DA9289BC905008720F6 /* SentryViewHierarchyProviderHelper.m in Sources */, |
| 5907 | + FA8AFCDD2E842932007A0E18 /* SentryPerformanceTracker.swift in Sources */, |
5898 | 5908 | D84D2CDD2C2BF7370011AF8A /* SentryReplayEvent.swift in Sources */, |
5899 | 5909 | D8BC28CC2BFF78220054DA4D /* SentryRRWebTouchEvent.swift in Sources */, |
5900 | 5910 | D452FC592DDB4B1700AFF56F /* SentryWatchdogTerminationBreadcrumbProcessor.m in Sources */, |
|
5930 | 5940 | 621F61F12BEA073A005E654F /* SentryEnabledFeaturesBuilder.swift in Sources */, |
5931 | 5941 | D88817D826D7149100BF2251 /* SentryTraceContext.m in Sources */, |
5932 | 5942 | D8F67B1B2BE9728600C9197B /* SentrySRDefaultBreadcrumbConverter.swift in Sources */, |
5933 | | - 8EBF870926140D37001A6853 /* SentryPerformanceTracker.m in Sources */, |
| 5943 | + 8EBF870926140D37001A6853 /* SentryPerformanceTrackerHelper.m in Sources */, |
5934 | 5944 | D865893029D6ECA7000BE151 /* SentryCrashBinaryImageCache.c in Sources */, |
5935 | 5945 | D859696B27BECD8F0036A46E /* SentryCoreDataTrackingIntegration.m in Sources */, |
5936 | 5946 | 7BD86EC7264A641D005439DB /* SentrySysctlObjC.m in Sources */, |
|
0 commit comments