sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Code for Testing Exceptions in UaaL

Open thinkocapo opened this issue 8 months ago • 3 comments
trafficstars

What are some exceptions types that users of this could test?

"Adding capturing of C# errors - Adding the Unity SDK" https://github.com/getsentry/sentry-unity/issues/1727 https://github.com/getsentry/sentry-unity/issues/1727#issuecomment-2468667746

Ideas that a user tested, with mixed results. Some of these are from the script provided in issue 1727 by the author, but no fatal crash was reported.

  • UnityUtils.ForceCrash
  • OutOfMemory crash
  • EngineCrash Access violation
  • Engine Crash fatal error
  • Engine Crash Abort.
  • Engine Crash PureVirtualFunction.
  • Engine Crash Mono Abort.

sentry-unity/samples

thinkocapo avatar Mar 18 '25 13:03 thinkocapo