8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b58d5 commit df0576fCopy full SHA for df0576f
.craft.yml
@@ -1,4 +1,4 @@
1
-minVersion: '0.6.0'
+minVersion: '0.8.2'
2
github:
3
owner: getsentry
4
repo: sentry-javascript
@@ -17,12 +17,16 @@ targets:
17
cacheControl: 'public, max-age=31536000'
18
- name: registry
19
type: sdk
20
- includeNames: /^sentry-browser-.*\.tgz$/
+ onlyIfPresent: /^sentry-browser-.*\.tgz$/
21
+ includeNames: /\.js$/
22
+ checksums:
23
+ - algorithm: sha384
24
+ format: base64
25
config:
26
canonical: 'npm:@sentry/browser'
27
28
- includeNames: /^sentry-node-.*\.tgz$/
29
+ onlyIfPresent: /^sentry-node-.*\.tgz$/
30
31
canonical: 381A 'npm:@sentry/node'
32
- name: gh-pages
0 commit comments