Skip to content

Commit 3901dd0

Browse files
authored
Merge branch 'main' into SentryHttpMessageHandler-issue-grouping
2 parents 885d728 + 96d9d6c commit 3901dd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2364
-31
lines changed

.generated.NoMobile.sln

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-test", "integra
276276
EndProject
277277
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net4-console", "net4-console", "{33793113-C7B5-434D-B5C1-6CA1A9587842}"
278278
EndProject
279+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.ME.AI.Console", "samples\Sentry.Samples.ME.AI.Console\Sentry.Samples.ME.AI.Console.csproj", "{CE591593-E51C-498E-BC0D-5083C8197544}"
280+
EndProject
281+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.ME.AI.AspNetCore", "samples\Sentry.Samples.ME.AI.AspNetCore\Sentry.Samples.ME.AI.AspNetCore.csproj", "{3D91128A-5695-4BAE-B939-5F5F7C56A679}"
282+
EndProject
283+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Extensions.AI", "src\Sentry.Extensions.AI\Sentry.Extensions.AI.csproj", "{AE461926-00B8-4FDD-A41D-3C83C2D9A045}"
284+
EndProject
285+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Extensions.AI.Tests", "test\Sentry.Extensions.AI.Tests\Sentry.Extensions.AI.Tests.csproj", "{28D6E004-DC64-464F-91BE-BC0B3A8E543F}"
286+
EndProject
279287
Global
280288
GlobalSection(SolutionConfigurationPlatforms) = preSolution
281289
Debug|Any CPU = Debug|Any CPU
@@ -1295,6 +1303,54 @@ Global
12951303
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x64.Build.0 = Release|Any CPU
12961304
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x86.ActiveCfg = Release|Any CPU
12971305
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x86.Build.0 = Release|Any CPU
1306+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1307+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|Any CPU.Build.0 = Debug|Any CPU
1308+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x64.ActiveCfg = Debug|Any CPU
1309+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x64.Build.0 = Debug|Any CPU
1310+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x86.ActiveCfg = Debug|Any CPU
1311+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x86.Build.0 = Debug|Any CPU
1312+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|Any CPU.ActiveCfg = Release|Any CPU
1313+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|Any CPU.Build.0 = Release|Any CPU
1314+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x64.ActiveCfg = Release|Any CPU
1315+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x64.Build.0 = Release|Any CPU
1316+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x86.ActiveCfg = Release|Any CPU
1317+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x86.Build.0 = Release|Any CPU
1318+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1319+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|Any CPU.Build.0 = Debug|Any CPU
1320+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x64.ActiveCfg = Debug|Any CPU
1321+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x64.Build.0 = Debug|Any CPU
1322+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x86.ActiveCfg = Debug|Any CPU
1323+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x86.Build.0 = Debug|Any CPU
1324+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|Any CPU.ActiveCfg = Release|Any CPU
1325+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|Any CPU.Build.0 = Release|Any CPU
1326+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x64.ActiveCfg = Release|Any CPU
1327+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x64.Build.0 = Release|Any CPU
1328+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x86.ActiveCfg = Release|Any CPU
1329+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x86.Build.0 = Release|Any CPU
1330+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1331+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|Any CPU.Build.0 = Debug|Any CPU
1332+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x64.ActiveCfg = Debug|Any CPU
1333+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x64.Build.0 = Debug|Any CPU
1334+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x86.ActiveCfg = Debug|Any CPU
1335+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x86.Build.0 = Debug|Any CPU
1336+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|Any CPU.ActiveCfg = Release|Any CPU
1337+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|Any CPU.Build.0 = Release|Any CPU
1338+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x64.ActiveCfg = Release|Any CPU
1339+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x64.Build.0 = Release|Any CPU
1340+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x86.ActiveCfg = Release|Any CPU
1341+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x86.Build.0 = Release|Any CPU
1342+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1343+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|Any CPU.Build.0 = Debug|Any CPU
1344+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x64.ActiveCfg = Debug|Any CPU
1345+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x64.Build.0 = Debug|Any CPU
1346+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x86.ActiveCfg = Debug|Any CPU
1347+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x86.Build.0 = Debug|Any CPU
1348+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|Any CPU.ActiveCfg = Release|Any CPU
1349+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|Any CPU.Build.0 = Release|Any CPU
1350+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x64.ActiveCfg = Release|Any CPU
1351+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x64.Build.0 = Release|Any CPU
1352+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x86.ActiveCfg = Release|Any CPU
1353+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x86.Build.0 = Release|Any CPU
12981354
EndGlobalSection
12991355
GlobalSection(SolutionProperties) = preSolution
13001356
HideSolutionNode = FALSE
@@ -1391,5 +1447,9 @@ Global
13911447
{E34AA22F-B42E-4D4C-B96E-426AEBC2F367} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
13921448
{94A2DCA5-F298-41FB-913A-476668EF5786} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
13931449
{33793113-C7B5-434D-B5C1-6CA1A9587842} = {94CCDBEF-5867-4C24-A305-0C2AE738AF42}
1450+
{CE591593-E51C-498E-BC0D-5083C8197544} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
1451+
{3D91128A-5695-4BAE-B939-5F5F7C56A679} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
1452+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
1453+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13941454
EndGlobalSection
13951455
EndGlobal

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
### Fixes
66

77
- Captured [Http Client Errors](https://docs.sentry.io/platforms/dotnet/guides/aspnet/configuration/http-client-errors/) on .NET 5+ now include a full stack trace in order to improve Issue grouping ([#4724](https://github.com/getsentry/sentry-dotnet/pull/4724))
8+
- Sentry Tracing middleware crashed ASP.NET Core in .NET 10 in 6.0.0-rc.1 and earlier ([#4747](https://github.com/getsentry/sentry-dotnet/pull/4747))
9+
10+
### Dependencies
11+
12+
- Bump Java SDK from v8.24.0 to v8.26.0 ([#4728](https://github.com/getsentry/sentry-dotnet/pull/4728))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/8.24.0...8.26.0)
815

916
## 6.0.0-rc.1
1017

@@ -40,6 +47,7 @@
4047
- The SDK now makes use of the new SessionEndStatus `Unhandled` when capturing an unhandled but non-terminal exception, i.e. through the UnobservedTaskExceptionIntegration ([#4633](https://github.com/getsentry/sentry-dotnet/pull/4633), [#4653](https://github.com/getsentry/sentry-dotnet/pull/4653))
4148
- Implemented instance isolation so that multiple instances of the Sentry SDK can be instantiated inside the same process when using the Caching Transport ([#4498](https://github.com/getsentry/sentry-dotnet/pull/4498))
4249
- Extended the App context by `app_memory` that can hold the amount of memory used by the application in bytes. ([#4707](https://github.com/getsentry/sentry-dotnet/pull/4707))
50+
- Added a new SDK `Sentry.Extensions.AI` which allows LLM usage instrumentation via `Microsoft.Extensions.AI` ([#4657](https://github.com/getsentry/sentry-dotnet/pull/4657))
4351

4452
### Fixes
4553

Sentry-CI-Build-Linux-NoMobile.slnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"samples\\Sentry.Samples.GraphQL.Server\\Sentry.Samples.GraphQL.Server.csproj",
2424
"samples\\Sentry.Samples.Hangfire\\Sentry.Samples.Hangfire.csproj",
2525
"samples\\Sentry.Samples.Log4Net\\Sentry.Samples.Log4Net.csproj",
26+
"samples\\Sentry.Samples.ME.AI.AspNetCore\\Sentry.Samples.ME.AI.AspNetCore.csproj",
27+
"samples\\Sentry.Samples.ME.AI.Console\\Sentry.Samples.ME.AI.Console.csproj",
2628
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
2729
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
2830
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
@@ -36,6 +38,7 @@
3638
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
3739
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
3840
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
41+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
3942
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
4043
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
4144
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",
@@ -53,6 +56,7 @@
5356
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
5457
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
5558
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
59+
"test\\Sentry.Extensions.AI.Tests\\Sentry.Extensions.AI.Tests.csproj",
5660
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
5761
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
5862
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

Sentry-CI-Build-Linux.slnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"samples\\Sentry.Samples.Hangfire\\Sentry.Samples.Hangfire.csproj",
2626
"samples\\Sentry.Samples.Log4Net\\Sentry.Samples.Log4Net.csproj",
2727
"samples\\Sentry.Samples.Maui\\Sentry.Samples.Maui.csproj",
28+
"samples\\Sentry.Samples.ME.AI.AspNetCore\\Sentry.Samples.ME.AI.AspNetCore.csproj",
29+
"samples\\Sentry.Samples.ME.AI.Console\\Sentry.Samples.ME.AI.Console.csproj",
2830
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
2931
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3032
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
@@ -40,6 +42,7 @@
4042
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4143
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4244
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
45+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
4346
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
4447
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
4548
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",
@@ -60,6 +63,7 @@
6063
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6164
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6265
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
66+
"test\\Sentry.Extensions.AI.Tests\\Sentry.Extensions.AI.Tests.csproj",
6367
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6468
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6569
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"samples\\Sentry.Samples.Hangfire\\Sentry.Samples.Hangfire.csproj",
2727
"samples\\Sentry.Samples.Log4Net\\Sentry.Samples.Log4Net.csproj",
2828
"samples\\Sentry.Samples.Maui\\Sentry.Samples.Maui.csproj",
29+
"samples\\Sentry.Samples.ME.AI.AspNetCore\\Sentry.Samples.ME.AI.AspNetCore.csproj",
30+
"samples\\Sentry.Samples.ME.AI.Console\\Sentry.Samples.ME.AI.Console.csproj",
2931
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
3032
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3133
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
@@ -42,6 +44,7 @@
4244
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4345
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4446
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
47+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
4548
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
4649
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
4750
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",
@@ -59,6 +62,7 @@
5962
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6063
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6164
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
65+
"test\\Sentry.Extensions.AI.Tests\\Sentry.Extensions.AI.Tests.csproj",
6266
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6367
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6468
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"samples\\Sentry.Samples.Hangfire\\Sentry.Samples.Hangfire.csproj",
2727
"samples\\Sentry.Samples.Log4Net\\Sentry.Samples.Log4Net.csproj",
2828
"samples\\Sentry.Samples.Maui\\Sentry.Samples.Maui.csproj",
29+
"samples\\Sentry.Samples.ME.AI.AspNetCore\\Sentry.Samples.ME.AI.AspNetCore.csproj",
30+
"samples\\Sentry.Samples.ME.AI.Console\\Sentry.Samples.ME.AI.Console.csproj",
2931
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
3032
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3133
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
@@ -42,6 +44,7 @@
4244
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4345
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4446
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
47+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
4548
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
4649
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
4750
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",
@@ -62,6 +65,7 @@
6265
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6366
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6467
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
68+
"test\\Sentry.Extensions.AI.Tests\\Sentry.Extensions.AI.Tests.csproj",
6569
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6670
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6771
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

Sentry-CI-Build-macOS.slnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"samples\\Sentry.Samples.MacCatalyst\\Sentry.Samples.MacCatalyst.csproj",
3131
"samples\\Sentry.Samples.MacOS\\Sentry.Samples.MacOS.csproj",
3232
"samples\\Sentry.Samples.Maui\\Sentry.Samples.Maui.csproj",
33+
"samples\\Sentry.Samples.ME.AI.AspNetCore\\Sentry.Samples.ME.AI.AspNetCore.csproj",
34+
"samples\\Sentry.Samples.ME.AI.Console\\Sentry.Samples.ME.AI.Console.csproj",
3335
"samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj",
3436
"samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj",
3537
"samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj",
@@ -47,6 +49,7 @@
4749
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4850
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4951
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
52+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
5053
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
5154
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
5255
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",
@@ -67,6 +70,7 @@
6770
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6871
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6972
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
73+
"test\\Sentry.Extensions.AI.Tests\\Sentry.Extensions.AI.Tests.csproj",
7074
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
7175
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
7276
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",

Sentry-CI-CodeQL.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
1212
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
1313
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
14+
"src\\Sentry.Extensions.AI\\Sentry.Extensions.AI.csproj",
1415
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
1516
"src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj",
1617
"src\\Sentry.Hangfire\\Sentry.Hangfire.csproj",

0 commit comments

Comments
 (0)