|
49 | 49 | 0A9BF4EB28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */; }; |
50 | 50 | 0A9E917128DC7E7000FB4182 /* SentryInternalCDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A9E917028DC7E7000FB4182 /* SentryInternalCDefines.h */; }; |
51 | 51 | 0ADC33F128D9BE940078D980 /* TestSentryUIDeviceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */; }; |
52 | | - 15360CCF2432777500112302 /* SentrySessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CCE2432777400112302 /* SentrySessionTracker.m */; }; |
53 | | - 15360CD2243277A000112302 /* SentrySessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 15360CD12432779F00112302 /* SentrySessionTracker.h */; }; |
54 | 52 | 15360CD62432832400112302 /* SentryAutoSessionTrackingIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CD52432832400112302 /* SentryAutoSessionTrackingIntegration.m */; }; |
55 | 53 | 15360CD92432835400112302 /* SentryAutoSessionTrackingIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 15360CD82432835400112302 /* SentryAutoSessionTrackingIntegration.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
56 | 54 | 15360CED2433A15500112302 /* SentryInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 15360CEC2433A15500112302 /* SentryInstallation.m */; }; |
|
1114 | 1112 | FAAB2EE02E4BE97500FE8B7E /* TestSentryNSApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB2EDF2E4BE96F00FE8B7E /* TestSentryNSApplication.swift */; }; |
1115 | 1113 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB2F962E4D344F00FE8B7E /* SentryUIDeviceWrapper.swift */; }; |
1116 | 1114 | FAAB30F32E4E8F2C00FE8B7E /* SentryInAppLogic.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAAB30F22E4E8F2C00FE8B7E /* SentryInAppLogic.swift */; }; |
| 1115 | + FAB007432E9F47E8001C806A /* SessionTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB007422E9F47E4001C806A /* SessionTracker.swift */; }; |
1117 | 1116 | FAB007362E9EF8D3001C806A /* SentryUIViewControllerPerformanceTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB007302E9EF8CB001C806A /* SentryUIViewControllerPerformanceTracker.swift */; }; |
1118 | 1117 | FAB007522E9FE2FF001C806A /* SentrySwizzleWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAB0074C2E9FE2FA001C806A /* SentrySwizzleWrapper.swift */; }; |
1119 | 1118 | FAB359982E05D7E90083D5E3 /* SentryEventSwiftHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */; }; |
|
1304 | 1303 | 0A9BF4EA28A127120068D266 /* SentryViewHierarchyIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewHierarchyIntegrationTests.swift; sourceTree = "<group>"; }; |
1305 | 1304 | 0A9E917028DC7E7000FB4182 /* SentryInternalCDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalCDefines.h; path = include/SentryInternalCDefines.h; sourceTree = "<group>"; }; |
1306 | 1305 | 0ADC33EF28D9BE690078D980 /* TestSentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
1307 | | - 15360CCE2432777400112302 /* SentrySessionTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySessionTracker.m; sourceTree = "<group>"; }; |
1308 | | - 15360CD12432779F00112302 /* SentrySessionTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySessionTracker.h; path = include/SentrySessionTracker.h; sourceTree = "<group>"; }; |
1309 | 1306 | 15360CD52432832400112302 /* SentryAutoSessionTrackingIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAutoSessionTrackingIntegration.m; sourceTree = "<group>"; }; |
1310 | 1307 | 15360CD82432835400112302 /* SentryAutoSessionTrackingIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAutoSessionTrackingIntegration.h; path = include/SentryAutoSessionTrackingIntegration.h; sourceTree = "<group>"; }; |
1311 | 1308 | 15360CEC2433A15500112302 /* SentryInstallation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryInstallation.m; sourceTree = "<group>"; }; |
|
2478 | 2475 | FAAB2EDF2E4BE96F00FE8B7E /* TestSentryNSApplication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryNSApplication.swift; sourceTree = "<group>"; }; |
2479 | 2476 | FAAB2F962E4D344F00FE8B7E /* SentryUIDeviceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIDeviceWrapper.swift; sourceTree = "<group>"; }; |
2480 | 2477 | FAAB30F22E4E8F2C00FE8B7E /* SentryInAppLogic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInAppLogic.swift; sourceTree = "<group>"; }; |
| 2478 | + FAB007422E9F47E4001C806A /* SessionTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionTracker.swift; sourceTree = "<group>"; }; |
2481 | 2479 | FAB007302E9EF8CB001C806A /* SentryUIViewControllerPerformanceTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIViewControllerPerformanceTracker.swift; sourceTree = "<group>"; }; |
2482 | 2480 | FAB0074C2E9FE2FA001C806A /* SentrySwizzleWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySwizzleWrapper.swift; sourceTree = "<group>"; }; |
2483 | 2481 | FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryEventSwiftHelper.h; path = include/SentryEventSwiftHelper.h; sourceTree = "<group>"; }; |
|
3688 | 3686 | 15360CD52432832400112302 /* SentryAutoSessionTrackingIntegration.m */, |
3689 | 3687 | 7B4E23BD251A2BD500060D68 /* SentryCrashIntegrationSessionHandler.h */, |
3690 | 3688 | 7B4E23C1251A2C2B00060D68 /* SentryCrashIntegrationSessionHandler.m */, |
3691 | | - 15360CD12432779F00112302 /* SentrySessionTracker.h */, |
3692 | | - 15360CCE2432777400112302 /* SentrySessionTracker.m */, |
3693 | 3689 | ); |
3694 | 3690 | name = Session; |
3695 | 3691 | sourceTree = "<group>"; |
|
4753 | 4749 | D8CAC02D2BA0663E00E38F34 /* Integrations */ = { |
4754 | 4750 | isa = PBXGroup; |
4755 | 4751 | children = ( |
| 4752 | + FAB0073C2E9F47DE001C806A /* Session */, |
4756 | 4753 | FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */, |
4757 | 4754 | D49064862DFAE1B700555785 /* Screenshot */, |
4758 | 4755 | D8739CF72BECFF92007D2F66 /* Performance */, |
|
4972 | 4969 | path = Core; |
4973 | 4970 | sourceTree = "<group>"; |
4974 | 4971 | }; |
| 4972 | + FAB0073C2E9F47DE001C806A /* Session */ = { |
| 4973 | + isa = PBXGroup; |
| 4974 | + children = ( |
| 4975 | + FAB007422E9F47E4001C806A /* SessionTracker.swift */, |
| 4976 | + ); |
| 4977 | + path = Session; |
| 4978 | + sourceTree = "<group>"; |
| 4979 | + }; |
4975 | 4980 | FABB48B22E59310D0071397E /* Transaction */ = { |
4976 | 4981 | isa = PBXGroup; |
4977 | 4982 | children = ( |
|
5150 | 5155 | 63FE715720DA4C1100CDBAE8 /* SentryCrashThread.h in Headers */, |
5151 | 5156 | 62E59A532E8FB70000DB7A7B /* SentryTracePropagation.h in Headers */, |
5152 | 5157 | 7BF9EF862722D10600B5BBEF /* SentryTestObjCRuntimeWrapper.h in Headers */, |
5153 | | - 15360CD2243277A000112302 /* SentrySessionTracker.h in Headers */, |
5154 | 5158 | 63FE718B20DA4C1100CDBAE8 /* SentryCrashReport.h in Headers */, |
5155 | 5159 | 7D0FCFB22379B915004DD83A /* SentryHub.h in Headers */, |
5156 | 5160 | 92F6726B29C8B7B100BFD34D /* SentryUser+Private.h in Headers */, |
|
5683 | 5687 | 7B7D873624864C9D00D2ECFF /* SentryCrashDefaultMachineContextWrapper.m in Sources */, |
5684 | 5688 | 63FE712F20DA4C1100CDBAE8 /* SentryCrashSysCtl.c in Sources */, |
5685 | 5689 | 62212B872D520CB00062C2FA /* SentryEventCodable.swift in Sources */, |
| 5690 | + FAB007432E9F47E8001C806A /* SessionTracker.swift in Sources */, |
5686 | 5691 | 7B3B473825D6CC7E00D01640 /* SentryNSError.m in Sources */, |
5687 | 5692 | 621AE74D2C626C510012E730 /* SentryANRTrackerV2.m in Sources */, |
5688 | 5693 | 84CFA4CA2C9DF884008DA5F4 /* SentryUserFeedbackWidget.swift in Sources */, |
|
5910 | 5915 | 7B127B0F27CF6F4700A71ED2 /* SentryANRTrackingIntegration.m in Sources */, |
5911 | 5916 | 62C316832B1F2EA1000D7031 /* SentryDelayedFramesTracker.m in Sources */, |
5912 | 5917 | D8BFE37329A3782F002E73F3 /* SentryTimeToDisplayTracker.m in Sources */, |
5913 | | - 15360CCF2432777500112302 /* SentrySessionTracker.m in Sources */, |
5914 | 5918 | 6334314320AD9AE40077E581 /* SentryMechanism.m in Sources */, |
5915 | 5919 | 849B8F9C2C6E906900148E1F /* SentryUserFeedbackThemeConfiguration.swift in Sources */, |
5916 | 5920 | F452437E2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m in Sources */, |
|
0 commit comments