-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Environment
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which version of the SDK?
4.0.0
How did you install the package?
Git-URL
Which version of Unity?
2020.3.49f
Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Windows
Steps to Reproduce
- Run this Scripts on the Windows app.
private void Test()
{
try
{
Fun(null);
}
catch (Exception ex)
{
//ANR and Crash
Debug.LogException(ex);
}
}
private void Fun(GameObject gameObject)
{
gameObject.transform.position = Vector3.zero;
}
Expected Result
Not throw a Sentry error, just log it.
Actual Result
ANR and Crash
Any logs or screenshots
- When Exception.StackTrace is not null, the issue always occurs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
No status
Status
No status