getsentry / getsentry/sentry-dotnet
How to customise ASP.NET Core Grpc.Core.RpcException for correct Sentry issue tracking
Open
.NET
Errors
Feature
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
Please mark the type framework used:
- [X] ASP.NET Core
Please mark the type of the runtime used:
- [X] .NET Core
Please mark the NuGet packages used:
- [X] Sentry
- [X] Sentry.AspNetCore
* Version:
We are using Sentry to monitor errors/issues on the ASP.NET Core gRPC service.
The issue is that the server returns Grpc.Core.RpcException for ALL exceptions, just with different messages and traces. As a result in Sentry, we have just one issue with hundreds of different errors.
In other words - we want to split this somehow.
Contributor guide
Assessment
This issue has not been assessed yet.