Skip to content

Commit

Permalink
chore(solidstart): Add .craft.yml entry for Solid Start SDK (#13269)
Browse files Browse the repository at this point in the history
Closes: #12550
  • Loading branch information
andreiborza authored Aug 8, 2024
1 parent 7b170d2 commit 6a08d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ targets:
- name: npm
id: '@sentry/remix'
includeNames: /^sentry-remix-\d.*\.tgz$/
- name: npm
id: '@sentry/solidstart'
includeNames: /^sentry-solidstart-\d.*\.tgz$/
- name: npm
id: '@sentry/sveltekit'
includeNames: /^sentry-sveltekit-\d.*\.tgz$/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ jobs:
'react-router-5',
'react-router-6',
'solid',
'solidstart',
'svelte-5',
'sveltekit',
'sveltekit-2',
Expand Down

0 comments on commit 6a08d90

Please sign in to comment.