-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Unreal Engine: Add game consoles page #13874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 165 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
@@ -0,0 +1,33 @@ | |||
--- | |||
title: Game Consoles | |||
description: "Learn how to configure your SDK to capture errors on game consoles." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: "Learn how to configure your SDK to capture errors on game consoles." | |
description: "Learn how to configure your SDK to capture errors on Xbox, PlayStation and Nintendo Switch." |
sidebar_order: 7 | ||
--- | ||
|
||
Sentry supports Xbox and PlayStaytion via the Unreal Engine SDK extensions. The access to these is given by sending an invite to private repositories on GitHub after you complete the middleware verification process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sentry supports Xbox and PlayStaytion via the Unreal Engine SDK extensions. The access to these is given by sending an invite to private repositories on GitHub after you complete the middleware verification process. | |
Sentry supports [PlayStation](https://docs.sentry.io/platforms/playstation/), [Xbox](https://docs.sentry.io/platforms/xbox/) and [Nintendo Switch](https://docs.sentry.io/platforms/nintendo-switch/) via the Unreal Engine SDK extensions. The access to these is given by sending an invite to private repositories on GitHub after you complete the middleware verification process. |
|
||
---- | ||
|
||
"PlayStation", "PS5" are registered trademarks or trademarks of Sony Interactive Entertainment Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Add Switch
|
||
## PlayStation | ||
|
||
To start using Sentry Unreal Engine SDK extension in your PS5 games head over to [PlayStation Partners](https://partners.playstation.net/) - *Development* -> *Tools & Middleware* and confirm your developer status after locating *Sentry* in the *Network* category by clicking on *Confirm developer status*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To start using Sentry Unreal Engine SDK extension in your PS5 games head over to [PlayStation Partners](https://partners.playstation.net/) - *Development* -> *Tools & Middleware* and confirm your developer status after locating *Sentry* in the *Network* category by clicking on *Confirm developer status*. | |
To start using Sentry Unreal Engine SDK extension in your PS5 games head over to the [Sentry page inside PlayStation Partners](https://game.develop.playstation.net/tm/verify/functionalsw) - and confirm your developer status by clicking on *Confirm status*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put this link also on the /playstation page
This PR adds a separate 'Game Consoles' page to the Unreal SDK docs to help devs get started with using Sentry in their UE games on Xbox and PlayStation.
Closes #13584 and #13861