-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
Description
Description
Consider adding following entries to SentryOptions.GetDefaultInAppExclude:
MySqlConnector- MySQL database connectorPomelo.EntityFrameworkCore.MySql- EF provider for MySQLYarp- "Yet Another Reverse Proxy" by MicrosoftRebus- RabbitMQ handler (MassTransit alternative)Amazon- Amazon S3, Secrets Manager, etc.ZiggyCreatures.FusionCache- Caching framework, HybridCache implementationOpenTelemetry- OpenTelemetryEntityFramework.Exceptions.Common- DbUpdateException rewriterobject InvokeStub_TaskAwaiter- Hangfire wrapper for scheduled/enqueued async jobsTickerQ- Hangfire alternativeDuende.IdentityModel- OAuth client credentials flow helperDuende.AccessTokenManagement- OAuth client credentials flow helperXero- Xero accounting software
Also there are lots of other nugets that are really popular across .NET community, however I can't say what their correct namespace is:
- Mediator (source-generated MediatR alternative)
- Quatrz (Hangfire alternative)
- Masstransit
- Microsoft Azure stuff (in case if they dont start with
Microsoft.) - EntityFramework providers for MS SQL, SQLite, Postgres, etc.
- Quickbooks (Xero alternative)
- others?
sentry-dotnet/src/Sentry/SentryOptions.cs
Line 1864 in 18bfa9e
| internal static List<StringOrRegex> GetDefaultInAppExclude() => |
Metadata
Metadata
Assignees
Labels
Projects
Status
No status