|
782 | 782 | D46712622DCD059900D4074A /* SentryRedactDefaultOptionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46712612DCD059500D4074A /* SentryRedactDefaultOptionsTests.swift */; }; |
783 | 783 | D46712642DCD063800D4074A /* PreviewRedactOptionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46712632DCD062700D4074A /* PreviewRedactOptionsTests.swift */; }; |
784 | 784 | D468C0622D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D468C0612D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift */; }; |
| 785 | + D46B041D2EDF168400AF4A0A /* MetricsIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */; }; |
| 786 | + D46B04202EDF175C00AF4A0A /* MetricsIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */; }; |
785 | 787 | D473ACD72D8090FC000F1CC6 /* FileManager+SentryTracing.swift in Sources */ = {isa = PBXBuildFile; fileRef = D473ACD62D8090FC000F1CC6 /* FileManager+SentryTracing.swift */; }; |
786 | 788 | D480F9D92DE47A50009A0594 /* TestSentryScopePersistentStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D480F9D82DE47A48009A0594 /* TestSentryScopePersistentStore.swift */; }; |
787 | 789 | D480F9DB2DE47AF2009A0594 /* SentryScopePersistentStoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D480F9DA2DE47AEB009A0594 /* SentryScopePersistentStoreTests.swift */; }; |
|
2143 | 2145 | D46712612DCD059500D4074A /* SentryRedactDefaultOptionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRedactDefaultOptionsTests.swift; sourceTree = "<group>"; }; |
2144 | 2146 | D46712632DCD062700D4074A /* PreviewRedactOptionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewRedactOptionsTests.swift; sourceTree = "<group>"; }; |
2145 | 2147 | D468C0612D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryFileIOTracker+SwiftHelpers.swift"; sourceTree = "<group>"; }; |
| 2148 | + D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsIntegration.swift; sourceTree = "<group>"; }; |
| 2149 | + D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsIntegrationTests.swift; sourceTree = "<group>"; }; |
2146 | 2150 | D46D45E12D5F3FD600A1CB35 /* Sentry_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Sentry_Base.xctestplan; sourceTree = "<group>"; }; |
2147 | 2151 | D46D45E92D5F411700A1CB35 /* SentrySwiftUI_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = SentrySwiftUI_Base.xctestplan; path = Plans/SentrySwiftUI_Base.xctestplan; sourceTree = SOURCE_ROOT; }; |
2148 | 2152 | D473ACD62D8090FC000F1CC6 /* FileManager+SentryTracing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+SentryTracing.swift"; sourceTree = "<group>"; }; |
|
3510 | 3514 | children = ( |
3511 | 3515 | 843FB3422D156B9900558F18 /* Feedback */, |
3512 | 3516 | 7BF6505D292B77D100BBA5A8 /* MetricKit */, |
| 3517 | + D46B041E2EDF173A00AF4A0A /* Metrics */, |
3513 | 3518 | D808FB85281AB2EF009A2A33 /* UIEvents */, |
3514 | 3519 | D8AB40D92806EBDC00E5E9F7 /* Screenshot */, |
3515 | 3520 | 0A9BF4E528A123070068D266 /* ViewHierarchy */, |
|
4361 | 4366 | path = IO; |
4362 | 4367 | sourceTree = "<group>"; |
4363 | 4368 | }; |
| 4369 | + D46B04162EDF167800AF4A0A /* Metrics */ = { |
| 4370 | + isa = PBXGroup; |
| 4371 | + children = ( |
| 4372 | + D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */, |
| 4373 | + ); |
| 4374 | + path = Metrics; |
| 4375 | + sourceTree = "<group>"; |
| 4376 | + }; |
| 4377 | + D46B041E2EDF173A00AF4A0A /* Metrics */ = { |
| 4378 | + isa = PBXGroup; |
| 4379 | + children = ( |
| 4380 | + D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */, |
| 4381 | + ); |
| 4382 | + path = Metrics; |
| 4383 | + sourceTree = "<group>"; |
| 4384 | + }; |
4364 | 4385 | D46D45E22D5F3FD600A1CB35 /* Plans */ = { |
4365 | 4386 | isa = PBXGroup; |
4366 | 4387 | children = ( |
|
4828 | 4849 | D8CAC02D2BA0663E00E38F34 /* Integrations */ = { |
4829 | 4850 | isa = PBXGroup; |
4830 | 4851 | children = ( |
| 4852 | + D46B04162EDF167800AF4A0A /* Metrics */, |
4831 | 4853 | FAB0073C2E9F47DE001C806A /* Session */, |
4832 | 4854 | FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */, |
4833 | 4855 | FAD882C12EDAADF90055AA44 /* SwiftAsyncIntegration.swift */, |
|
6139 | 6161 | 62E59A5A2E8FB85300DB7A7B /* SentryTracePropagation.m in Sources */, |
6140 | 6162 | FAB007522E9FE2FF001C806A /* SentrySwizzleWrapper.swift in Sources */, |
6141 | 6163 | 62E300942D5202890037AA3F /* SentryExceptionCodable.swift in Sources */, |
| 6164 | + D46B041D2EDF168400AF4A0A /* MetricsIntegration.swift in Sources */, |
6142 | 6165 | 0A2D8D5B289815C0008720F6 /* SentryBaseIntegration.m in Sources */, |
6143 | 6166 | 639FCF991EBC7B9700778193 /* SentryEvent.m in Sources */, |
6144 | 6167 | D820CDB72BB1895F00BA339D /* SentrySessionReplayIntegration.m in Sources */, |
|
6225 | 6248 | 7BFAA6E7297AA16A00E7E02E /* SentryCrashMonitor_CppException_Tests.mm in Sources */, |
6226 | 6249 | 9286059929A50BAB00F96038 /* SentryGeoTests.swift in Sources */, |
6227 | 6250 | 621655662DB12A8900810504 /* SentryCrashMach-OTests.m in Sources */, |
| 6251 | + D46B04202EDF175C00AF4A0A /* MetricsIntegrationTests.swift in Sources */, |
6228 | 6252 | 62B220BB2E93A9EC004620FF /* SentryTracePropagationTests.swift in Sources */, |
6229 | 6253 | D8B76B0828081461000A58C4 /* TestSentryScreenshotProvider.swift in Sources */, |
6230 | 6254 | A8AFFCD22907DA7600967CD7 /* SentryHttpStatusCodeRangeTests.swift in Sources */, |
|
0 commit comments