Skip to content

Commit 54f56a9

Browse files
authored
chore(docs): Add notice of AWS Lambda Layer changes for v9 (#15322)
1 parent fbedd59 commit 54f56a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MIGRATION.md

+10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ Additionally, like the OpenTelemetry SDK, the Sentry JavaScript SDK will follow
6060

6161
Older Typescript versions _may_ continue to be compatible, but no guarantees apply.
6262

63+
### AWS Lambda Layer Changes
64+
65+
A new AWS Lambda Layer for version 9 will be published as `SentryNodeServerlessSDKv9`.
66+
The ARN will be published in the [Sentry docs](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/install/cjs-layer/) once available.
67+
68+
The previous `SentryNodeServerlessSDK` layer will not receive new updates anymore.
69+
70+
Updates and fixes for version 8 will be published as `SentryNodeServerlessSDKv8`.
71+
The ARN will be published in the [Sentry docs](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/install/cjs-layer/) once available.
72+
6373
## 2. Behavior Changes
6474

6575
### `@sentry/core` / All SDKs

0 commit comments

Comments
 (0)