Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,13 @@ targets:
# AWS Lambda Layer target
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDKv9
layerName: SentryNodeServerlessSDKv10
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
- nodejs22.x

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: I expected this change to also have included nodejs24.x, with #16058 released two months prior. Any particular reason why this version was ignored?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 24 support in AWS Lambda was released in Nov 2025. We'll get this added asap!

license: MIT

# CDN Bundle Target
Expand Down
Loading