Skip to content

Commit

Permalink
ref(onboarding): renamed cloudflare platforms to use dash
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Jan 21, 2025
1 parent 27e4511 commit 8447b1c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/sentry/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"node",
"node-awslambda",
"node-azurefunctions",
"node-cloudflarepages",
"node-cloudflareworkers",
"node-cloudflare-pages",
"node-cloudflare-workers",
"node-connect",
"node-express",
"node-fastify",
Expand Down
6 changes: 3 additions & 3 deletions src/sentry/utils/platform_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"kotlin",
"native",
"node",
"node-cloudflarepages",
"node-cloudflareworkers",
"node-cloudflare-pages",
"node-cloudflare-workers",
"node-connect",
"node-express",
"node-fastify",
Expand Down Expand Up @@ -124,7 +124,7 @@
"node-awslambda",
"node-azurefunctions",
"node-gcpfunctions",
"node-cloudflareworkers",
"node-cloudflare-workers",
"python-awslambda",
"python-azurefunctions",
"python-gcpfunctions",
Expand Down
6 changes: 3 additions & 3 deletions static/app/data/platformPickerCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const server: Set<PlatformKey> = new Set([
'kotlin',
'native',
'node',
'node-cloudflarepages',
'node-cloudflareworkers',
'node-cloudflare-pages',
'node-cloudflare-workers',
'node-connect',
'node-express',
'node-fastify',
Expand Down Expand Up @@ -146,7 +146,7 @@ const serverless: Set<PlatformKey> = new Set([
'node-awslambda',
'node-azurefunctions',
'node-gcpfunctions',
'node-cloudflareworkers',
'node-cloudflare-workers',
'python-awslambda',
'python-gcpfunctions',
'python-serverless',
Expand Down
4 changes: 2 additions & 2 deletions static/app/data/platforms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,14 +418,14 @@ export const platforms: PlatformIntegration[] = [
link: 'https://docs.sentry.io/platforms/javascript/guides/azure-functions/',
},
{
id: 'node-cloudflarepages',
id: 'node-cloudflare-pages',
name: 'Cloudflare Pages',
type: 'framework',
language: 'node',
link: 'https://docs.sentry.io/platforms/javascript/guides/cloudflare/',
},
{
id: 'node-cloudflareworkers',
id: 'node-cloudflare-workers',
name: 'Cloudflare Workers',
type: 'framework',
language: 'node',
Expand Down
4 changes: 2 additions & 2 deletions static/app/types/project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ export type PlatformKey =
| 'node'
| 'node-awslambda'
| 'node-azurefunctions'
| 'node-cloudflarepages'
| 'node-cloudflareworkers'
| 'node-cloudflare-pages'
| 'node-cloudflare-workers'
| 'node-connect'
| 'node-express'
| 'node-fastify'
Expand Down

0 comments on commit 8447b1c

Please sign in to comment.