Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Unreal Engine: Add game consoles page #13874

wants to merge 2 commits into from

Conversation

tustanivsky
Copy link
Collaborator

@tustanivsky tustanivsky commented May 29, 2025

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

Copy link

vercel bot commented May 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2025 0:54am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
changelog ⬜️ Ignored (Inspect) Visit Preview May 29, 2025 0:54am
develop-docs ⬜️ Ignored (Inspect) Visit Preview May 29, 2025 0:54am

@codeowner-assignment codeowner-assignment bot requested a review from a team May 29, 2025 12:22
Copy link

codecov bot commented May 29, 2025

Bundle Report

Changes will increase total bundle size by 165 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 11.22MB 171 bytes (0.0%) ⬆️
sentry-docs-client-array-push 9.77MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 868.7kB -0.0%
static/chunks/8165-*.js -3 bytes 410.1kB -0.0%
static/kVVsFZ5wymU_91PsjBrS2/_buildManifest.js (New) 616 bytes 616 bytes 100.0% 🚀
static/kVVsFZ5wymU_91PsjBrS2/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/mYHKibJ3638MnhvYaEL_G/_buildManifest.js (Deleted) -616 bytes 0 bytes -100.0% 🗑️
static/mYHKibJ3638MnhvYaEL_G/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.75MB -0.0%
../instrumentation.js -3 bytes 1.08MB -0.0%
9523.js -3 bytes 1.05MB -0.0%
../app/[[...path]]/page.js.nft.json 60 bytes 399.28kB 0.02%
../app/platform-redirect/page.js.nft.json 60 bytes 399.19kB 0.02%
../app/sitemap.xml/route.js.nft.json 60 bytes 397.16kB 0.02%

@@ -0,0 +1,33 @@
---
title: Game Consoles
description: "Learn how to configure your SDK to capture errors on game consoles."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

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*.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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*.

Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unreal Engine - Console docs
2 participants