We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938fe65 commit 05a5a96Copy full SHA for 05a5a96
.craft.yml
@@ -157,24 +157,6 @@ targets:
157
- nodejs20.x
158
license: MIT
159
160
- # NOTE: We publish the v8 layer under its own name so people on v8 can still get patches
161
- # whenever we release a new v8 version—otherwise we would overwrite the current major lambda layer.
162
-
163
- # AWS Lambda Layer target
164
- - name: aws-lambda-layer
165
- includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
166
- layerName: SentryNodeServerlessSDKv8
167
- compatibleRuntimes:
168
- - name: node
169
- versions:
170
- - nodejs10.x
171
- - nodejs12.x
172
- - nodejs14.x
173
- - nodejs16.x
174
- - nodejs18.x
175
- - nodejs20.x
176
- license: MIT
177
178
# CDN Bundle Target
179
- name: gcs
180
id: 'browser-cdn-bundles'
0 commit comments