|
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>"; }; |
|
4645 | 4649 | FA01BCB12E69352A00968DFA /* SentryDiscardedEvent.swift */, |
4646 | 4650 | 92235CAD2E15549C00865983 /* SentryLogger.swift */, |
4647 | 4651 | 92235CAB2E15369900865983 /* SentryLogBatcher.swift */, |
| 4652 | + D46B044E2EDF260A00AF4A0A /* SentryMetricBatcher.swift */, |
4648 | 4653 | F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */, |
4649 | 4654 | FA34C1A22E692A5000BC52AA /* SentryEnvelopeItem.swift */, |
4650 | 4655 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */, |
|
4870 | 4875 | 92ECD73F2E05AD500063EC10 /* SentryLogAttribute.swift */, |
4871 | 4876 | 92ECD73D2E05AD2B0063EC10 /* SentryLogLevel.swift */, |
4872 | 4877 | 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */, |
| 4878 | + D46B04472EDF25E100AF4A0A /* SentryMetric.swift */, |
4873 | 4879 | F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */, |
4874 | 4880 | ); |
4875 | 4881 | path = Protocol; |
|
5803 | 5809 | D8ACE3C82762187200F5A213 /* SentryFileIOTrackerHelper.m in Sources */, |
5804 | 5810 | D8B088B729C9E3FF00213258 /* SentryTracerConfiguration.m in Sources */, |
5805 | 5811 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */, |
| 5812 | + D46B044F2EDF260A00AF4A0A /* SentryMetricBatcher.swift in Sources */, |
5806 | 5813 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */, |
5807 | 5814 | 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */, |
| 5815 | + D46B04482EDF25E100AF4A0A /* SentryMetric.swift in Sources */, |
5808 | 5816 | 03BCC38C27E1C01A003232C7 /* SentryTime.mm in Sources */, |
5809 | 5817 | A8F17B342902870300990B25 /* SentryHttpStatusCodeRange.m in Sources */, |
5810 | 5818 | 62C97D3A2CC64E6B00DDA204 /* SentryUncaughtNSExceptions.m in Sources */, |
|
0 commit comments