File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,24 @@ targets:
157157 - nodejs20.x
158158 license : MIT
159159
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+
160178 # CDN Bundle Target
161179 - name : gcs
162180 id : ' browser-cdn-bundles'
You can’t perform that action at this time.
0 commit comments