getsentry / getsentry/sentry-dotnet
Enhance error context by including log call site in .NET SDK
Open
.NET
Blocked
Feature
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Problem Statement
Currently, when an error is reported using the .NET Sentry SDK, the stack trace included in the exception reflects only the point at which the exception was thrown. However, it does not include the location (call site) where the error was logged or reported to Sentry.
### Solution Brainstorm
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.