|
784 | 784 | D468C0622D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D468C0612D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift */; }; |
785 | 785 | D46B041D2EDF168400AF4A0A /* MetricsIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */; }; |
786 | 786 | D46B04202EDF175C00AF4A0A /* MetricsIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */; }; |
| 787 | + D46B04482EDF25E100AF4A0A /* SentryMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B04472EDF25E100AF4A0A /* SentryMetric.swift */; }; |
| 788 | + D46B044F2EDF260A00AF4A0A /* SentryMetricBatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46B044E2EDF260A00AF4A0A /* SentryMetricBatcher.swift */; }; |
787 | 789 | D473ACD72D8090FC000F1CC6 /* FileManager+SentryTracing.swift in Sources */ = {isa = PBXBuildFile; fileRef = D473ACD62D8090FC000F1CC6 /* FileManager+SentryTracing.swift */; }; |
788 | 790 | D480F9D92DE47A50009A0594 /* TestSentryScopePersistentStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D480F9D82DE47A48009A0594 /* TestSentryScopePersistentStore.swift */; }; |
789 | 791 | D480F9DB2DE47AF2009A0594 /* SentryScopePersistentStoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D480F9DA2DE47AEB009A0594 /* SentryScopePersistentStoreTests.swift */; }; |
|
2147 | 2149 | D468C0612D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryFileIOTracker+SwiftHelpers.swift"; sourceTree = "<group>"; }; |
2148 | 2150 | D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsIntegration.swift; sourceTree = "<group>"; }; |
2149 | 2151 | D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricsIntegrationTests.swift; sourceTree = "<group>"; }; |
| 2152 | + D46B04472EDF25E100AF4A0A /* SentryMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMetric.swift; sourceTree = "<group>"; }; |
| 2153 | + D46B044E2EDF260A00AF4A0A /* SentryMetricBatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMetricBatcher.swift; sourceTree = "<group>"; }; |
2150 | 2154 | D46D45E12D5F3FD600A1CB35 /* Sentry_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Sentry_Base.xctestplan; sourceTree = "<group>"; }; |
2151 | 2155 | D46D45E92D5F411700A1CB35 /* SentrySwiftUI_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = SentrySwiftUI_Base.xctestplan; path = Plans/SentrySwiftUI_Base.xctestplan; sourceTree = SOURCE_ROOT; }; |
2152 | 2156 | D473ACD62D8090FC000F1CC6 /* FileManager+SentryTracing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileManager+SentryTracing.swift"; sourceTree = "<group>"; }; |
|
4369 | 4373 | D46B04162EDF167800AF4A0A /* Metrics */ = { |
4370 | 4374 | isa = PBXGroup; |
4371 | 4375 | children = ( |
| 4376 | + D46B043D2EDF1E3A00AF4A0A /* MetricsApi.swift */, |
4372 | 4377 | D46B041C2EDF167D00AF4A0A /* MetricsIntegration.swift */, |
4373 | 4378 | ); |
4374 | 4379 | path = Metrics; |
|
4377 | 4382 | D46B041E2EDF173A00AF4A0A /* Metrics */ = { |
4378 | 4383 | isa = PBXGroup; |
4379 | 4384 | children = ( |
| 4385 | + D46B04412EDF207900AF4A0A /* MetricsApiTests.swift */, |
4380 | 4386 | D46B041F2EDF175600AF4A0A /* MetricsIntegrationTests.swift */, |
4381 | 4387 | ); |
4382 | 4388 | path = Metrics; |
|
4645 | 4651 | FA01BCB12E69352A00968DFA /* SentryDiscardedEvent.swift */, |
4646 | 4652 | 92235CAD2E15549C00865983 /* SentryLogger.swift */, |
4647 | 4653 | 92235CAB2E15369900865983 /* SentryLogBatcher.swift */, |
| 4654 | + D46B044E2EDF260A00AF4A0A /* SentryMetricBatcher.swift */, |
4648 | 4655 | F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */, |
4649 | 4656 | FA34C1A22E692A5000BC52AA /* SentryEnvelopeItem.swift */, |
4650 | 4657 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */, |
|
4870 | 4877 | 92ECD73F2E05AD500063EC10 /* SentryLogAttribute.swift */, |
4871 | 4878 | 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */, |
4872 | 4879 | 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */, |
| 4880 | + D46B04472EDF25E100AF4A0A /* SentryMetric.swift */, |
4873 | 4881 | F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */, |
4874 | 4882 | ); |
4875 | 4883 | path = Protocol; |
|
5803 | 5811 | D8ACE3C82762187200F5A213 /* SentryFileIOTrackerHelper.m in Sources */, |
5804 | 5812 | D8B088B729C9E3FF00213258 /* SentryTracerConfiguration.m in Sources */, |
5805 | 5813 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */, |
| 5814 | + D46B044F2EDF260A00AF4A0A /* SentryMetricBatcher.swift in Sources */, |
| 5815 | + D46B043E2EDF1E3C00AF4A0A /* MetricsApi.swift in Sources */, |
5806 | 5816 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */, |
5807 | 5817 | 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */, |
| 5818 | + D46B04482EDF25E100AF4A0A /* SentryMetric.swift in Sources */, |
5808 | 5819 | 03BCC38C27E1C01A003232C7 /* SentryTime.mm in Sources */, |
5809 | 5820 | A8F17B342902870300990B25 /* SentryHttpStatusCodeRange.m in Sources */, |
5810 | 5821 | 62C97D3A2CC64E6B00DDA204 /* SentryUncaughtNSExceptions.m in Sources */, |
|
6313 | 6324 | 7B72D23A28D074BC0014798A /* TestExtensions.swift in Sources */, |
6314 | 6325 | 7BBD18BB24530D2600427C76 /* SentryFileManagerTests.swift in Sources */, |
6315 | 6326 | 63FE722020DA66EC00CDBAE8 /* SentryCrashObjC_Tests.m in Sources */, |
| 6327 | + D46B04422EDF207900AF4A0A /* MetricsApiTests.swift in Sources */, |
6316 | 6328 | 62277BBC2DA5183500EF06B7 /* SentryTracer+Test.m in Sources */, |
6317 | 6329 | 7B58816727FC5D790098B121 /* SentryDiscardReasonMapperTests.swift in Sources */, |
6318 | 6330 | D434DB102DE09D0300DD6F82 /* TestSentryWatchdogTerminationAttributesProcessorTests.swift in Sources */, |
|
0 commit comments