-
-
Notifications
You must be signed in to change notification settings - Fork 226
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?
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomers
Projects
Status
Done
Status
No status