|
1351 | 1351 | D29A9FE029DDC75A005C54A4 /* UIKitMocks.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29A9FDF29DDC75A005C54A4 /* UIKitMocks.swift */; }; |
1352 | 1352 | D29CDD3228211A2200F7DAA5 /* TLVBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */; }; |
1353 | 1353 | D29CDD3328211A2200F7DAA5 /* TLVBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */; }; |
| 1354 | + D2A133912DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */; }; |
| 1355 | + D2A133922DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */; }; |
| 1356 | + D2A133942DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */; }; |
| 1357 | + D2A133952DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */; }; |
1354 | 1358 | D2A1EE23287740B500D28DFB /* ApplicationStatePublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */; }; |
1355 | 1359 | D2A1EE24287740B500D28DFB /* ApplicationStatePublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */; }; |
1356 | 1360 | D2A1EE32287DA51900D28DFB /* UserInfoPublisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A1EE31287DA51900D28DFB /* UserInfoPublisher.swift */; }; |
|
3061 | 3065 | D29A9FDF29DDC75A005C54A4 /* UIKitMocks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitMocks.swift; sourceTree = "<group>"; }; |
3062 | 3066 | D29CDD3128211A2200F7DAA5 /* TLVBlock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLVBlock.swift; sourceTree = "<group>"; }; |
3063 | 3067 | D29D5A4C273BF8B400A687C1 /* SwiftUIActionModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIActionModifier.swift; sourceTree = "<group>"; }; |
| 3068 | + D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricTelemetryAggregator.swift; sourceTree = "<group>"; }; |
| 3069 | + D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetricTelemetryAggregatorTests.swift; sourceTree = "<group>"; }; |
3064 | 3070 | D2A1EE22287740B500D28DFB /* ApplicationStatePublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationStatePublisher.swift; sourceTree = "<group>"; }; |
3065 | 3071 | D2A1EE31287DA51900D28DFB /* UserInfoPublisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfoPublisher.swift; sourceTree = "<group>"; }; |
3066 | 3072 | D2A1EE34287EB8DB00D28DFB /* ServerOffsetPublisherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerOffsetPublisherTests.swift; sourceTree = "<group>"; }; |
|
5081 | 5087 | 615E2B8D2D39444300D85243 /* ViewEndedController.swift */, |
5082 | 5088 | 615E2B942D425F5600D85243 /* ViewEndedMetric.swift */, |
5083 | 5089 | 11030D752D96EC5300732D5F /* ViewHitchesMetric.swift */, |
| 5090 | + D2A133902DAFA8B200D84D3C /* MetricTelemetryAggregator.swift */, |
5084 | 5091 | ); |
5085 | 5092 | path = SDKMetrics; |
5086 | 5093 | sourceTree = "<group>"; |
|
5090 | 5097 | children = ( |
5091 | 5098 | 6174D6192BFE449300EC7469 /* SessionEndedMetricTests.swift */, |
5092 | 5099 | 61DCC8462C05CD0000CB59E5 /* SessionEndedMetricControllerTests.swift */, |
| 5100 | + D2A133932DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift */, |
5093 | 5101 | ); |
5094 | 5102 | path = SDKMetrics; |
5095 | 5103 | sourceTree = "<group>"; |
|
8723 | 8731 | 6194B9342BB451DB00179430 /* FatalAppHangsHandler.swift in Sources */, |
8724 | 8732 | D23F8E5929DDCD28001CFAE8 /* WebViewEventReceiver.swift in Sources */, |
8725 | 8733 | D253EE972B988CA90010B589 /* ViewCache.swift in Sources */, |
| 8734 | + D2A133922DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */, |
8726 | 8735 | D23F8E5A29DDCD28001CFAE8 /* RUMResourceScope.swift in Sources */, |
8727 | 8736 | D23F8E5C29DDCD28001CFAE8 /* RUMApplicationScope.swift in Sources */, |
8728 | 8737 | 3CFF4F982C09E64C006F191D /* WatchdogTerminationMonitor.swift in Sources */, |
|
8858 | 8867 | D23F8EB329DDCD38001CFAE8 /* ErrorMessageReceiverTests.swift in Sources */, |
8859 | 8868 | 61C713C12A3C9DAD00FA735A /* RequestBuilderTests.swift in Sources */, |
8860 | 8869 | D23F8EB429DDCD38001CFAE8 /* RUMApplicationScopeTests.swift in Sources */, |
| 8870 | + D2A133942DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */, |
8861 | 8871 | 6105C5152D0C584F00C4C5EE /* INVMetricTests.swift in Sources */, |
8862 | 8872 | D23F8EB629DDCD38001CFAE8 /* RUMViewsHandlerTests.swift in Sources */, |
8863 | 8873 | 61C713CB2A3DC22700FA735A /* RUMTests.swift in Sources */, |
|
9083 | 9093 | 6194B9332BB451DB00179430 /* FatalAppHangsHandler.swift in Sources */, |
9084 | 9094 | D29A9F6229DD85BB005C54A4 /* WebViewEventReceiver.swift in Sources */, |
9085 | 9095 | D253EE962B988CA90010B589 /* ViewCache.swift in Sources */, |
| 9096 | + D2A133912DAFA8B200D84D3C /* MetricTelemetryAggregator.swift in Sources */, |
9086 | 9097 | D29A9F8429DD85BB005C54A4 /* RUMResourceScope.swift in Sources */, |
9087 | 9098 | D29A9F7329DD85BB005C54A4 /* RUMApplicationScope.swift in Sources */, |
9088 | 9099 | 3CFF4F972C09E64C006F191D /* WatchdogTerminationMonitor.swift in Sources */, |
|
9218 | 9229 | D29A9FBB29DDB483005C54A4 /* ErrorMessageReceiverTests.swift in Sources */, |
9219 | 9230 | 61C713C02A3C9DAD00FA735A /* RequestBuilderTests.swift in Sources */, |
9220 | 9231 | D29A9F9F29DDB483005C54A4 /* RUMApplicationScopeTests.swift in Sources */, |
| 9232 | + D2A133952DB1074000D84D3C /* MetricTelemetryAggregatorTests.swift in Sources */, |
9221 | 9233 | 6105C5142D0C584F00C4C5EE /* INVMetricTests.swift in Sources */, |
9222 | 9234 | D29A9FAA29DDB483005C54A4 /* RUMViewsHandlerTests.swift in Sources */, |
9223 | 9235 | 61C713CA2A3DC22700FA735A /* RUMTests.swift in Sources */, |
|
0 commit comments