Skip to content

Commit

Permalink
Ab/solidstart onboarding (#76548)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza authored Aug 27, 2024
1 parent 853b937 commit d836df0
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const topJavascriptFrameworks: PlatformKey[] = [
'javascript-vue',
'javascript-angular',
'javascript-solid',
'javascript-solidstart',
'javascript-remix',
'javascript-svelte',
'javascript-sveltekit',
Expand Down
4 changes: 4 additions & 0 deletions static/app/components/onboarding/productSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ export const platformProductAvailability = {
ProductSolution.PERFORMANCE_MONITORING,
ProductSolution.SESSION_REPLAY,
],
'javascript-solidstart': [
ProductSolution.PERFORMANCE_MONITORING,
ProductSolution.SESSION_REPLAY,
],
'javascript-svelte': [
ProductSolution.PERFORMANCE_MONITORING,
ProductSolution.SESSION_REPLAY,
Expand Down
9 changes: 9 additions & 0 deletions static/app/data/platformCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const frontend: PlatformKey[] = [
'javascript-nextjs',
'javascript-react',
'javascript-remix',
'javascript-solid',
'javascript-solidstart',
'javascript-svelte',
'javascript-sveltekit',
'javascript-vue',
Expand Down Expand Up @@ -288,6 +290,7 @@ export const profiling: PlatformKey[] = [
'node-connect',
'javascript-nextjs',
'javascript-remix',
'javascript-solidstart',
'javascript-sveltekit',
'javascript',
'javascript-react',
Expand Down Expand Up @@ -338,6 +341,8 @@ export const releaseHealth: PlatformKey[] = [
'javascript-vue',
'javascript-nextjs',
'javascript-remix',
'javascript-solid',
'javascript-solidstart',
'javascript-svelte',
'javascript-sveltekit',
// mobile
Expand Down Expand Up @@ -433,6 +438,8 @@ export const replayFrontendPlatforms: readonly PlatformKey[] = [
'javascript-nextjs',
'javascript-react',
'javascript-remix',
'javascript-solid',
'javascript-solidstart',
'javascript-svelte',
'javascript-sveltekit',
'javascript-vue',
Expand Down Expand Up @@ -616,6 +623,8 @@ const customMetricFrontendPlatforms: readonly PlatformKey[] = [
'javascript-nextjs',
'javascript-react',
'javascript-remix',
'javascript-solid',
'javascript-solidstart',
'javascript-svelte',
'javascript-sveltekit',
'javascript-vue',
Expand Down
1 change: 1 addition & 0 deletions static/app/data/platformPickerCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const browser: Set<PlatformKey> = new Set([
'javascript-react',
'javascript-remix',
'javascript-solid',
'javascript-solidstart',
'javascript-svelte',
'javascript-sveltekit',
'javascript-vue',
Expand Down
7 changes: 7 additions & 0 deletions static/app/data/platforms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,13 @@ export const platforms: PlatformIntegration[] = [
language: 'javascript',
link: 'https://docs.sentry.io/platforms/javascript/guides/solid/',
},
{
id: 'javascript-solidstart',
name: 'SolidStart',
type: 'framework',
language: 'javascript',
link: 'https://docs.sentry.io/platforms/javascript/guides/solidstart/',
},
{
id: 'javascript-svelte',
name: 'Svelte',
Expand Down
Loading

0 comments on commit d836df0

Please sign in to comment.