From 33a414f21fb2c5dc03412e5f44c496625a89ee7e Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 21 Jul 2020 18:17:52 +0200 Subject: [PATCH] build: Add @sentry/react and @sentry/gatsby to release registry (#2758) --- .craft.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.craft.yml b/.craft.yml index 61bce1eff1bc..cf5c0866f73b 100644 --- a/.craft.yml +++ b/.craft.yml @@ -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'