|
700 | 700 | 92235CAC2E15369900865983 /* SentryLogBatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92235CAB2E15369900865983 /* SentryLogBatcher.swift */; }; |
701 | 701 | 92235CAE2E15549C00865983 /* SentryLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92235CAD2E15549C00865983 /* SentryLogger.swift */; }; |
702 | 702 | 92235CB02E155B2600865983 /* SentryLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92235CAF2E155B2600865983 /* SentryLoggerTests.swift */; }; |
| 703 | + 925189AC2EDDA6A300557BD1 /* FlushLogsIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925189AA2EDDA6A300557BD1 /* FlushLogsIntegration.swift */; }; |
703 | 704 | 9264E1EB2E2E385E00B077CF /* SentryLogMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */; }; |
704 | 705 | 9264E1ED2E2E397C00B077CF /* SentryLogMessageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */; }; |
705 | 706 | 92672BB629C9A2A9006B021C /* SentryBreadcrumb+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 92672BB529C9A2A9006B021C /* SentryBreadcrumb+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
706 | 707 | 927A5CC42DD7626B00B82404 /* SentryEnvelopeItemHeaderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 927A5CC32DD7626400B82404 /* SentryEnvelopeItemHeaderTests.swift */; }; |
| 708 | + 927D21FB2ED5DE8A00916D31 /* FlushLogsIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 927D21FA2ED5DE7F00916D31 /* FlushLogsIntegrationTests.swift */; }; |
707 | 709 | 928207C42E251B8F009285A4 /* SentryScope+PrivateSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 928207C32E251B8F009285A4 /* SentryScope+PrivateSwift.h */; }; |
708 | 710 | 9286059529A5096600F96038 /* SentryGeo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9286059429A5096600F96038 /* SentryGeo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
709 | 711 | 9286059729A5098900F96038 /* SentryGeo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9286059629A5098900F96038 /* SentryGeo.m */; }; |
|
2058 | 2060 | 92235CAB2E15369900865983 /* SentryLogBatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogBatcher.swift; sourceTree = "<group>"; }; |
2059 | 2061 | 92235CAD2E15549C00865983 /* SentryLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogger.swift; sourceTree = "<group>"; }; |
2060 | 2062 | 92235CAF2E155B2600865983 /* SentryLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLoggerTests.swift; sourceTree = "<group>"; }; |
| 2063 | + 925189AA2EDDA6A300557BD1 /* FlushLogsIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlushLogsIntegration.swift; sourceTree = "<group>"; }; |
2061 | 2064 | 9264E1EA2E2E385B00B077CF /* SentryLogMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogMessage.swift; sourceTree = "<group>"; }; |
2062 | 2065 | 9264E1EC2E2E397400B077CF /* SentryLogMessageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogMessageTests.swift; sourceTree = "<group>"; }; |
2063 | 2066 | 92672BB529C9A2A9006B021C /* SentryBreadcrumb+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryBreadcrumb+Private.h"; path = "include/HybridPublic/SentryBreadcrumb+Private.h"; sourceTree = "<group>"; }; |
2064 | 2067 | 927A5CC32DD7626400B82404 /* SentryEnvelopeItemHeaderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelopeItemHeaderTests.swift; sourceTree = "<group>"; }; |
| 2068 | + 927D21FA2ED5DE7F00916D31 /* FlushLogsIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlushLogsIntegrationTests.swift; sourceTree = "<group>"; }; |
2065 | 2069 | 928207C32E251B8F009285A4 /* SentryScope+PrivateSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryScope+PrivateSwift.h"; path = "include/SentryScope+PrivateSwift.h"; sourceTree = "<group>"; }; |
2066 | 2070 | 9286059429A5096600F96038 /* SentryGeo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryGeo.h; path = Public/SentryGeo.h; sourceTree = "<group>"; }; |
2067 | 2071 | 9286059629A5098900F96038 /* SentryGeo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryGeo.m; sourceTree = "<group>"; }; |
|
3502 | 3506 | 7B944FA924697E9700A10721 /* Integrations */ = { |
3503 | 3507 | isa = PBXGroup; |
3504 | 3508 | children = ( |
| 3509 | + 927D21F42ED5DE7800916D31 /* Log */, |
3505 | 3510 | F498EBA52EE0B8E400F57509 /* SentrySwiftIntegrationInstallerTests.swift */, |
3506 | 3511 | 843FB3422D156B9900558F18 /* Feedback */, |
3507 | 3512 | 7BF6505D292B77D100BBA5A8 /* MetricKit */, |
|
4177 | 4182 | name = Transaction; |
4178 | 4183 | sourceTree = "<group>"; |
4179 | 4184 | }; |
| 4185 | + 9246A2352ED5CFDC002FA318 /* AppState */ = { |
| 4186 | + isa = PBXGroup; |
| 4187 | + children = ( |
| 4188 | + FA4C32972DF7513F001D7B01 /* SentryAppState.swift */, |
| 4189 | + FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */, |
| 4190 | + ); |
| 4191 | + path = AppState; |
| 4192 | + sourceTree = "<group>"; |
| 4193 | + }; |
| 4194 | + 925189AB2EDDA6A300557BD1 /* Log */ = { |
| 4195 | + isa = PBXGroup; |
| 4196 | + children = ( |
| 4197 | + 925189AA2EDDA6A300557BD1 /* FlushLogsIntegration.swift */, |
| 4198 | + ); |
| 4199 | + path = Log; |
| 4200 | + sourceTree = "<group>"; |
| 4201 | + }; |
| 4202 | + 927D21F42ED5DE7800916D31 /* Log */ = { |
| 4203 | + isa = PBXGroup; |
| 4204 | + children = ( |
| 4205 | + 927D21FA2ED5DE7F00916D31 /* FlushLogsIntegrationTests.swift */, |
| 4206 | + ); |
| 4207 | + path = Log; |
| 4208 | + sourceTree = "<group>"; |
| 4209 | + }; |
4180 | 4210 | D4009EA02D77196F0007AF30 /* ViewCapture */ = { |
4181 | 4211 | isa = PBXGroup; |
4182 | 4212 | children = ( |
|
4445 | 4475 | D800942328F82E8D005D3943 /* Swift */ = { |
4446 | 4476 | isa = PBXGroup; |
4447 | 4477 | children = ( |
| 4478 | + 9246A2352ED5CFDC002FA318 /* AppState */, |
4448 | 4479 | FAAB95CC2EA18B260030A2DB /* SentryDependencyContainer.swift */, |
4449 | 4480 | FAAB95B92EA1633E0030A2DB /* State */, |
4450 | | - FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */, |
4451 | 4481 | F429D37E2E8532A300DBF387 /* Networking */, |
4452 | 4482 | F4FE9E062E6248BB0014FED5 /* SentryCrash */, |
4453 | 4483 | FABB48B22E59310D0071397E /* Transaction */, |
|
4460 | 4490 | D856272A2A374A6800FB8062 /* Tools */, |
4461 | 4491 | D8B665BB2B95F5A100BD0E7B /* module.modulemap */, |
4462 | 4492 | FA4C32962DF7513F001D7B00 /* SentryExperimentalOptions.swift */, |
4463 | | - FA4C32972DF7513F001D7B01 /* SentryAppState.swift */, |
4464 | 4493 | FA6251FE2EB52DD700BFC967 /* SentryHub.swift */, |
4465 | 4494 | FA6252052EB5489B00BFC967 /* SentryClient.swift */, |
4466 | 4495 | FA27EC152EB9236000F2ECF7 /* Options.swift */, |
|
4819 | 4848 | D8CAC02D2BA0663E00E38F34 /* Integrations */ = { |
4820 | 4849 | isa = PBXGroup; |
4821 | 4850 | children = ( |
| 4851 | + 925189AB2EDDA6A300557BD1 /* Log */, |
4822 | 4852 | FAB0073C2E9F47DE001C806A /* Session */, |
4823 | 4853 | FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */, |
4824 | 4854 | FAD882C12EDAADF90055AA44 /* SwiftAsyncIntegration.swift */, |
|
5760 | 5790 | 63AA75EF1EB8B3C400D153DE /* SentryClient.m in Sources */, |
5761 | 5791 | D4B0DC7F2DA9257A00DE61B6 /* SentryRenderVideoResult.swift in Sources */, |
5762 | 5792 | FAAB964E2EA698730030A2DB /* SentryDebugImageProvider.swift in Sources */, |
| 5793 | + 925189AC2EDDA6A300557BD1 /* FlushLogsIntegration.swift in Sources */, |
5763 | 5794 | 7B7D873624864C9D00D2ECFF /* SentryCrashDefaultMachineContextWrapper.m in Sources */, |
5764 | 5795 | 63FE712F20DA4C1100CDBAE8 /* SentryCrashSysCtl.c in Sources */, |
5765 | 5796 | 62212B872D520CB00062C2FA /* SentryEventCodable.swift in Sources */, |
|
6304 | 6335 | D88817DD26D72BA500BF2251 /* SentryTraceContextTests.swift in Sources */, |
6305 | 6336 | D4E3F35D2D4A864600F79E2B /* SentryNSDictionarySanitizeTests.swift in Sources */, |
6306 | 6337 | 7B984A9F28E572AF001F4BEE /* CrashReport.swift in Sources */, |
| 6338 | + 927D21FB2ED5DE8A00916D31 /* FlushLogsIntegrationTests.swift in Sources */, |
6307 | 6339 | D4AF00252D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m in Sources */, |
6308 | 6340 | D46712622DCD059900D4074A /* SentryRedactDefaultOptionsTests.swift in Sources */, |
6309 | 6341 | D480F9DB2DE47AF2009A0594 /* SentryScopePersistentStoreTests.swift in Sources */, |
|
0 commit comments