Skip to content

Exception.Data missing #4027

@btecu

Description

@btecu

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

No one assigned

    Labels

    BugSomething isn't workingGood First IssueGood for newcomers

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions