Skip to content

Show inner-most exception? #2292

@timcassell

Description

@timcassell

Typically in .Net, calling Exception.ToString returns the exceptions from inner-most to outer-most. I was surprised to see that Sentry does the opposite.

I am using Sentry in Unity along with ProtoPromise async library, and when ProtoPromise encounters an uncaught exception, it wraps it in another exception. This doesn't play well with Sentry, because all our exceptions display exactly the same (until we dig into the details). Is there a setting where I can invert this to display more like Unity's cloud diagnostics?

Image

[Edit] Maybe it's related to getsentry/sentry-dotnet#4388? I'm not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions