Skip to content

Commit 044f7a3

Browse files
authored
docs(self-hosted): detailed gaming/console support limitations for self-hosted (#15134)
## DESCRIBE YOUR PR Closes getsentry/self-hosted#3891 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent ec61c7e commit 044f7a3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

develop-docs/self-hosted/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ The difference only resides on a few things that are impossible to be hosted by
1919
- [Spend Allocation](https://docs.sentry.io/pricing/quotas/spend-allocation/), as it is tightly coupled with Billing Quotas.
2020
- Seer and other AI & ML features, as these are currently closed source.
2121
- [Data Storage Location](https://docs.sentry.io/organization/data-storage-location/), because you own your data.
22-
- [iOS Symbolication](https://docs.sentry.io/platforms/apple/data-management/debug-files/symbol-servers#built-in-repositories), because Apple does not provide a public symbol server, nor do they allow us to distribute the Debug Information Files (DIFs) ourselves.
23-
- Android system symbols, with symbols collected using its [symbol-collector service](https://github.com/getsentry/symbol-collector/), but cannot be redestributed. This helps give better quality stack traces for native Android crashes.
24-
- [PlayStation](https://docs.sentry.io/platforms/playstation/) support involves components part of a partnership with Sony which cannot be made public or redistributed.
22+
- Limited stack-trace resolution for mobile platforms, but all other features are available:
23+
- [iOS Symbolication](https://docs.sentry.io/platforms/apple/data-management/debug-files/symbol-servers#built-in-repositories), because Apple does not provide a public symbol server, nor do they allow us to distribute the Debug Information Files (DIFs) ourselves.
24+
- Android system symbols, with symbols collected using its [symbol-collector service](https://github.com/getsentry/symbol-collector/), but cannot be redestributed. This helps give better quality stack traces for native Android crashes.
25+
- Limited support for gaming platforms, notably for PlayStation and Nintendo Switch:
26+
- [PlayStation](https://docs.sentry.io/platforms/playstation/) support involves components part of a partnership with Sony which cannot be made public or redistributed. Sentry has a private service that pulls crashes from Sony to Sentry, therefore it is not possible to use PlayStation support without Sony's permission.
27+
- [Nintendo Switch](https://docs.sentry.io/platforms/nintendo-switch/) has a limited support scope, since it's not fully tested on self-hosted environment. Users can give self-hosted Sentry DSN to Nintendo for them to forward data to.
2528

2629
To put things simply, consider self-hosted as the Business plan without any software limitations and no paid tier.
2730

docs/platforms/playstation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212

1313
You can also use Sentry's [Unity](/platforms/unity/game-consoles/) and [Unreal Engine SDKs](/platforms/unreal/game-consoles/) with PlayStation.
1414

15-
<Alert>
15+
<Alert level="info" title="Availabilty of PlayStation support">
1616
PlayStation support is exclusive to our SaaS offering, as it depends on confidential components that cannot be distributed for self-hosted use.
1717

1818
Access to Sentry's error and crash reporting for consoles is a paid feature. We will review the pricing and details with you during the verification process.

0 commit comments

Comments
 (0)