-
-
Notifications
You must be signed in to change notification settings - Fork 230
Exception.Data missing #4027
Copy link
Copy link
Closed
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Description
When handling some exceptions I have the following:
try {
await PotentiallyDangerousCodeAsync();
} catch (SomeKindOfException ex) {
ex.Data.Add("FieldToHelpMeDebug", "This is why");
throw;
}However, it looks like the Data fields are not showing in the Sentry UI.
Is there any way to get those fields to show up?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Status
No status