You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/unity/troubleshooting/index.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ This is a [known limitation](https://github.com/getsentry/sentry-unity/issues/88
69
69
70
70
### Sentry didn't capture Unity's test/helper function ForceCrash
71
71
72
-
Unity provides a function to test crashes called `UnityEngine.Diagnostics.Utils.ForceCrash()`. The Sentry SDK subscribes to the signal handlers and captures **all signals** received by it.
72
+
Unity provides a function to test crashes called `UnityEngine.Diagnostics.Utils.ForceCrash()`. The Sentry SDK subscribes to the signal handlers and captures **all signals** received by it.
73
73
But the result of that function doesn't get invoke our callback.
74
-
Outside of this helper funciton, Sentry is unaware of any **real world** crash type that isn't invoking our signal handlers.
74
+
Outside of this helper funciton, Sentry is unaware of any **real world** crash type that isn't invoking our signal handlers.
75
+
76
+
### Screenshot contain artifacts
77
+
78
+
The screenshot capture relies on Unity's `ScreenCapture.CaptureScreenshotIntoRenderTexture` function. When capturing errors in the Editor, this might lead to artifacts or scaling issues in the captured screenshot.
0 commit comments