-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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?

[Edit] Maybe it's related to getsentry/sentry-dotnet#4388? I'm not sure.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status
Status
No status