From efeab33a04beced18822d095e740aedad8b3cae1 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 20 Oct 2020 14:10:07 -0400 Subject: [PATCH] Add most popular libraries to InAppExclude (#555) --- CHANGELOG.md | 1 + src/Sentry/SentryOptions.cs | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a5fee727..ced24cd510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # unreleased * Set the Environment setting to 'production' if none was provided. (#550) @PureKrome +* Add most popular libraries to InAppExclude #555 (@bruno-garcia) # 3.0.0-alpha.1 diff --git a/src/Sentry/SentryOptions.cs b/src/Sentry/SentryOptions.cs index 997472c2e0..0894e9dc40 100644 --- a/src/Sentry/SentryOptions.cs +++ b/src/Sentry/SentryOptions.cs @@ -401,6 +401,31 @@ public SentryOptions() "Serilog", "Giraffe.", "NLog", + "Npgsql", + "RabbitMQ", + "Hangfire", + "IdentityServer4", + "AWSSDK", + "Polly", + "Swashbuckle", + "FluentValidation", + "Autofac", + "Stackexchange.Redis", + "Dapper", + "RestSharp", + "SkiaSharp", + "IdentityModel", + "SqlitePclRaw", + "Xamarin", + "Google.", + "MongoDB.", + "Remotion.Linq", + "AutoMapper", + "Nest", + "Owin", + "MediatR", + "ICSharpCode", + "Grpc" }; InAppInclude = Array.Empty();