Add screenshot feature description for Unreal Engine#11042
Add screenshot feature description for Unreal Engine#11042tustanivsky merged 7 commits intogetsentry:masterfrom
Conversation
|
@tustanivsky is attempting to deploy a commit to the Sentry Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
Looks OK to me but you might want @lizokm's review |
lizokm
left a comment
There was a problem hiding this comment.
Added a few comments, but otherwise this looks good. Thanks for adding!
platform-includes/enriching-events/attach-screenshots/unreal.mdx
Outdated
Show resolved
Hide resolved
platform-includes/enriching-events/attach-screenshots/unreal.mdx
Outdated
Show resolved
Hide resolved
platform-includes/enriching-events/attach-screenshots/unreal.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Liza Mock <[email protected]>
Co-authored-by: Liza Mock <[email protected]>
Co-authored-by: Liza Mock <[email protected]>
Co-authored-by: Liza Mock <[email protected]>
|
Thank you, I've updated the PR according to the above suggestions. |
|
I've already approved the Vercel build but seems stuck. cc @lizokm any tips? |
|
Do you happen to have any updates on this? I suppose we should be ready to proceed with the merge |
|
Hi there, the docs team is focusing on other priorities at the moment, so it may take us another week or more to get to this PR. If you need us to review this sooner, please let us know so we can prioritize accordingly. Thanks for your patience! |
| Since the Unreal Engine SDK consists of multiple SDKs, the specific mechanism with which a screenshot is captured will vary depending on where the error originated. | ||
|
|
||
| - On Windows/Linux, errors from within your game will be captured using the Unreal Engine API. This means that screenshots will only contain what's visible within your game. Any overlays on top of your game won't be visible. | ||
| - On Apple/Android, screenshots will be captured using platform APIs. If you're using a native plugin to display an overlay and an error occurs, the SDK will try to capture a screenshot that contains the overlay. |
There was a problem hiding this comment.
We could clarify that it's still limited to the actual game app and not "anything that's an overlay on the screen".
This PR adds screenshot capturing feature description for Unreal Engine SDK.