Skip to content

Commit 33a414f

Browse files
authored
build: Add @sentry/react and @sentry/gatsby to release registry (getsentry#2758)
1 parent 33a4910 commit 33a414f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.craft.yml

+10
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,13 @@ targets:
2929
onlyIfPresent: /^sentry-node-.*\.tgz$/
3030
config:
3131
canonical: 'npm:@sentry/node'
32+
- name: registry
33+
type: sdk
34+
onlyIfPresent: /^sentry-react-.*\.tgz$/
35+
config:
36+
canonical: 'npm:@sentry/react'
37+
- name: registry
38+
type: sdk
39+
onlyIfPresent: /^sentry-gatsby-.*\.tgz$/
40+
config:
41+
canonical: 'npm:@sentry/gatsby'

0 commit comments

Comments
 (0)