getsentry / getsentry/sentry-dotnet

Exception.Data is not shown in UI

Open
#4,809 2 comments 0 reactions 0 assignees View on GitHub
.NET Bug Errors Needs Reproduction
Dominant language
C#
Stars
770
Forks
248
Avg merge
3d 4h
Merged PRs (30d)
49

Description

### Package

Sentry

### .NET Flavor

.NET

### .NET Version

9

### OS

Windows

### OS Version

*No response*

### Development Environment

Visual Studio v17.14

### SDK Version

5.15

### Self-Hosted Sentry Version

*No response*

### Workload Versions

throw new Exception("test data")
{
Data = {
\["string"\] = "123",
\["int"\] = 456
}
};
{
Data = {
\["string"\] = "123",
\["int"\] = 456
}
};

### UseSentry or SentrySdk.Init call

UseSentry

### Steps to Reproduce

Just throw any error with exception data in [asp.net]() controller

### Expected Result

Should be shown somewhere in the Sentry UI

### Actual Result

Not shown at all, though if I open Sentry issue as JSON it is there.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.