Skip to content

Commit

Permalink
build: Add @sentry/react and @sentry/gatsby to release registry (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed Jul 21, 2020
1 parent 33a4910 commit 33a414f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .craft.yml
Expand Up @@ -29,3 +29,13 @@ targets:
onlyIfPresent: /^sentry-node-.*\.tgz$/
config:
canonical: 'npm:@sentry/node'
- name: registry
type: sdk
onlyIfPresent: /^sentry-react-.*\.tgz$/
config:
canonical: 'npm:@sentry/react'
- name: registry
type: sdk
onlyIfPresent: /^sentry-gatsby-.*\.tgz$/
config:
canonical: 'npm:@sentry/gatsby'

0 comments on commit 33a414f

Please sign in to comment.