Skip to content

Commit a4f9a7a

Browse files
authored
feat: playstation docs (#13586)
1 parent e5e1be5 commit a4f9a7a

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

docs/platforms/nintendo-switch/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Nintendo Switch
3-
caseStyle: PascalCase
3+
caseStyle: snake_case
44
supportLevel: production
55
sdk: sentry.nintendo-switch
66
categories:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: PlayStation
3+
caseStyle: snake_case
4+
supportLevel: production
5+
sdk: sentry.playstation
6+
categories:
7+
- console
8+
- gaming
9+
---
10+
11+
<PlatformContent includePath="getting-started-primer" />
12+
13+
To start using Sentry in your PS5 games, you can
14+
- head over to [PlayStation Partners](https://partners.playstation.net/) - *Tools & Middleware*.
15+
- confirm your developer status after locating *Sentry* in the *Network* category.
16+
17+
We'll receive your request and get back to you with the next steps.
18+
19+
----
20+
21+
"PlayStation", "PS5" are registered trademarks or trademarks of Sony Interactive Entertainment Inc.

src/components/platformIcon.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ import NuxtSVG from 'platformicons/svg/nuxt.svg';
9494
import OpenaiSVG from 'platformicons/svg/openai.svg';
9595
import PerlSVG from 'platformicons/svg/perl.svg';
9696
import PhpSVG from 'platformicons/svg/php.svg';
97+
import PlaystationSVG from 'platformicons/svg/playstation.svg';
9798
import PostgresqlSVG from 'platformicons/svg/postgresql.svg';
9899
import PowershellSVG from 'platformicons/svg/powershell.svg';
99100
import PyramidSVG from 'platformicons/svg/pyramid.svg';
@@ -234,6 +235,7 @@ import NuxtSVGLarge from 'platformicons/svg_80x80/nuxt.svg';
234235
import OpenaiSVGLarge from 'platformicons/svg_80x80/openai.svg';
235236
import PerlSVGLarge from 'platformicons/svg_80x80/perl.svg';
236237
import PhpSVGLarge from 'platformicons/svg_80x80/php.svg';
238+
import PlaystationSVGLarge from 'platformicons/svg_80x80/playstation.svg';
237239
import PostgresqlSVGLarge from 'platformicons/svg_80x80/postgresql.svg';
238240
import PowershellSVGLarge from 'platformicons/svg_80x80/powershell.svg';
239241
import PyramidSVGLarge from 'platformicons/svg_80x80/pyramid.svg';
@@ -666,6 +668,10 @@ const formatToSVG = {
666668
sm: PhpSVG,
667669
lg: PhpSVGLarge,
668670
},
671+
playstation: {
672+
sm: PlaystationSVG,
673+
lg: PlaystationSVGLarge,
674+
},
669675
postgresql: {
670676
sm: PostgresqlSVG,
671677
lg: PostgresqlSVGLarge,
@@ -963,6 +969,7 @@ export const PLATFORM_TO_ICON = {
963969
'php-monolog': 'php',
964970
'php-symfony2': 'symfony',
965971
'php-symfony': 'symfony',
972+
playstation: 'playstation',
966973
python: 'python',
967974
'python-aiohttp': 'aiohttp',
968975
'python-airflow': 'apache-airflow',

src/data/platforms.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,6 @@
132132
- slug: nintendo-switch
133133
type: language
134134
name: Nintendo Switch
135-
case_style: PascalCase # Where is this used?
135+
- slug: playstation
136+
type: language
137+
name: PlayStation

0 commit comments

Comments
 (0)