Skip to content
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

ref(onboarding): Remove unsupported Serverless Cloud #70652

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"node-gcpfunctions": 3728,
"node-koa": 4214,
"node-nodeawslambda": 3639,
"node-serverlesscloud": 11155,
"objc": 4000209,
"other": 12019,
"php": 12112,
Expand Down
1 change: 0 additions & 1 deletion src/sentry/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"node-hapi",
"node-koa",
"node-nestjs",
"node-serverlesscloud",
"php",
"php-laravel",
"php-symfony",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const topNodeFrameworks: PlatformKey[] = [
'node-express',
'node-awslambda',
'node-gcpfunctions',
'node-serverlesscloud',
'node-koa',
];

Expand Down
1 change: 0 additions & 1 deletion static/app/data/platformCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ export const feedbackWebApiPlatforms: readonly PlatformKey[] = [
'node-azurefunctions',
'node-connect',
'node-gcpfunctions',
'node-serverlesscloud',
'minidump',
'python-asgi',
'python-awslambda',
Expand Down
8 changes: 0 additions & 8 deletions static/app/data/platforms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,6 @@ export const platforms: PlatformIntegration[] = [
language: 'node',
link: 'https://docs.sentry.io/platforms/javascript/guides/koa/',
},
{
// this isn't supported anymore, not in docs, nor in project selector
id: 'node-serverlesscloud',
name: 'Serverless (Node)',
type: 'framework',
language: 'node',
link: 'https://docs.sentry.io/platforms/javascript/guides/serverless-cloud/',
},
{
id: 'php',
name: 'PHP',
Expand Down
15 changes: 0 additions & 15 deletions static/app/gettingStartedDocs/node/serverlesscloud.spec.tsx

This file was deleted.

110 changes: 0 additions & 110 deletions static/app/gettingStartedDocs/node/serverlesscloud.tsx

This file was deleted.

1 change: 0 additions & 1 deletion static/app/types/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ export type PlatformKey =
| 'node-koa'
| 'node-nodeawslambda'
| 'node-nodegcpfunctions'
| 'node-serverlesscloud'
| 'objc'
| 'other'
| 'perl'
Expand Down