Skip to content

Commit

Permalink
Add most popular libraries to InAppExclude (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Oct 20, 2020
1 parent dc203d9 commit efeab33
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
25 changes: 25 additions & 0 deletions src/Sentry/SentryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>();
Expand Down

0 comments on commit efeab33

Please sign in to comment.