|
1343 | 1343 | D29A9FE029DDC75A005C54A4 /* UIKitMocks.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29A9FDF29DDC75A005C54A4 /* UIKitMocks.swift */; }; |
1344 | 1344 | D29CDD3228211A2200F7DAA5 /* TLVBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */; }; |
1345 | 1345 | D29CDD3328211A2200F7DAA5 /* TLVBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */; }; |
| 1346 | + D2A133912DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */; }; |
| 1347 | + D2A133922DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */; }; |
| 1348 | + D2A133942DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */; }; |
| 1349 | + D2A133952DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */; }; |
1346 | 1350 | D2A1EE23287740B500D28DFB /* ApplicationStatePublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */; }; |
1347 | 1351 | D2A1EE24287740B500D28DFB /* ApplicationStatePublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */; }; |
1348 | 1352 | D2A1EE32287DA51900D28DFB /* UserInfoPublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE31287DA51900D28DFB /* UserInfoPublisher.swift */; }; |
|
3049 | 3053 | D29A9FDF29DDC75A005C54A4 /* UIKitMocks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitMocks.swift; sourceTree = "<group>"; }; |
3050 | 3054 | D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLVBlock.swift; sourceTree = "<group>"; }; |
3051 | 3055 | D29D5A4C273BF8B400A687C1 /* SwiftUIActionModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIActionModifier.swift; sourceTree = "<group>"; }; |
| 3056 | + D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricTelemetryAggregator.swift; sourceTree = "<group>"; }; |
| 3057 | + D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricTelemetryAggregatorTests.swift; sourceTree = "<group>"; }; |
3052 | 3058 | D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationStatePublisher.swift; sourceTree = "<group>"; }; |
3053 | 3059 | D2A1EE31287DA51900D28DFB /* UserInfoPublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfoPublisher.swift; sourceTree = "<group>"; }; |
3054 | 3060 | D2A1EE34287EB8DB00D28DFB /* ServerOffsetPublisherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerOffsetPublisherTests.swift; sourceTree = "<group>"; }; |
|
5068 | 5074 | 6174D61F2C009C6300EC7469 /* SessionEndedMetricController.swift */, |
5069 | 5075 | 615E2B942D425F5600D85243 /* ViewEndedMetric.swift */, |
5070 | 5076 | 615E2B8D2D39444300D85243 /* ViewEndedMetricController.swift */, |
| 5077 | + D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */, |
5071 | 5078 | ); |
5072 | 5079 | path = SDKMetrics; |
5073 | 5080 | sourceTree = "<group>"; |
|
5077 | 5084 | children = ( |
5078 | 5085 | 6174D6192BFE449300EC7469 /* SessionEndedMetricTests.swift */, |
5079 | 5086 | 61DCC8462C05CD0000CB59E5 /* SessionEndedMetricControllerTests.swift */, |
| 5087 | + D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */, |
5080 | 5088 | ); |
5081 | 5089 | path = SDKMetrics; |
5082 | 5090 | sourceTree = "<group>"; |
|
8704 | 8712 | 6194B9342BB451DB00179430 /* FatalAppHangsHandler.swift in Sources */, |
8705 | 8713 | D23F8E5929DDCD28001CFAE8 /* WebViewEventReceiver.swift in Sources */, |
8706 | 8714 | D253EE972B988CA90010B589 /* ViewCache.swift in Sources */, |
| 8715 | + D2A133922DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */, |
8707 | 8716 | D23F8E5A29DDCD28001CFAE8 /* RUMResourceScope.swift in Sources */, |
8708 | 8717 | D23F8E5C29DDCD28001CFAE8 /* RUMApplicationScope.swift in Sources */, |
8709 | 8718 | 3CFF4F982C09E64C006F191D /* WatchdogTerminationMonitor.swift in Sources */, |
|
8838 | 8847 | D23F8EB329DDCD38001CFAE8 /* ErrorMessageReceiverTests.swift in Sources */, |
8839 | 8848 | 61C713C12A3C9DAD00FA735A /* RequestBuilderTests.swift in Sources */, |
8840 | 8849 | D23F8EB429DDCD38001CFAE8 /* RUMApplicationScopeTests.swift in Sources */, |
| 8850 | + D2A133942DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */, |
8841 | 8851 | 6105C5152D0C584F00C4C5EE /* INVMetricTests.swift in Sources */, |
8842 | 8852 | D23F8EB629DDCD38001CFAE8 /* RUMViewsHandlerTests.swift in Sources */, |
8843 | 8853 | 61C713CB2A3DC22700FA735A /* RUMTests.swift in Sources */, |
|
9063 | 9073 | 6194B9332BB451DB00179430 /* FatalAppHangsHandler.swift in Sources */, |
9064 | 9074 | D29A9F6229DD85BB005C54A4 /* WebViewEventReceiver.swift in Sources */, |
9065 | 9075 | D253EE962B988CA90010B589 /* ViewCache.swift in Sources */, |
| 9076 | + D2A133912DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */, |
9066 | 9077 | D29A9F8429DD85BB005C54A4 /* RUMResourceScope.swift in Sources */, |
9067 | 9078 | D29A9F7329DD85BB005C54A4 /* RUMApplicationScope.swift in Sources */, |
9068 | 9079 | 3CFF4F972C09E64C006F191D /* WatchdogTerminationMonitor.swift in Sources */, |
|
9197 | 9208 | D29A9FBB29DDB483005C54A4 /* ErrorMessageReceiverTests.swift in Sources */, |
9198 | 9209 | 61C713C02A3C9DAD00FA735A /* RequestBuilderTests.swift in Sources */, |
9199 | 9210 | D29A9F9F29DDB483005C54A4 /* RUMApplicationScopeTests.swift in Sources */, |
| 9211 | + D2A133952DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */, |
9200 | 9212 | 6105C5142D0C584F00C4C5EE /* INVMetricTests.swift in Sources */, |
9201 | 9213 | D29A9FAA29DDB483005C54A4 /* RUMViewsHandlerTests.swift in Sources */, |
9202 | 9214 | 61C713CA2A3DC22700FA735A /* RUMTests.swift in Sources */, |
|
0 commit comments