@@ -25,7 +25,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.AspNetCore.S
2525EndProject
2626Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Samples.Aws.Lambda.AspNetCoreServer" , "samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj" , "{50116F9A-646D-4BF7-9760-66E37CB9C459}"
2727EndProject
28- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Samples.Azure.Functions.Worker " , "samples\Sentry.Samples.Azure.Functions.Worker \Sentry.Samples.Azure.Functions.Worker .csproj" , "{1F44075F-ABD6-49A4-8EA1-DBB70304AD24}"
28+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Samples.OpenTelemetry.AzureFunctions " , "samples\Sentry.Samples.OpenTelemetry.AzureFunctions \Sentry.Samples.OpenTelemetry.AzureFunctions .csproj" , "{1F44075F-ABD6-49A4-8EA1-DBB70304AD24}"
2929EndProject
3030Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Samples.Console.Basic" , "samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj" , "{B793249D-3E52-4B0D-964F-BC022CD8A753}"
3131EndProject
@@ -75,8 +75,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore.Grpc", "s
7575EndProject
7676Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.AspNetCore" , "src\Sentry.AspNetCore\Sentry.AspNetCore.csproj" , "{4B323BCC-0E8D-43CE-9AC2-4B708278C7C2}"
7777EndProject
78- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Azure.Functions.Worker" , "src\Sentry.Azure.Functions.Worker\Sentry.Azure.Functions.Worker.csproj" , "{52262FBB-40D0-4F08-B00F-B298185FF6BD}"
79- EndProject
8078Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Bindings.Android" , "src\Sentry.Bindings.Android\Sentry.Bindings.Android.csproj" , "{759D9E53-4717-491D-9970-B3A3367C65E7}"
8179EndProject
8280Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Bindings.Cocoa" , "src\Sentry.Bindings.Cocoa\Sentry.Bindings.Cocoa.csproj" , "{33336B98-A69E-4F28-A71A-1D8753F3BA24}"
@@ -121,8 +119,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.AspNetCore.TestUtils
121119EndProject
122120Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.AspNetCore.Tests" , "test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj" , "{6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E}"
123121EndProject
124- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Azure.Functions.Worker.Tests" , "test\Sentry.Azure.Functions.Worker.Tests\Sentry.Azure.Functions.Worker.Tests.csproj" , "{39F7BB08-908B-49F9-A96B-E14C16B69090}"
125- EndProject
126122Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.DiagnosticSource.IntegrationTests" , "test\Sentry.DiagnosticSource.IntegrationTests\Sentry.DiagnosticSource.IntegrationTests.csproj" , "{59742E7E-4380-4B40-BCC8-5AB314290198}"
127123EndProject
128124Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.DiagnosticSource.Tests" , "test\Sentry.DiagnosticSource.Tests\Sentry.DiagnosticSource.Tests.csproj" , "{6222BF96-2F1F-42DA-AF43-388B20151A5A}"
@@ -209,6 +205,77 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions.
209205EndProject
210206Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sentry.Maui.CommunityToolkit.Mvvm.Tests" , "test\Sentry.Maui.CommunityToolkit.Mvvm.Tests\Sentry.Maui.CommunityToolkit.Mvvm.Tests.csproj" , "{ADC91A84-6054-42EC-8241-0D717E4C7194}"
211207EndProject
208+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "scripts" , "scripts" , "{A8A97D6A-02C0-4808-9D62-DFFAB324A323}"
209+ Project Section (SolutionItems ) = preProject
210+ scripts \update -cli .ps1 = scripts \update -cli .ps1
211+ scripts \bump -version .sh = scripts \bump -version .sh
212+ scripts \device -test .ps1 = scripts \device -test .ps1
213+ scripts \dirty -check .ps1 = scripts \dirty -check .ps1
214+ scripts \update -java .ps1 = scripts \update -java .ps1
215+ scripts \bump -version .ps1 = scripts \bump -version .ps1
216+ scripts \parse -xunit 2 -xml .ps1 = scripts \parse -xunit 2 -xml .ps1
217+ scripts \build -sentry -cocoa .sh = scripts \build -sentry -cocoa .sh
218+ scripts \update -project -xml .ps1 = scripts \update -project -xml .ps1
219+ scripts \build -sentry -native .ps1 = scripts \build -sentry -native .ps1
220+ scripts \ios -simulator -utils .ps1 = scripts \ios -simulator -utils .ps1
221+ scripts \commit -formatted -code .sh = scripts \commit -formatted -code .sh
222+ scripts \accept -verifier -changes .ps1 = scripts \accept -verifier -changes .ps1
223+ scripts \generate -cocoa -bindings .ps1 = scripts \generate -cocoa -bindings .ps1
224+ scripts \generate -solution -filters .ps1 = scripts \generate -solution -filters .ps1
225+ scripts \generate -solution -filters -config .yaml = scripts \generate -solution -filters -config .yaml
226+ EndProject Section
227+ EndProject
228+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".github" , ".github" , "{EC6ADE8A-E557-4848-8F03-519039830B5F}"
229+ EndProject
230+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "workflows" , "workflows" , "{BFF081D8-7CC0-4069-99F5-5CA0D70B56AB}"
231+ Project Section (SolutionItems ) = preProject
232+ .github \workflows \build .yml = .github \workflows \build .yml
233+ .github \workflows \alpine .yml = .github \workflows \alpine .yml
234+ .github \workflows \danger .yml = .github \workflows \danger .yml
235+ .github \workflows \release .yml = .github \workflows \release .yml
236+ .github \workflows \format -code .yml = .github \workflows \format -code .yml
237+ .github \workflows \update -deps .yml = .github \workflows \update -deps .yml
238+ .github \workflows \codeql -analysis .yml = .github \workflows \codeql -analysis .yml
239+ .github \workflows \vulnerabilities .yml = .github \workflows \vulnerabilities .yml
240+ .github \workflows \device -tests -ios .yml = .github \workflows \device -tests -ios .yml
241+ .github \workflows \device -tests -android .yml = .github \workflows \device -tests -android .yml
242+ EndProject Section
243+ EndProject
244+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "actions" , "actions" , "{5D50D425-244F-4B79-B9F5-21D26DD52DC1}"
245+ EndProject
246+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "environment" , "environment" , "{39216438-F347-427C-AB70-48DB1BA6E299}"
247+ Project Section (SolutionItems ) = preProject
248+ .github \actions \environment \action .yml = .github \actions \environment \action .yml
249+ EndProject Section
250+ EndProject
251+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "buildnative" , "buildnative" , "{A384A71C-A46F-49DB-B7FB-5DEEFC5E6CA3}"
252+ Project Section (SolutionItems ) = preProject
253+ .github \actions \buildnative \action .yml = .github \actions \buildnative \action .yml
254+ EndProject Section
255+ EndProject
256+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "freediskspace" , "freediskspace" , "{E34AA22F-B42E-4D4C-B96E-426AEBC2F367}"
257+ Project Section (SolutionItems ) = preProject
258+ .github \actions \freediskspace \action .yml = .github \actions \freediskspace \action .yml
259+ EndProject Section
260+ EndProject
261+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "install-zstd" , "install-zstd" , "{94A2DCA5-F298-41FB-913A-476668EF5786}"
262+ Project Section (SolutionItems ) = preProject
263+ .github \actions \install -zstd \action .yml = .github \actions \install -zstd \action .yml
264+ EndProject Section
265+ EndProject
266+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "integration-test" , "integration-test" , "{94CCDBEF-5867-4C24-A305-0C2AE738AF42}"
267+ Project Section (SolutionItems ) = preProject
268+ integration -test \common .ps1 = integration -test \common .ps1
269+ integration -test \aot .Tests .ps1 = integration -test \aot .Tests .ps1
270+ integration -test \cli .Tests .ps1 = integration -test \cli .Tests .ps1
271+ integration -test \runtime .Tests .ps1 = integration -test \runtime .Tests .ps1
272+ integration -test \pester .ps1 = integration -test \pester .ps1
273+ integration -test \ios .Tests .ps1 = integration -test \ios .Tests .ps1
274+ integration -test \msbuild .Tests .ps1 = integration -test \msbuild .Tests .ps1
275+ EndProject Section
276+ EndProject
277+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "net4-console" , "net4-console" , "{33793113-C7B5-434D-B5C1-6CA1A9587842}"
278+ EndProject
212279Global
213280 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
214281 Debug| Any CPU = Debug| Any CPU
@@ -592,18 +659,6 @@ Global
592659 {4B323BCC-0E8D-43CE-9AC2-4B708278C7C2} .Release| x64 .Build .0 = Release| Any CPU
593660 {4B323BCC-0E8D-43CE-9AC2-4B708278C7C2} .Release| x86 .ActiveCfg = Release| Any CPU
594661 {4B323BCC-0E8D-43CE-9AC2-4B708278C7C2} .Release| x86 .Build .0 = Release| Any CPU
595- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
596- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| Any CPU .Build .0 = Debug| Any CPU
597- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| x64 .ActiveCfg = Debug| Any CPU
598- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| x64 .Build .0 = Debug| Any CPU
599- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| x86 .ActiveCfg = Debug| Any CPU
600- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Debug| x86 .Build .0 = Debug| Any CPU
601- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| Any CPU .ActiveCfg = Release| Any CPU
602- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| Any CPU .Build .0 = Release| Any CPU
603- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| x64 .ActiveCfg = Release| Any CPU
604- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| x64 .Build .0 = Release| Any CPU
605- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| x86 .ActiveCfg = Release| Any CPU
606- {52262FBB-40D0-4F08-B00F-B298185FF6BD} .Release| x86 .Build .0 = Release| Any CPU
607662 {759D9E53-4717-491D-9970-B3A3367C65E7} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
608663 {759D9E53-4717-491D-9970-B3A3367C65E7} .Debug| Any CPU .Build .0 = Debug| Any CPU
609664 {759D9E53-4717-491D-9970-B3A3367C65E7} .Debug| x64 .ActiveCfg = Debug| Any CPU
@@ -832,18 +887,6 @@ Global
832887 {6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E} .Release| x64 .Build .0 = Release| Any CPU
833888 {6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E} .Release| x86 .ActiveCfg = Release| Any CPU
834889 {6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E} .Release| x86 .Build .0 = Release| Any CPU
835- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
836- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| Any CPU .Build .0 = Debug| Any CPU
837- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| x64 .ActiveCfg = Debug| Any CPU
838- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| x64 .Build .0 = Debug| Any CPU
839- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| x86 .ActiveCfg = Debug| Any CPU
840- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Debug| x86 .Build .0 = Debug| Any CPU
841- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| Any CPU .ActiveCfg = Release| Any CPU
842- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| Any CPU .Build .0 = Release| Any CPU
843- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| x64 .ActiveCfg = Release| Any CPU
844- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| x64 .Build .0 = Release| Any CPU
845- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| x86 .ActiveCfg = Release| Any CPU
846- {39F7BB08-908B-49F9-A96B-E14C16B69090} .Release| x86 .Build .0 = Release| Any CPU
847890 {59742E7E-4380-4B40-BCC8-5AB314290198} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
848891 {59742E7E-4380-4B40-BCC8-5AB314290198} .Debug| Any CPU .Build .0 = Debug| Any CPU
849892 {59742E7E-4380-4B40-BCC8-5AB314290198} .Debug| x64 .ActiveCfg = Debug| Any CPU
@@ -1288,7 +1331,6 @@ Global
12881331 {A7F651AD-51D3-4473-9641-7C76D2A0E3B7} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12891332 {DF785142-3E65-4176-8A6E-CAAD6BBF771F} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12901333 {4B323BCC-0E8D-43CE-9AC2-4B708278C7C2} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
1291- {52262FBB-40D0-4F08-B00F-B298185FF6BD} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12921334 {759D9E53-4717-491D-9970-B3A3367C65E7} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12931335 {33336B98-A69E-4F28-A71A-1D8753F3BA24} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
12941336 {22E4E3F5-8D6E-433D-9456-F60DFB1EFC82} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
@@ -1308,7 +1350,6 @@ Global
13081350 {D7D1EA68-ACE3-4DF3-A33C-EBB5B74701F5} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13091351 {563FEA1C-FDAE-4EDE-9ABF-22D76F2DA048} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13101352 {6D9EB590-CED1-47C2-87B1-E65EE0EEBB9E} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
1311- {39F7BB08-908B-49F9-A96B-E14C16B69090} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13121353 {59742E7E-4380-4B40-BCC8-5AB314290198} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13131354 {6222BF96-2F1F-42DA-AF43-388B20151A5A} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13141355 {18FDE2B5-6023-487C-A349-E492F3F34B4A} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
@@ -1343,5 +1384,12 @@ Global
13431384 {C3CDF61C-3E28-441C-A9CE-011C89D11719} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
13441385 {3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13451386 {ADC91A84-6054-42EC-8241-0D717E4C7194} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
1387+ {BFF081D8-7CC0-4069-99F5-5CA0D70B56AB} = {EC6ADE8A-E557-4848-8F03-519039830B5F}
1388+ {5D50D425-244F-4B79-B9F5-21D26DD52DC1} = {EC6ADE8A-E557-4848-8F03-519039830B5F}
1389+ {39216438-F347-427C-AB70-48DB1BA6E299} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1390+ {A384A71C-A46F-49DB-B7FB-5DEEFC5E6CA3} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1391+ {E34AA22F-B42E-4D4C-B96E-426AEBC2F367} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1392+ {94A2DCA5-F298-41FB-913A-476668EF5786} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
1393+ {33793113-C7B5-434D-B5C1-6CA1A9587842} = {94CCDBEF-5867-4C24-A305-0C2AE738AF42}
13461394 EndGlobalSection
13471395EndGlobal
0 commit comments