From 8e298f8394c35e45e0016f3f4dee11e56ce38031 Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Mon, 8 Jan 2024 18:20:00 +0100 Subject: [PATCH] fix: ASP.NET Core filter (#3014) --- SentryAspNetCore.slnf | 2 ++ scripts/generate-solution-filters-config.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/SentryAspNetCore.slnf b/SentryAspNetCore.slnf index d6a9162ed9..a07e91ff14 100644 --- a/SentryAspNetCore.slnf +++ b/SentryAspNetCore.slnf @@ -15,11 +15,13 @@ "src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj", "src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj", "src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj", + "src\\Sentry.Serilog\\Sentry.Serilog.csproj", "src\\Sentry\\Sentry.csproj", "test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj", "test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj", "test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj", "test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj", + "test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj", "test\\Sentry.Testing\\Sentry.Testing.csproj", "test\\Sentry.Tests\\Sentry.Tests.csproj" ] diff --git a/scripts/generate-solution-filters-config.yaml b/scripts/generate-solution-filters-config.yaml index 80900ec608..84ac17e54e 100644 --- a/scripts/generate-solution-filters-config.yaml +++ b/scripts/generate-solution-filters-config.yaml @@ -91,8 +91,10 @@ filterConfigs: - "**/Sentry.Extensions.Logging.csproj" - "**/Sentry.Extensions.Logging.Tests.csproj" - "**/Sentry.OpenTelemetry.csproj" + - "**/Sentry.Serilog.csproj" - "**/Sentry.csproj" - "**/Sentry.Testing.csproj" + - "**/Sentry.Testing.CrashableApp.csproj" - "**/Sentry.Tests.csproj" - outputPath: Sentry.Azure.Functions.slnf